@charset "UTF-8";

@use "sass:math" as *;


@use "sass:math" as *;


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}

.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.lfr-asset-column-details .lfr-asset-icon {
  border-left: 1px solid transparent;
  color: #999;
  float: right;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
}

.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}

.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}

.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}

.lfr-form-row:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}

.lfr-form-row.lfr-form-row-inline .form-group {
  margin-left: 5px;
}

.lfr-form-row legend .field-label {
  float: right;
  margin-left: 10px;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-right: 20px;
}

.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  left: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}

.form-control-inline:not(:hover) {
  border-color: transparent;
}

.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}

.form-search .input-group.advanced-search .search-query {
  padding-right: 40px;
  z-index: 0;
}

.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  right: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}

.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}

.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }

  .form-search .input-group .btn,
  .form-search .input-group .fds .table-list-title[href],
  .fds .form-search .input-group .table-list-title[href],
  .form-search .input-group .fds .table-list-title [href],
  .fds .table-list-title .form-search .input-group [href],
  .form-search .input-group .portlet-login a,
  .portlet-login .form-search .input-group a,
  .form-search .input-group .portlet-commerce-order .info-box .header a,
  .portlet-commerce-order .info-box .header .form-search .input-group a,
  .form-search .input-group .portlet-commerce-order .portlet-icon-back,
  .portlet-commerce-order .form-search .input-group .portlet-icon-back,
  .form-search .input-group .portlet-commerce-order-content .portlet-icon-back,
  .portlet-commerce-order-content .form-search .input-group .portlet-icon-back,
  .form-search .input-group .portlet-commerce-product-definitions .portlet-icon-back,
  .portlet-commerce-product-definitions .form-search .input-group .portlet-icon-back {
    clip: rect(0, 0, 0, 0);
    right: -9999px;
    position: absolute;
  }

  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}

.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-table > tbody > tr > td:first-child,
.lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-right: 0;
}

.lfr-table > tbody > tr > td:last-child,
.lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-left: 0;
}

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-pagination .dropdown-menu {
  display: none;
}

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-right: 5px;
}

.lfr-pagination .lfr-pagination-controls {
  float: right;
}

.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  top: 10px;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: right;
  white-space: nowrap;
  width: 100%;
}

.lfr-pagination .lfr-pagination-delta-selector {
  float: right;
}

@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-pagination .pagination-content {
  float: left;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #dedede #bfbfbf #bfbfbf;
}

.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}

.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}

.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.sidebar-sm .form-group {
  margin-bottom: 1rem;
}

.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}

.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}

.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}

.sidebar-sm .form-control[type='file'] {
  padding: 0;
}

.sidebar-sm select.form-control {
  padding-left: 1.6rem;
}

.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}

.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}

.sidebar-sm .btn:not(.btn-unstyled),
.sidebar-sm .fds .table-list-title:not(.btn-unstyled)[href],
.fds .sidebar-sm .table-list-title:not(.btn-unstyled)[href],
.sidebar-sm .fds .table-list-title :not(.btn-unstyled)[href],
.fds .table-list-title .sidebar-sm :not(.btn-unstyled)[href],
.sidebar-sm .portlet-login a:not(.btn-unstyled),
.portlet-login .sidebar-sm a:not(.btn-unstyled),
.sidebar-sm .portlet-commerce-order .info-box .header a:not(.btn-unstyled),
.portlet-commerce-order .info-box .header .sidebar-sm a:not(.btn-unstyled),
.sidebar-sm .portlet-commerce-order .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-order .sidebar-sm .portlet-icon-back:not(.btn-unstyled),
.sidebar-sm .portlet-commerce-order-content .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-order-content .sidebar-sm .portlet-icon-back:not(.btn-unstyled),
.sidebar-sm .portlet-commerce-product-definitions .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-product-definitions .sidebar-sm .portlet-icon-back:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}

.sidebar-sm .btn:not(.btn-unstyled).close,
.sidebar-sm .fds .table-list-title:not(.btn-unstyled).close[href],
.fds .sidebar-sm .table-list-title:not(.btn-unstyled).close[href],
.sidebar-sm .fds .table-list-title :not(.btn-unstyled).close[href],
.fds .table-list-title .sidebar-sm :not(.btn-unstyled).close[href],
.sidebar-sm .portlet-login a:not(.btn-unstyled).close,
.portlet-login .sidebar-sm a:not(.btn-unstyled).close,
.sidebar-sm .portlet-commerce-order .info-box .header a:not(.btn-unstyled).close,
.portlet-commerce-order .info-box .header .sidebar-sm a:not(.btn-unstyled).close,
.sidebar-sm .portlet-commerce-order .portlet-icon-back:not(.btn-unstyled).close,
.portlet-commerce-order .sidebar-sm .portlet-icon-back:not(.btn-unstyled).close,
.sidebar-sm .portlet-commerce-order-content .portlet-icon-back:not(.btn-unstyled).close,
.portlet-commerce-order-content .sidebar-sm .portlet-icon-back:not(.btn-unstyled).close,
.sidebar-sm .portlet-commerce-product-definitions .portlet-icon-back:not(.btn-unstyled).close,
.portlet-commerce-product-definitions .sidebar-sm .portlet-icon-back:not(.btn-unstyled).close {
  padding: 0.4375rem;
}

.sidebar-sm .btn.btn-monospaced,
.sidebar-sm .fds .btn-monospaced.table-list-title[href],
.fds .sidebar-sm .btn-monospaced.table-list-title[href],
.sidebar-sm .fds .table-list-title .btn-monospaced[href],
.fds .table-list-title .sidebar-sm .btn-monospaced[href],
.sidebar-sm .portlet-login a.btn-monospaced,
.portlet-login .sidebar-sm a.btn-monospaced,
.sidebar-sm .portlet-commerce-order .info-box .header a.btn-monospaced,
.portlet-commerce-order .info-box .header .sidebar-sm a.btn-monospaced,
.sidebar-sm .portlet-commerce-order .btn-monospaced.portlet-icon-back,
.portlet-commerce-order .sidebar-sm .btn-monospaced.portlet-icon-back,
.sidebar-sm .portlet-commerce-order-content .btn-monospaced.portlet-icon-back,
.portlet-commerce-order-content .sidebar-sm .btn-monospaced.portlet-icon-back,
.sidebar-sm .portlet-commerce-product-definitions .btn-monospaced.portlet-icon-back,
.portlet-commerce-product-definitions .sidebar-sm .btn-monospaced.portlet-icon-back,
.sidebar-sm .btn.btn-monospaced.btn-sm,
.sidebar-sm .fds .btn-monospaced.btn-sm.table-list-title[href],
.fds .sidebar-sm .btn-monospaced.btn-sm.table-list-title[href],
.sidebar-sm .fds .table-list-title .btn-monospaced.btn-sm[href],
.fds .table-list-title .sidebar-sm .btn-monospaced.btn-sm[href],
.sidebar-sm .portlet-login a.btn-monospaced.btn-sm,
.portlet-login .sidebar-sm a.btn-monospaced.btn-sm,
.sidebar-sm .portlet-commerce-order .info-box .header a.btn-monospaced.btn-sm,
.portlet-commerce-order .info-box .header .sidebar-sm a.btn-monospaced.btn-sm,
.sidebar-sm .portlet-commerce-order .btn-monospaced.btn-sm.portlet-icon-back,
.portlet-commerce-order .sidebar-sm .btn-monospaced.btn-sm.portlet-icon-back,
.sidebar-sm .portlet-commerce-order-content .btn-monospaced.btn-sm.portlet-icon-back,
.portlet-commerce-order-content .sidebar-sm .btn-monospaced.btn-sm.portlet-icon-back,
.sidebar-sm .portlet-commerce-product-definitions .btn-monospaced.btn-sm.portlet-icon-back,
.portlet-commerce-product-definitions .sidebar-sm .btn-monospaced.btn-sm.portlet-icon-back {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}

.sidebar-sm .btn.btn-monospaced.input-localized-trigger,
.sidebar-sm .fds .btn-monospaced.input-localized-trigger.table-list-title[href],
.fds .sidebar-sm .btn-monospaced.input-localized-trigger.table-list-title[href],
.sidebar-sm .fds .table-list-title .btn-monospaced.input-localized-trigger[href],
.fds .table-list-title .sidebar-sm .btn-monospaced.input-localized-trigger[href],
.sidebar-sm .portlet-login a.btn-monospaced.input-localized-trigger,
.portlet-login .sidebar-sm a.btn-monospaced.input-localized-trigger,
.sidebar-sm .portlet-commerce-order .info-box .header a.btn-monospaced.input-localized-trigger,
.portlet-commerce-order .info-box .header .sidebar-sm a.btn-monospaced.input-localized-trigger,
.sidebar-sm .portlet-commerce-order .btn-monospaced.input-localized-trigger.portlet-icon-back,
.portlet-commerce-order .sidebar-sm .btn-monospaced.input-localized-trigger.portlet-icon-back,
.sidebar-sm .portlet-commerce-order-content .btn-monospaced.input-localized-trigger.portlet-icon-back,
.portlet-commerce-order-content .sidebar-sm .btn-monospaced.input-localized-trigger.portlet-icon-back,
.sidebar-sm .portlet-commerce-product-definitions .btn-monospaced.input-localized-trigger.portlet-icon-back,
.portlet-commerce-product-definitions .sidebar-sm .btn-monospaced.input-localized-trigger.portlet-icon-back,
.sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger,
.sidebar-sm .fds .btn-monospaced.btn-sm.input-localized-trigger.table-list-title[href],
.fds .sidebar-sm .btn-monospaced.btn-sm.input-localized-trigger.table-list-title[href],
.sidebar-sm .fds .table-list-title .btn-monospaced.btn-sm.input-localized-trigger[href],
.fds .table-list-title .sidebar-sm .btn-monospaced.btn-sm.input-localized-trigger[href],
.sidebar-sm .portlet-login a.btn-monospaced.btn-sm.input-localized-trigger,
.portlet-login .sidebar-sm a.btn-monospaced.btn-sm.input-localized-trigger,
.sidebar-sm .portlet-commerce-order .info-box .header a.btn-monospaced.btn-sm.input-localized-trigger,
.portlet-commerce-order .info-box .header .sidebar-sm a.btn-monospaced.btn-sm.input-localized-trigger,
.sidebar-sm .portlet-commerce-order .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back,
.portlet-commerce-order .sidebar-sm .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back,
.sidebar-sm .portlet-commerce-order-content .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back,
.portlet-commerce-order-content .sidebar-sm .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back,
.sidebar-sm .portlet-commerce-product-definitions .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back,
.portlet-commerce-product-definitions .sidebar-sm .btn-monospaced.btn-sm.input-localized-trigger.portlet-icon-back {
  padding: 0;
}

.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.sidebar-sm .input-group-item .btn .btn-section,
.sidebar-sm .input-group-item .fds .table-list-title[href] .btn-section,
.fds .sidebar-sm .input-group-item .table-list-title[href] .btn-section,
.sidebar-sm .input-group-item .fds .table-list-title [href] .btn-section,
.fds .table-list-title .sidebar-sm .input-group-item [href] .btn-section,
.sidebar-sm .input-group-item .portlet-login a .btn-section,
.portlet-login .sidebar-sm .input-group-item a .btn-section,
.sidebar-sm .input-group-item .portlet-commerce-order .info-box .header a .btn-section,
.portlet-commerce-order .info-box .header .sidebar-sm .input-group-item a .btn-section,
.sidebar-sm .input-group-item .portlet-commerce-order .portlet-icon-back .btn-section,
.portlet-commerce-order .sidebar-sm .input-group-item .portlet-icon-back .btn-section,
.sidebar-sm .input-group-item .portlet-commerce-order-content .portlet-icon-back .btn-section,
.portlet-commerce-order-content .sidebar-sm .input-group-item .portlet-icon-back .btn-section,
.sidebar-sm .input-group-item .portlet-commerce-product-definitions .portlet-icon-back .btn-section,
.portlet-commerce-product-definitions .sidebar-sm .input-group-item .portlet-icon-back .btn-section {
  font-size: 0.5625rem;
}

.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}

.sidebar-sm .list-group-item-flex .autofit-col {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}

.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}

.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}

.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.5em 0.4em 0.3em;
  text-decoration: none;
}

.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}

.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-left: 0.3em;
}

.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}

.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}

.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}

.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}

.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}

.lfr-tree li {
  margin-bottom: 2px;
  padding-right: 0;
}

.lfr-tree li ul li,
.lfr-tree li.tree-item {
  padding-right: 0;
}

.lfr-tree li.tree-item {
  padding-right: 5px;
}

.lfr-tree li.tree-item li {
  padding-right: 20px;
}

.lfr-tree li.tree-item ul {
  margin-right: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}

.lfr-upload-container .upload-target {
  border: 3px dashed #e7e7ed;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #edf9f0;
  border-color: #5aca75;
}

.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}

.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}

.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}

.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}

.lfr-upload-container .manage-upload-target .select-files {
  float: right;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 5px 0 0;
}

.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: left;
}

.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-left: 0;
}

.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-right: 16px;
}

.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-right: 25px;
}

.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}

.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}

.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  margin-top: 1px;
  position: absolute;
  left: 5px;
  top: 50%;
  white-space: nowrap;
}

.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-right: 5px;
}

.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}

.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}

.lfr-upload-container .delete-button {
  color: #6b6c7e;
}

.lfr-upload-container .delete-button-col {
  padding-left: 10px;
}

.lfr-upload-container .file-added .success-message {
  float: left;
  font-weight: normal;
}

.lfr-upload-container .upload-error {
  opacity: 1;
  padding-right: 25px;
}

.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}

.lfr-upload-container .multiple-files .upload-error {
  background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #ab1010;
  color: #ab1010;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 24px 8px 8px;
}

.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}

.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-right: 1rem;
}

.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}

.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}

.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}

.lfr-upload-container .upload-complete {
  padding-right: 5px;
}

.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-right: 1em;
}

.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}

.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}

.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}

.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  right: 0;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}

.lfr-alert-container.inline-alert-container {
  position: relative;
}

.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}

.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}

.lfr-search-container td .overlay.entry-action .btn a,
.lfr-search-container td .overlay.entry-action .fds .table-list-title[href] a,
.fds .lfr-search-container td .overlay.entry-action .table-list-title[href] a,
.lfr-search-container td .overlay.entry-action .fds .table-list-title [href] a,
.fds .table-list-title .lfr-search-container td .overlay.entry-action [href] a,
.lfr-search-container td .overlay.entry-action .portlet-login a a,
.portlet-login .lfr-search-container td .overlay.entry-action a a,
.lfr-search-container td .overlay.entry-action .portlet-commerce-order .info-box .header a a,
.portlet-commerce-order .info-box .header .lfr-search-container td .overlay.entry-action a a,
.lfr-search-container td .overlay.entry-action .portlet-commerce-order .portlet-icon-back a,
.portlet-commerce-order .lfr-search-container td .overlay.entry-action .portlet-icon-back a,
.lfr-search-container td .overlay.entry-action .portlet-commerce-order-content .portlet-icon-back a,
.portlet-commerce-order-content .lfr-search-container td .overlay.entry-action .portlet-icon-back a,
.lfr-search-container td .overlay.entry-action .portlet-commerce-product-definitions .portlet-icon-back a,
.portlet-commerce-product-definitions .lfr-search-container td .overlay.entry-action .portlet-icon-back a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 49px;
  transform: translateX(calc(100% * -1));
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}

.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}

body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }

  body.has-control-menu .contextual-sidebar {
    height: calc( 100vh - 120px);
    top: 120px;
  }

  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }

  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-left: 320px;
  }
}

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}

.taglib-diff-html div.diff-removed-image,
.taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}

.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}

.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}

.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.taglib-discussion .actions-menu .component-action,
.taglib-discussion .actions-menu nav.management-bar-light .navbar-nav .nav-link,
nav.management-bar-light .navbar-nav .taglib-discussion .actions-menu .nav-link {
  display: inline-flex;
}

.taglib-discussion .button-holder {
  margin: 1rem 0;
}

.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-right-color: #dbdde1;
}

.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-right: 3.5rem;
  }
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}

.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}

.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}

.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}

.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-right: 1rem;
}

.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-right: 0;
}

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-right: 3.5rem;
  }
}

.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-right: 1em;
}

@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-right: -0.75rem;
}

.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}

.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}

.taglib-discussion .taglib-workflow-status {
  margin-right: 0.5rem;
}

.taglib-discussion .workflow-value {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }

  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}

.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}

.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  right: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  right: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  right: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}

.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  right: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}

.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}

.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-right: 0;
  margin-top: 20px;
}

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.drop-active .drop-here-info .drop-icons span:nth-of-type(1),
.drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}

.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}

.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}

.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: auto;
  margin-left: auto;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(@theme_image_path@/states/empty_state.gif);
}

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(@theme_image_path@/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(@theme_image_path@/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-success-state {
  background-image: url(@theme_image_path@/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-search-state {
  background-image: url(@theme_image_path@/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label,
.field-wrapper.form-inline .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .field-wrapper.form-inline .ddm-label,
.field-wrapper.form-inline .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .field-wrapper.form-inline .lfr-ddm-legend,
.field-wrapper.form-inline .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group .field-wrapper.form-inline label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}

.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}

.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}

.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0 0 0.3em;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}

.taglib-icon:not(.btn):hover .taglib-text,
.taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}

.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: right;
  margin-left: 1em;
}

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }

  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}

.lfr-menu-list.direction-right {
  margin: 0 2px;
}

.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}

@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }

  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}

.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}

.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}

.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}

body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table;
}

.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}

.input-localized .input-group-item {
  flex-direction: column;
}

.input-localized .input-localized-content {
  margin-right: 6px;
}

.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}

.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}

.input-localized .lfr-input-localized-default a {
  margin-left: 14px;
}

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-left: 4px;
  width: 16px;
}

.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}

.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}

.taglib-move-boxes .toolbar {
  text-align: center;
}

.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}

.taglib-move-boxes .choice-selector {
  width: 100%;
}

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}

.taglib-move-boxes .field-content {
  margin-bottom: 0;
}

.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}

.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}

.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}

.taglib-move-boxes .sortable-container .btn.edit-selection,
.taglib-move-boxes .sortable-container .fds .edit-selection.table-list-title[href],
.fds .taglib-move-boxes .sortable-container .edit-selection.table-list-title[href],
.taglib-move-boxes .sortable-container .fds .table-list-title .edit-selection[href],
.fds .table-list-title .taglib-move-boxes .sortable-container .edit-selection[href],
.taglib-move-boxes .sortable-container .portlet-login a.edit-selection,
.portlet-login .taglib-move-boxes .sortable-container a.edit-selection,
.taglib-move-boxes .sortable-container .portlet-commerce-order .info-box .header a.edit-selection,
.portlet-commerce-order .info-box .header .taglib-move-boxes .sortable-container a.edit-selection,
.taglib-move-boxes .sortable-container .portlet-commerce-order .edit-selection.portlet-icon-back,
.portlet-commerce-order .taglib-move-boxes .sortable-container .edit-selection.portlet-icon-back,
.taglib-move-boxes .sortable-container .portlet-commerce-order-content .edit-selection.portlet-icon-back,
.portlet-commerce-order-content .taglib-move-boxes .sortable-container .edit-selection.portlet-icon-back,
.taglib-move-boxes .sortable-container .portlet-commerce-product-definitions .edit-selection.portlet-icon-back,
.portlet-commerce-product-definitions .taglib-move-boxes .sortable-container .edit-selection.portlet-icon-back {
  margin-bottom: 10px;
}

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}

.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}

.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}

.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}

.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 5px 0 0;
}

.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}

.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 30px 1px 0;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}

.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}

.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.item-selector .input-file + label {
  position: relative;
}

.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: '';
  display: block;
  right: -2px;
  position: absolute;
  left: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}

.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}

.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}

.lfr-map .home-button {
  margin: 5px;
}

@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}

.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}

.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}

.navbar .navbar-collapse:after,
.navbar .navbar-collapse:before {
  display: inline;
}

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}

.navbar .navbar-search .form-search {
  margin: 8px 0;
}

@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: left;
    max-width: 275px;
  }
}

@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }

  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}

.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}

.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-right: 375px;
    width: auto;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  right: 12px;
  position: fixed;
  left: 12px;
  top: -1px;
  z-index: 1020;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-right: 375px;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}

@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    right: 0;
    position: absolute;
    left: 15px;
  }
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}

.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus,
.lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus,
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom,
div.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}

.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-right-radius: 0.25rem;
}

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-left-radius: 0.25rem;
}

.user-info {
  display: flex;
}

.user-info .sticker {
  align-self: center;
}

.user-info .user-details {
  margin-right: 1rem;
}

.user-info .user-name {
  color: #272833;
  font-weight: 600;
}

.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: right;
  margin-left: 5px;
}

.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}

.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}

.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}

.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}

.taglib-page-iterator .lfr-pagination-buttons {
  float: left;
  margin: 0;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }

  .taglib-page-iterator .lfr-pagination-buttons > li.first,
  .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }

  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}

.taglib-page-iterator .lfr-pagination-config {
  float: right;
  line-height: 46px;
}

@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }

  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }

  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn,
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .fds .table-list-title[href],
  .fds .taglib-page-iterator .lfr-pagination-config .current-page-menu .table-list-title[href],
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .fds .table-list-title [href],
  .fds .table-list-title .taglib-page-iterator .lfr-pagination-config .current-page-menu [href],
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-login a,
  .portlet-login .taglib-page-iterator .lfr-pagination-config .current-page-menu a,
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-commerce-order .info-box .header a,
  .portlet-commerce-order .info-box .header .taglib-page-iterator .lfr-pagination-config .current-page-menu a,
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-commerce-order .portlet-icon-back,
  .portlet-commerce-order .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-icon-back,
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-commerce-order-content .portlet-icon-back,
  .portlet-commerce-order-content .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-icon-back,
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-commerce-product-definitions .portlet-icon-back,
  .portlet-commerce-product-definitions .taglib-page-iterator .lfr-pagination-config .current-page-menu .portlet-icon-back {
    display: block;
  }
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}

.taglib-page-iterator .search-results {
  float: right;
  line-height: 46px;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}

.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}

@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-right: 10px;
  position: absolute;
  top: 8px;
}

.taglib-search-toggle .toggle-advanced,
.taglib-search-toggle .toggle-advanced:hover,
.taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}

.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}

.taglib-search-toggle-advanced-wrapper .btn.close,
.taglib-search-toggle-advanced-wrapper .fds .close.table-list-title[href],
.fds .taglib-search-toggle-advanced-wrapper .close.table-list-title[href],
.taglib-search-toggle-advanced-wrapper .fds .table-list-title .close[href],
.fds .table-list-title .taglib-search-toggle-advanced-wrapper .close[href],
.taglib-search-toggle-advanced-wrapper .portlet-login a.close,
.portlet-login .taglib-search-toggle-advanced-wrapper a.close,
.taglib-search-toggle-advanced-wrapper .portlet-commerce-order .info-box .header a.close,
.portlet-commerce-order .info-box .header .taglib-search-toggle-advanced-wrapper a.close,
.taglib-search-toggle-advanced-wrapper .portlet-commerce-order .close.portlet-icon-back,
.portlet-commerce-order .taglib-search-toggle-advanced-wrapper .close.portlet-icon-back,
.taglib-search-toggle-advanced-wrapper .portlet-commerce-order-content .close.portlet-icon-back,
.portlet-commerce-order-content .taglib-search-toggle-advanced-wrapper .close.portlet-icon-back,
.taglib-search-toggle-advanced-wrapper .portlet-commerce-product-definitions .close.portlet-icon-back,
.portlet-commerce-product-definitions .taglib-search-toggle-advanced-wrapper .close.portlet-icon-back {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}

.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.taglib-user-display .user-details {
  margin-top: 1em;
}

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}

.taglib-user-display a .user-name {
  text-decoration: underline;
}

.taglib-user-display.display-style-1 .user-profile-image {
  float: right;
  margin-left: 24px;
}

.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}

.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}

.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}

.taglib-user-display.display-style-3 {
  padding: 0;
}

.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}

.table-cell .taglib-workflow-status {
  margin: 0;
}

.table-cell .taglib-workflow-status .workflow-status {
  padding-right: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}

.portal-popup .lfr-form-content {
  padding: 24px 12px;
}

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}

.portal-popup .portlet-column {
  position: static;
}

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}

.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -20px;
}

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}

.portal-popup .login-container {
  padding: 1.5rem;
}

.portal-popup .management-bar-default {
  border-right-width: 0;
  border-radius: 0;
  border-left-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}

@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}

.portal-popup .panel-group .panel {
  border-right-width: 0;
  border-radius: 0;
  border-left-width: 0;
}

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}

.portal-popup .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 3px;
  padding-left: 3px;
}

@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  right: 0;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}

.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  right: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}

@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}

.portal-popup .dialog-footer .btn,
.portal-popup .dialog-footer .fds .table-list-title[href],
.fds .portal-popup .dialog-footer .table-list-title[href],
.portal-popup .dialog-footer .fds .table-list-title [href],
.fds .table-list-title .portal-popup .dialog-footer [href],
.portal-popup .dialog-footer .portlet-login a,
.portlet-login .portal-popup .dialog-footer a,
.portal-popup .dialog-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portal-popup .dialog-footer a,
.portal-popup .dialog-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal-popup .dialog-footer .portlet-icon-back,
.portal-popup .dialog-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal-popup .dialog-footer .portlet-icon-back,
.portal-popup .dialog-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .dialog-footer .portlet-icon-back {
  margin-right: 1rem;
  margin-left: 0;
}

.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}

.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}

.portal-popup .columns-max > .portlet-layout.row {
  margin-right: 0;
  margin-left: 0;
}

.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-right: 0;
  padding-left: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}

html:not(#__):not(#___) .active-area {
  background: #ffc;
}

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}

html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}

html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}

html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}

html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 32px;
}

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

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

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}

.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  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(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 32px;
}

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

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

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

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

.portlet-column-content.empty {
  padding: 50px;
}

.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 .field-input {
  margin-bottom: 0;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .fds .table-list-title[href],
.fds .lfr-portlet-title-editable .lfr-portlet-title-editable-content .table-list-title[href],
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .fds .table-list-title [href],
.fds .table-list-title .lfr-portlet-title-editable .lfr-portlet-title-editable-content [href],
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-login a,
.portlet-login .lfr-portlet-title-editable .lfr-portlet-title-editable-content a,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .lfr-portlet-title-editable .lfr-portlet-title-editable-content a,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-icon-back,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-icon-back,
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .lfr-portlet-title-editable .lfr-portlet-title-editable-content .portlet-icon-back {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}

.lfr-source-editor .ace_editor {
  height: 100%;
}

.lfr-source-editor .lfr-source-editor-toolbar li > .btn,
.lfr-source-editor .lfr-source-editor-toolbar .fds li > .table-list-title[href],
.fds .lfr-source-editor .lfr-source-editor-toolbar li > .table-list-title[href],
.lfr-source-editor .lfr-source-editor-toolbar .fds .table-list-title li > [href],
.fds .table-list-title .lfr-source-editor .lfr-source-editor-toolbar li > [href],
.lfr-source-editor .lfr-source-editor-toolbar .portlet-login li > a,
.portlet-login .lfr-source-editor .lfr-source-editor-toolbar li > a,
.lfr-source-editor .lfr-source-editor-toolbar .portlet-commerce-order .info-box .header li > a,
.portlet-commerce-order .info-box .header .lfr-source-editor .lfr-source-editor-toolbar li > a,
.lfr-source-editor .lfr-source-editor-toolbar .portlet-commerce-order li > .portlet-icon-back,
.portlet-commerce-order .lfr-source-editor .lfr-source-editor-toolbar li > .portlet-icon-back,
.lfr-source-editor .lfr-source-editor-toolbar .portlet-commerce-order-content li > .portlet-icon-back,
.portlet-commerce-order-content .lfr-source-editor .lfr-source-editor-toolbar li > .portlet-icon-back,
.lfr-source-editor .lfr-source-editor-toolbar .portlet-commerce-product-definitions li > .portlet-icon-back,
.portlet-commerce-product-definitions .lfr-source-editor .lfr-source-editor-toolbar li > .portlet-icon-back {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}

.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open,
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: '\25be';
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: '\25b8';
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-left: solid 1px #ccc;
}

.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}

.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}

.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-left: 4px;
  margin-top: 4px;
  min-height: 40px;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-right: 20px;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  right: 50%;
  top: 0;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: right;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}

.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}

.lfr-item-viewer .progress-container {
  background-color: #fff;
  right: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}

.lfr-item-viewer .progress-container a {
  position: absolute;
  left: 30px;
}

.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}

.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}

.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}

.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}

.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}

.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}

.lfr-page-layouts input[type='radio'] {
  opacity: 0;
  position: absolute;
}

.lfr-page-layouts input[type='radio']:checked + .card-horizontal {
  cursor: default;
}

.lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
  bottom: 0px;
  content: "";
  right: 0px;
  position: absolute;
  left: 0px;
  transition: height 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
    transition: none;
  }
}

.lfr-page-layouts .card-horizontal {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0px;
  content: "";
  height: 0;
  right: 0px;
  position: absolute;
  left: 0px;
  transition: height 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}

.modal-dialog.dialog-iframe-modal {
  max-width: none;
}

.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}

.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  left: 2px;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn,
.sheet-footer .fds .table-list-title[href],
.fds .sheet-footer .table-list-title[href],
.sheet-footer .fds .table-list-title [href],
.fds .table-list-title .sheet-footer [href],
.sheet-footer .portlet-login a,
.portlet-login .sheet-footer a,
.sheet-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .sheet-footer a,
.sheet-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .sheet-footer .portlet-icon-back,
.sheet-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .sheet-footer .portlet-icon-back,
.sheet-footer .rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .sheet-footer .portlet-icon-back,
.sheet-footer .rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .sheet-footer .portlet-icon-back,
.sheet-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .sheet-footer .portlet-icon-back,
.sheet-footer .rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .sheet-footer .portlet-icon-back {
  margin-left: 1rem;
}

.sheet-footer .btn:last-child,
.sheet-footer .fds .table-list-title:last-child[href],
.fds .sheet-footer .table-list-title:last-child[href],
.sheet-footer .fds .table-list-title :last-child[href],
.fds .table-list-title .sheet-footer :last-child[href],
.sheet-footer .portlet-login a:last-child,
.portlet-login .sheet-footer a:last-child,
.sheet-footer .portlet-commerce-order .info-box .header a:last-child,
.portlet-commerce-order .info-box .header .sheet-footer a:last-child,
.sheet-footer .portlet-commerce-order .portlet-icon-back:last-child,
.portlet-commerce-order .sheet-footer .portlet-icon-back:last-child,
.sheet-footer .portlet-commerce-order-content .portlet-icon-back:last-child,
.portlet-commerce-order-content .sheet-footer .portlet-icon-back:last-child,
.sheet-footer .portlet-commerce-product-definitions .portlet-icon-back:last-child,
.portlet-commerce-product-definitions .sheet-footer .portlet-icon-back:last-child {
  margin-left: 0;
}

.tag-items {
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0 1em 0.5em;
  white-space: normal;
}

.tag-items li {
  display: inline-block;
  margin: 0 0 0 1em;
  max-width: 100%;
}

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

.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;
}

.lfr-portal-tooltip {
  display: inline-flex;
}

.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-left: 2px;
}

.tree-node .tree-node-checked .icon-check {
  padding-left: 0;
}

.tree-node [class^='icon-'] {
  margin-left: 5px;
}

.tree-node .tree-node-checkbox-container {
  margin-left: 0;
}

.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-left: 6px;
}

.tree-node-content .tree-label {
  margin-right: 3px;
}

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

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

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  right: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}

html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_right.png) no-repeat 0 50%;
  padding: 5px 18px 5px 5px;
}

html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

html:not(#__):not(#___) .cadmin .component-action.portlet-options,
html:not(#__):not(#___) .cadmin nav.management-bar-light .navbar-nav .portlet-options.nav-link,
nav.management-bar-light .navbar-nav html:not(#__):not(#___) .cadmin .portlet-options.nav-link {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_right.png) no-repeat 0 50%;
  padding: 5px 18px 5px 5px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

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

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

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

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

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

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.portlet:hover .visible-interaction,
.portlet.open .visible-interaction,
.portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}

.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 24px 3px 12px;
  position: relative;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: left;
}

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}

html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #6b6c7e;
}

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper,
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper,
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable,
  html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable,
  html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper,
  html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable,
  .controls-visible .portlet.open > .portlet-content-editable,
  .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper,
  .controls-visible .portlet.open > .portlet-topper,
  .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper,
  .lfr-configurator-visibility .portlet.focus .portlet-topper,
  .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.portlet > .portlet-content-editable {
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}

.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 24px 3px 12px;
  position: relative;
}

.portlet > .portlet-topper {
  display: none;
}

@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-right: 0;
}

.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #6b6c7e;
}

.portlet-topper-toolbar > a:focus,
.portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}

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

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.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(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-menu .loading-animation {
  margin-top: 160px;
}

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

  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }

  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }

  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}

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

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number,
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@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 {
  animation: progress-bar-stripes 0.5s linear infinite;
  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));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

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

  to {
    background-color: transparent;
  }
}

.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle,
.portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label,
.form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gothamrnd-light-webfont.eot");
  src: url("../fonts/gothamrnd-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrnd-light-webfont.woff2") format("woff2"), url("../fonts/gothamrnd-light-webfont.woff") format("woff"), url("../fonts/gothamrnd-light-webfont.ttf") format("truetype"), url("../fonts/gothamrnd-light-webfont.svg#gotham_roundedlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gothamrnd-book-webfont.eot");
  src: url("../fonts/gothamrnd-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrnd-book-webfont.woff2") format("woff2"), url("../fonts/gothamrnd-book-webfont.woff") format("woff"), url("../fonts/gothamrnd-book-webfont.ttf") format("truetype"), url("../fonts/gothamrnd-book-webfont.svg#gotham_roundedbook") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gothamrnd-medium-webfont.eot");
  src: url("../fonts/gothamrnd-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrnd-medium-webfont.woff2") format("woff2"), url("../fonts/gothamrnd-medium-webfont.woff") format("woff"), url("../fonts/gothamrnd-medium-webfont.ttf") format("truetype"), url("../fonts/gothamrnd-medium-webfont.svg#gotham_roundedmedium") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gothamrnd-bold-webfont.eot");
  src: url("../fonts/gothamrnd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrnd-bold-webfont.woff2") format("woff2"), url("../fonts/gothamrnd-bold-webfont.woff") format("woff"), url("../fonts/gothamrnd-bold-webfont.ttf") format("truetype"), url("../fonts/gothamrnd-bold-webfont.svg#gotham_roundedbold") format("svg");
  font-weight: 800;
  font-style: normal;
}

/* Naveen Css */

/* End - Naveen Css */

.u-vac {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.u-tac {
  text-align: center;
}

.u-wauto {
  width: auto !important;
}

.u-hoverable::before {
  background-color: #009a74;
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: opacity ease 100ms;
  width: 2px;
}

@media (hover: none) {
  .u-hoverable::before {
    display: none;
  }
}

.u-hoverable.is-not-valid::before {
  background-color: #ec676a;
}

.u-hoverable:not(:hover)::before {
  opacity: 0;
}

.d-table-head-group {
  border-color: inherit;
  display: table-header-group;
  vertical-align: middle;
}

.d-table-row-group {
  border-color: inherit;
  display: table-row-group;
  vertical-align: middle;
}

.commerce-c-1 {
  color: #9be2bd;
}

.commerce-bc-1 {
  background-color: #9be2bd;
}

.commerce-bdc-1 {
  border-color: #9be2bd;
}

.commerce-c-2 {
  color: #b3eff5;
}

.commerce-bc-2 {
  background-color: #b3eff5;
}

.commerce-bdc-2 {
  border-color: #b3eff5;
}

.commerce-c-3 {
  color: #fee4b8;
}

.commerce-bc-3 {
  background-color: #fee4b8;
}

.commerce-bdc-3 {
  border-color: #fee4b8;
}

.commerce-c-4 {
  color: #ffb78c;
}

.commerce-bc-4 {
  background-color: #ffb78c;
}

.commerce-bdc-4 {
  border-color: #ffb78c;
}

.commerce-c-5 {
  color: #ff83a3;
}

.commerce-bc-5 {
  background-color: #ff83a3;
}

.commerce-bdc-5 {
  border-color: #ff83a3;
}

.commerce-c-6 {
  color: #f5b3ef;
}

.commerce-bc-6 {
  background-color: #f5b3ef;
}

.commerce-bdc-6 {
  border-color: #f5b3ef;
}

.commerce-c-7 {
  color: #b48ff7;
}

.commerce-bc-7 {
  background-color: #b48ff7;
}

.commerce-bdc-7 {
  border-color: #b48ff7;
}

.commerce-c-8 {
  color: #639dff;
}

.commerce-bc-8 {
  background-color: #639dff;
}

.commerce-bdc-8 {
  border-color: #639dff;
}

.minium-frame .compare-checkbox input[type='checkbox'] {
  position: absolute !important;
}

.data-set-stacked .data-set-management-bar-wrapper {
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
}

.data-set .data-set-management-bar-wrapper .form-control {
  border-width: 1px;
}

.data-set .dnd-table .with-bg {
  background-color: transparent;
}

.data-set .dnd-table .dnd-td,
.data-set .dnd-table .dnd-th {
  border-left: none;
}

.data-set .dnd-table .dnd-th-resizer {
  background-color: #255cd6;
  transition: opacity 0.1s ease-in;
}

.data-set .dnd-table .dnd-th-resizer.is-active {
  background-color: #ec676a;
}

.data-set .dnd-table .dnd-th-resizer.is-active.is-allowed {
  background-color: #009a74;
}

.data-set .dnd-table .dnd-tr {
  background-color: #fff;
  border-bottom: none;
  border-radius: 8px;
  margin-bottom: 4px;
  overflow: hidden;
}

.data-set .dnd-table .dnd-tr:last-child {
  margin-bottom: 0;
}

.data-set .filter-resume {
  border-color: #e6e7e7;
  border-radius: 8px;
  border-width: 2px;
  overflow: hidden;
  padding: 0.35rem;
  transition: border 0.1s ease-in;
}

.data-set .filter-resume-content .lexicon-icon {
  font-size: 14px;
}

.data-set .filter-resume.active {
  border-color: #c9daff;
}

.data-set .filter-resume .label-item-after {
  background: #e6e7e7;
  height: calc(100% + 12px);
  margin-left: -6px;
  margin-top: -6px;
  width: 25px;
}

.data-set .table-style-fluid,
.data-set .table-style-stacked {
  border: none;
}

.minium-frame .mini-compare {
  border-radius: 20px 20px 0 0;
  box-shadow: 0 17px 84px 0 rgba(52, 55, 62, 0.2);
  display: flex;
  padding: 20px;
  z-index: 9999;
}

@media screen and (hover: none) {
  .minium-frame .mini-compare {
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
}

.minium-frame .mini-compare-item {
  border-radius: 10px;
  height: 54px;
  margin-left: 20px;
  width: 54px;
}

@media screen and (hover: none) {
  .minium-frame .mini-compare-item {
    margin-left: 10px;
  }
}

.minium-frame .mini-compare-item::after {
  border-radius: 10px;
}

.minium-frame .mini-compare.active .mini-compare-delete {
  transform: scale(1) translate(calc(-110% - 20px), 30%);
}

.minium-frame .mini-compare-delete {
  background: #ec676a;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  height: 20px;
  transform: scale(0.6) translate(calc(-160% - 20px), 30%);
  width: 20px;
}

.minium-frame .mini-compare-thumbnail-container {
  border-radius: 10px;
  height: 54px;
  overflow: hidden;
  width: 54px;
}

body.open #wrapper .modal {
  right: 390px;
}

.commerce-modal-wrapper .modal {
  display: none;
}

.commerce-modal-wrapper .modal.show .modal-dialog {
  top: 50%;
  transform: translate(0, -50%);
}

.commerce-modal-wrapper .modal-dialog {
  border-radius: 8px;
  margin: auto;
  max-height: calc(100% - 50px);
  max-width: 540px;
  overflow: auto;
  pointer-events: unset;
  position: relative;
}

#wrapper .nav-underline {
  align-items: stretch;
  display: flex;
  height: 100%;
  height: 60px;
  justify-content: center;
}

#wrapper .nav-underline .nav-item {
  align-items: center;
  color: #7f848d;
  display: flex;
  font-size: 11px;
  letter-spacing: 1.1px;
  padding: 10px;
  position: static;
  position: relative;
  text-transform: uppercase;
}

#wrapper .nav-underline .nav-item .nav-link {
  padding: 0;
  position: static;
}

#wrapper .nav-underline .nav-item .nav-link.active {
  color: #5c5e5e;
  font-weight: bold;
  text-decoration: none;
}

#wrapper .nav-underline .nav-item .nav-link.active::after {
  background-color: #009a74;
  bottom: 0;
  content: '';
  height: 2px;
  right: calc(50% - 25px);
  position: absolute;
  width: 50px;
}

.order-notes-submit-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.order-notes-submit-actions .form-inline.form-group {
  grid-auto-columns: 1fr;
  grid-template-areas: initial;
  margin-bottom: 0;
}

.order-notes-submit-actions .form-inline.form-group .field {
  margin-left: 5px;
}

.order-notes-submit-actions .button-holder {
  margin: 0 20px 0 0;
}

#minium .commerce-catalog .pagination-results {
  display: none;
}

#minium .commerce-catalog .pagination {
  right: 50%;
  position: absolute;
  transform: translateX(calc(-50% * -1));
}

#minium .commerce-catalog .pagination li {
  box-sizing: border-box;
  margin: 0 5px;
  padding: 5px 10px;
}

#minium .commerce-catalog .pagination li:first-child,
#minium .commerce-catalog .pagination li:last-child {
  display: none;
}

#minium .commerce-catalog .pagination li a {
  color: #7f848d;
}

#minium .commerce-catalog .pagination li:hover a,
#minium .commerce-catalog .pagination li.active a {
  color: #009a74;
}

.btn.commerce-order-by.dropdown-toggle,
.fds .commerce-order-by.dropdown-toggle.table-list-title[href],
.fds .table-list-title .commerce-order-by.dropdown-toggle[href],
.portlet-login a.commerce-order-by.dropdown-toggle,
.portlet-commerce-order .info-box .header a.commerce-order-by.dropdown-toggle,
.portlet-commerce-order .commerce-order-by.dropdown-toggle.portlet-icon-back,
.portlet-commerce-order-content .commerce-order-by.dropdown-toggle.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-order-by.dropdown-toggle.portlet-icon-back {
  background-color: #fff;
  border: 2px solid #e6e7e7;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-transform: none;
}

html:not(#__):not(#___) .portlet:hover > .cadmin.portlet-topper,
html:not(#__):not(#___) .portlet.open > .cadmin.portlet-topper {
  z-index: 999;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  font-size: 13.92px;
  padding: 0 8px 0 4px;
}

@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 576px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    left: auto;
  }
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-name-text {
  margin-left: 12px;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  height: 24px;
  line-height: 24px;
  width: 24px;
}

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar nav.management-bar-light .navbar-nav .nav-link,
nav.management-bar-light .navbar-nav html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .nav-link {
  font-size: 14px;
  height: 24px;
  margin-top: -2px;
  width: 24px;
}

html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}

html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}

html:not(#__):not(#___) .yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-right: 0;
  padding-left: 0;
}

.portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-family: "Nunito Bold", "Nunito", sans-serif;
  font-size: remCalc(24px);
  font-weight: 800;
  color: #101828;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 8px 0 4px;
}

@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 576px) {
  .portlet > .portlet-topper {
    left: auto;
  }
}

.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}

.portlet > .portlet-topper .portlet-name-text {
  margin-left: 0.75rem;
}

.portlet > .portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}

.portlet > .portlet-topper .portlet-topper-toolbar,
.portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}

.portlet > .portlet-topper .portlet-topper-toolbar .component-action,
.portlet > .portlet-topper .portlet-topper-toolbar nav.management-bar-light .navbar-nav .nav-link,
nav.management-bar-light .navbar-nav .portlet > .portlet-topper .portlet-topper-toolbar .nav-link {
  height: 1.5rem;
  width: 1.5rem;
}

.portlet > .portlet-topper .lexicon-icon {
  height: 0.875rem;
  width: 0.875rem;
}

.portlet:hover > .portlet-topper,
.portlet.open > .portlet-topper {
  z-index: 999;
}

.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}

.yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}

.yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.search-bar-keywords-input-wrapper {
  background: #fff;
  margin-right: 0;
}

.workflow-value.status.awaiting-pickup,
.workflow-value.status.in-progress,
.workflow-value.status.partially-refunded,
.workflow-value.status.partially-shipped,
.workflow-value.status.pending,
.workflow-value.status.processing,
.workflow-value.status.on-hold,
.workflow-value.status.shipped {
  border-color: #ffb68d;
  color: #ffb68d;
}

.workflow-value.status.disputed,
.workflow-value.status.cancelled,
.workflow-value.status.declined {
  border-color: #ec676a;
  color: #ec676a;
}

.workflow-value.status.refunded,
.workflow-value.status.subscription,
.workflow-value.status.completed {
  border-color: #4bc286;
  color: #4bc286;
}

.commerce-account-switcher {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.1s ease-in;
  width: 100%;
}

.commerce-account-switcher:not(.is-visible) {
  transform: translateX(calc(-100% * -1));
}

.commerce-account-switcher.is-visible + .commerce-account-switcher {
  transform: translateX(calc(100% * -1));
}

.commerce-account-switcher__empty-table {
  color: #7f848d;
  font-size: 14px;
  padding: 20px 20px 5px;
}

.commerce-account-switcher__section + .commerce-account-switcher__section {
  border-top: 1px solid #e6e7e7;
}

.commerce-account-switcher__section--fill {
  flex-grow: 1;
  overflow: auto;
}

.commerce-account-switcher__section--padded {
  padding: 20px;
}

.commerce-account-switcher__section--header {
  display: flex;
  flex-shrink: 0;
}

.commerce-account-switcher__title {
  align-self: center;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
}

.commerce-account-switcher__back {
  align-items: center;
  color: #7f848d;
  display: flex;
  flex-grow: 0;
  font-size: 14px;
  height: 70px;
  padding: 20px 20px 20px 0;
}

.commerce-account-switcher__back:hover {
  color: #7f848d;
  text-decoration: none;
}

.commerce-account-switcher__back > svg {
  height: 21px;
  margin-left: 10px;
  width: 25px;
}

.rtl .commerce-account-switcher__back > svg {
  transform: scaleX(-1);
}

.commerce-account-switcher__button {
  margin: 0 !important;
}

.commerce-account-switcher__button:last-child {
  border-radius: 0 0 8px 8px !important;
}

.commerce-add-to-tick {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.commerce-add-to-tick__circle {
  fill: #c9daff;
  opacity: 1;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  transition: all 0.5s;
}

.commerce-add-to-tick__tick {
  fill: none;
  stroke: #a7e5be;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 11px;
  transition: stroke-dashoffset 0.2s ease-out;
}

.commerce-add-to-tick__add {
  opacity: 1;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  transform-origin: 50%;
  transition: all 0.2s ease-out;
}

.commerce-add-to-tick__add line {
  fill: none;
  stroke: #c9daff;
  stroke-miterlimit: 10;
  stroke-width: 11px;
}

.commerce-add-to-tick:hover .commerce-add-to-tick__add line {
  stroke: #4c83ff;
}

.commerce-add-to-tick.is-added .commerce-add-to-tick__circle,
.commerce-add-to-tick.is-added .commerce-add-to-tick__tick {
  opacity: 1;
  stroke-dashoffset: 0;
}

.commerce-add-to-tick.is-added .commerce-add-to-tick__circle {
  fill: #a7e5be;
}

.user-item:hover .commerce-add-to-tick.is-added .commerce-add-to-tick__circle {
  fill: #a7e5be;
}

.commerce-add-to-tick.is-added:hover .commerce-add-to-tick__tick {
  stroke: #4bc287;
}

.commerce-add-to-tick.is-added .commerce-add-to-tick__add {
  opacity: 0;
  transform: scale(0.2);
}

.user-item:hover .commerce-add-to-tick.is-added .commerce-add-to-tick__add line {
  stroke: #4c83ff;
}

.commerce-button.commerce-button {
  align-items: center;
  background-color: #009a74;
  border: 0 solid currentColor;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.25;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.commerce-button.commerce-button:focus,
.commerce-button.commerce-button:focus-within {
  box-shadow: 0 3px 20px 0 rgba(0, 154, 116, 0.5);
  outline: none;
}

.commerce-button.commerce-button + .commerce-button.commerce-button {
  margin-right: 20px;
}

.commerce-button.commerce-button--good {
  background-color: #4bc286;
}

.commerce-button.commerce-button--bad {
  background-color: #ec676a;
}

.commerce-button.commerce-button--neutral {
  background-color: #ffb68d;
}

.commerce-button.commerce-button--outline {
  background-color: #fff;
  border-width: 2px;
  color: #009a74;
}

.commerce-button.commerce-button--outline.commerce-button--good {
  color: #4bc286;
}

.commerce-button.commerce-button--outline.commerce-button--bad {
  color: #ec676a;
}

.commerce-button.commerce-button--outline.commerce-button--neutral {
  color: #ffb68d;
}

.commerce-button.commerce-button--outline.commerce-button--disabled {
  opacity: 0.5;
}

.commerce-button.commerce-button--link {
  background-color: #fff;
  color: #009a74;
}

.commerce-button.commerce-button--link.commerce-button--good {
  color: #4bc286;
}

.commerce-button.commerce-button--link.commerce-button--bad {
  color: #ec676a;
}

.commerce-button.commerce-button--link.commerce-button--neutral {
  color: #ffb68d;
}

.commerce-button.commerce-button--link.commerce-button--disabled {
  opacity: 0.5;
}

.commerce-button.commerce-button--block {
  border-radius: 0;
  display: flex;
}

.commerce-button.commerce-button--small {
  height: 44px;
}

.commerce-button.commerce-button--small + .commerce-button.commerce-button--small {
  margin-right: 10px;
}

.commerce-button.commerce-button--disabled {
  background-color: #dbe6ff;
  cursor: inherit;
}

.commerce-button.commerce-button--big {
  font-size: 12px;
  height: 64px;
  min-width: 170px;
}

.commerce-button.commerce-button--icon {
  border-radius: 50%;
  min-width: auto;
}

.commerce-button.commerce-button--inline {
  background: transparent;
  border: none;
  color: #009a74;
  display: inline-block;
  height: auto;
  min-width: auto;
  padding: 0;
}

.commerce-button.commerce-button--inline:hover {
  color: inherit;
}

.commerce-button.commerce-button--spaced {
  margin-right: 20px;
}

.commerce-collapse__header {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.commerce-collapse__header .collapse-title {
  font-weight: bold;
}

.commerce-collapse__header .collapse-icon-closed,
.commerce-collapse__header .collapse-icon-open {
  line-height: 0;
  position: static;
}

.commerce-collapse__header--collapsing .collapse-icon-closed,
.commerce-collapse__header--collapsed .collapse-icon-closed {
  display: block;
}

.commerce-collapse__header--collapsing .collapse-icon-open,
.commerce-collapse__header--collapsed .collapse-icon-open {
  display: none;
}

.commerce-collapse__header--expanding .collapse-icon-closed,
.commerce-collapse__header--expanded .collapse-icon-closed {
  display: none;
}

.commerce-collapse__header--expanding .collapse-icon-open,
.commerce-collapse__header--expanded .collapse-icon-open {
  display: block;
}

.commerce-collapse__content {
  overflow: hidden;
  padding-top: 10px;
  transition: max-height 0.2s ease-in;
}

.commerce-collapse__content--collapsed {
  display: none;
}

.commerce-collapse__content--collapsing,
.commerce-collapse__content--expanding,
.commerce-collapse__content--expanded {
  display: block;
}

/* .commerce-compare-table {
	border-collapse: collapse;
	color: $color-fg;
	line-height: 1.1;
	width: 100%;

	thead td {
		height: 100%;
		position: relative;
		vertical-align: top;
		z-index: 1;
	}

	.product-card {
		box-shadow: none !important;
		padding-bottom: 84px !important;
		position: static !important;

		&::before {
			background-color: white;
			border-radius: 8px;
			bottom: 0;
			content: '';
			left: 1px;
			position: absolute;
			right: 1px;
			top: 0;
			z-index: -1;
		}

		.btn-add-to-cart {
			bottom: 0;
			left: 1px;
			position: absolute;
			width: calc(100% - 2px) !important;
		}
	}

	tbody td {
		border-right: 2px solid #f8f8f9;
		padding: 15px;
		vertical-align: baseline;

		&:last-child {
			border-right: none;
		}
	}

	thead tr {
		height: 1px;
	}

	tbody tr {
		height: auto;
	}

	.commerce-compare-table__title {
		width: 150px;
	}

	tbody tr:not(.commerce-compare-table__separator) {
		background: white;
		overflow: hidden;
	}

	&__separator {
		font-weight: 800;
	}

	&__title {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 16px;
		text-transform: uppercase;
	}

	&__value {
		color: $color-fg-alt;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
	}

	td {
		width: 20%;

		&:first-of-type {
			width: 10%;
		}
	}
}
 */

.commerce-cta {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.commerce-cta:empty {
  display: none;
}

.commerce-cta:not(.is-visible) {
  transform: translateY(200%);
}

.commerce-cta > * {
  pointer-events: auto;
}

.commerce-datalist {
  color: #5c5e5e;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  opacity: 1;
  position: relative;
  transform: translateY(0);
  transition: transform 0.1s ease-in;
  width: 200px;
  z-index: 1;
}

.commerce-datalist.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20%);
}

.commerce-datalist.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.commerce-datalist__input-wrapper {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #e6e7e7;
  border-radius: 8px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 24px;
  overflow: hidden;
  padding: 6px 10px;
  transition: background-color 0.1s ease-in, border-radius 0.2s ease-in;
  z-index: 2;
}

.commerce-datalist__input-wrapper:focus-within {
  background-color: white;
  border-color: #dbe6ff;
}

.commerce-datalist__input-wrapper.is-expanding,
.commerce-datalist__input-wrapper.is-expanded {
  background-color: white;
  border-radius: 8px 8px 0 0;
}

.commerce-datalist__input-wrapper.is-expanding .commerce-datalist__icon--reset,
.commerce-datalist__input-wrapper.is-expanded .commerce-datalist__icon--reset {
  opacity: 1;
  transform: translate(0, 50%) scale(1);
}

.commerce-datalist__input-wrapper.is-expanding .commerce-datalist__icon--default,
.commerce-datalist__input-wrapper.is-expanded .commerce-datalist__icon--default {
  opacity: 0;
  transform: translate(0, -50%) scale(0.5);
}

.commerce-datalist__icon-wrapper {
  line-height: 0;
  position: relative;
}

.commerce-datalist__icon {
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: -50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}

.commerce-datalist__icon--reset {
  color: #7f848d;
  opacity: 0;
  padding: 0;
  transform: translate(0, 130%) scale(0.5);
}

.commerce-datalist__icon--default {
  opacity: 1;
  transform: translate(0, 50%) scale(1);
}

.commerce-datalist__mask {
  height: 26px;
  overflow: hidden;
  position: relative;
}

.commerce-datalist__query-wrapper {
  align-items: center;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  height: calc(100% + 24px);
  right: 0;
  padding-bottom: 24px;
  left: 0;
  top: 0;
}

.commerce-datalist__query-wrapper::-webkit-scrollbar {
  display: none;
}

.commerce-datalist__query-input {
  background: transparent;
  border-width: 0;
  display: inline-block;
  flex-grow: 1;
  margin: 0;
  min-width: calc(100% - 50px);
}

.commerce-datalist__query-input:focus {
  outline: none;
}

.commerce-datalist__values {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.commerce-datalist__value {
  animation: zoomInFromRight 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: #dbe6ff;
  border-radius: 20px;
  margin-left: 5px;
  padding: 2px 7px;
  white-space: nowrap;
}

.commerce-datalist__delete-value {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  padding: 0;
  vertical-align: middle;
}

.commerce-datalist__dropdown {
  background: white;
  border-color: #e6e7e7;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 0 2px 2px;
  box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
  display: none;
  right: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-40px);
  transform: translateY(-40px);
  transform-origin: 50% 0%;
  transition: all 0.1s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  z-index: 1;
}

.commerce-datalist__dropdown.is-expanding {
  animation: expand-dropdown 0.2s;
  animation-fill-mode: forwards;
  display: block;
}

.commerce-datalist__dropdown.is-collapsing {
  animation: collapse-dropdown 0.2s;
  animation-fill-mode: forwards;
  display: block;
}

.commerce-datalist__dropdown.is-expanded {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.commerce-datalist__data {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.commerce-datalist__option {
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 7px 14px;
}

.commerce-datalist__option .is-hover,
.commerce-datalist__option:hover {
  background-color: #ffffff;
}

.commerce-datalist__option--active {
  font-weight: 600;
}

.commerce-datalist__option--multiselect {
  padding: 0;
}

.commerce-datalist__option--multiselect:last-of-type,
.commerce-datalist__option--multiselect:first-of-type {
  padding: 0;
}

.commerce-datalist__option--empty {
  cursor: inherit;
}

.commerce-datalist__option [type='checkbox'] {
  margin-left: 15px;
}

@keyframes expand-dropdown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes collapse-dropdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

.commerce-dot {
  align-items: center;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto 1fr;
}

.commerce-dot::before {
  align-self: center;
  background-color: #009a74;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
}

.commerce-dot--big::before {
  height: 20px;
  width: 20px;
}

.commerce-dot--good::before {
  background-color: #4bc286;
}

.commerce-dot--neutral::before {
  background-color: #ffb68d;
}

.commerce-dot--bad::before {
  background-color: #ec676a;
}

.commerce-dot-navigation {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.commerce-dot-navigation__dot {
  background: transparent;
  border: 2px solid #009a74;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-left: 16px;
  padding: 0;
  transition: all 0.1s ease-in;
  width: 15px;
}

.commerce-dot-navigation__dot:last-child {
  margin-left: 0;
}

.commerce-dot-navigation__dot:hover {
  background: #009a74;
}

.commerce-dot-navigation__dot--disabled {
  border: 2px solid #9d9e9e;
}

.commerce-dot-navigation__dot--disabled:hover {
  background: transparent;
}

.commerce-dot-navigation__dot--active {
  background: #009a74;
  cursor: inherit;
  transform: scale(1.4);
}

.commerce-dropdown {
  position: relative;
}

.commerce-dropdown__curtain {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
  display: none;
  height: 530px;
  max-height: calc( 100vh - 256px);
  opacity: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  transform: scale(0.4);
  transform-origin: 100% 0%;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 450px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .commerce-dropdown__curtain {
    right: 10px;
    position: fixed;
    left: 10px;
    top: 120px;
    width: calc(100% - 20px);
  }
}

.commerce-dropdown__curtain::before {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  bottom: 100%;
  content: '';
  position: absolute;
  left: 24px;
  transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .commerce-dropdown__curtain::before {
    left: 64px;
  }
}

.commerce-dropdown__curtain.is-closing {
  display: block;
  transition: all 0.1s ease-in;
}

.commerce-dropdown__curtain.is-open {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.commerce-dropdown__curtain.is-opening {
  display: block;
}

.commerce-dropdown__absolute-content {
  bottom: 0;
  display: block;
  right: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.commerce-empty-table-message {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: 500;
  justify-content: center;
  line-height: 42px;
  min-height: 300px;
  text-align: center;
}

.commerce-icon {
  height: 1em;
  width: 1em;
}

.commerce-input.commerce-input--checkbox {
  display: flex;
}

.commerce-input.commerce-input--checkbox__input {
  margin-left: 10px;
}

.commerce-input.commerce-input--checkbox__label {
  color: #7f848d;
  font-weight: normal;
  margin-bottom: 0;
}

.commerce-input.commerce-input--checkbox--checked .commerce-input--checkbox__label {
  color: #5c5e5e;
}

.commerce-input.commerce-input--select {
  background: white;
  border: 2px solid rgba(92, 94, 94, 0.14);
  border-radius: 8px;
  color: #5c5e5e;
  font-size: inherit;
  height: 56px;
  margin-bottom: 15px;
  min-height: 56px;
  outline: none;
  width: 100%;
}

.commerce-input.commerce-input--select--with-margin {
  margin-bottom: 30px;
}

.commerce-input.commerce-input--text {
  background: white;
  border: 2px solid rgba(92, 94, 94, 0.14);
  border-radius: 8px;
  color: #5c5e5e;
  font-size: inherit;
  margin-bottom: 15px;
  min-height: 56px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.commerce-input.commerce-input--text--with-margin {
  margin-bottom: 30px;
}

.required-mark {
  color: #ec676a;
}

.required-mark::after {
  content: '*';
}

.commerce-item {
  display: flex;
  font-size: 12px;
  max-height: 130px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s ease-in, padding 0.1s ease-in;
}

.commerce-item--search {
  font-size: 14px;
  width: 100%;
}

.commerce-item--search__image {
  flex-basis: 50px;
}

.commerce-item.is-not-valid .commerce-item {
  opacity: 0.3;
}

.commerce-item__icon {
  align-items: center;
  background-color: #fee4b8;
  border-radius: 4px;
  color: white;
  display: flex;
  flex: 0 0 60px;
  font-size: 20px;
  justify-content: center;
  line-height: 0;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
}

.commerce-item__image {
  align-self: center;
  border-radius: 4px;
  flex: 0 0 60px;
  margin: auto 0 auto 10px;
  max-height: 60px;
  max-width: 100%;
}

.commerce-item--search .commerce-item__image {
  max-height: 50px;
}

.commerce-item__content {
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commerce-item__error {
  color: #ec676a;
  font-weight: 600;
  grid-column: 1 / 3;
}

.commerce-item__delete {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: #ec676a;
  cursor: pointer;
  display: flex;
  height: 16px;
  justify-content: center;
  margin: 8px auto 0;
  padding: 0;
  position: relative;
  width: 16px;
}

.commerce-item__delete:hover {
  color: #ec676a;
}

.commerce-cart__item:not(:hover) .commerce-item__delete:not(:focus) {
  opacity: 0;
}

@media (hover: none) {
  .commerce-cart__item:not(:hover) .commerce-item__delete:not(:focus) {
    opacity: 1;
  }
}

.commerce-item__delete::after {
  transform: translate(calc(-50% * -1), -50%) rotate(-45deg);
}

.commerce-item__delete::before {
  transform: translate(calc(-50% * -1), -50%) rotate(45deg);
}

.commerce-item__delete::after,
.commerce-item__delete::before {
  background-color: currentColor;
  content: '';
  display: block;
  height: 8px;
  right: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
}

.commerce-item__delete.is-disabled {
  cursor: wait;
  opacity: 0.5;
}

.commerce-item__cancel-delete {
  align-items: center;
  background-color: #ffffff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(calc(100% * -1));
  transition: transform 0.2s ease-in;
  z-index: 999;
}

.commerce-item.is-deleting .commerce-item__cancel-delete {
  transform: translateX(0%);
}

.commerce-item.is-collapsed {
  border-width: 0;
  max-height: 0;
  padding: 0 10px;
}

.commerce-item.is-not-valid {
  background-color: #fef7f7;
}

.commerce-link {
  color: #009a74;
  font-size: 12px;
}

.commerce-loader {
  display: inline-block;
  min-height: 8px;
  position: relative;
}

.commerce-loader__dots-wrapper--inverted .commerce-loader__dot {
  background: var(--light);
}

.commerce-loader__dot {
  animation: scale-dot 0.8s ease-out infinite;
  background: #5c5e5e;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin: 2px;
  transform: scale(0.5);
  width: 6px;
}

.commerce-loader__dot:nth-of-type(2) {
  animation-delay: 0.2s;
}

.commerce-loader__dot:nth-of-type(3) {
  animation-delay: 0.3s;
}

.commerce-loader__dot:nth-of-type(4) {
  animation-delay: 0.4s;
}

.commerce-loader__dot:nth-of-type(5) {
  animation-delay: 0.5s;
}

@keyframes scale-dot {
  0% {
    transform: scale(0.5);
  }

  25% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(0.5);
  }
}

.commerce-modal__header {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.commerce-modal__close {
  align-items: center;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: auto;
  padding: 0;
  width: 40px;
}

.commerce-modal__title {
  color: #5c5e5e;
  flex-grow: 1;
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 0;
}

.commerce-modal__content {
  flex-grow: 1;
}

.commerce-modal__checkbox--with-margin {
  margin-bottom: 30px;
}

.commerce-modal__label {
  color: #9d9e9e;
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.commerce-modal__label--checkbox {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: none;
}

.commerce-modal__select {
  background: transparent;
  border: 2px solid rgba(92, 94, 94, 0.14);
  border-radius: 8px;
  color: #5c5e5e;
  height: 56px;
  margin-bottom: 15px;
  min-height: 56px;
  outline: none;
  width: 100%;
}

.commerce-modal__select--with-margin {
  margin-bottom: 30px;
}

.commerce-modal__input {
  border: 2px solid rgba(92, 94, 94, 0.14);
  border-radius: 8px;
  color: #5c5e5e;
  margin-bottom: 15px;
  min-height: 56px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.commerce-modal__input--with-margin {
  margin-bottom: 30px;
}

.commerce-modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.commerce-modal__actions .btn-monospaced {
  border-radius: 50%;
}

.commerce-order-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin: 20px 0;
}

.commerce-product-details-modal {
  color: #5c5e5e;
}

.commerce-product-details-modal__picture {
  margin-right: -30px;
  width: calc(100% + 60px);
}

.commerce-product-details-modal__picture img {
  width: 100%;
}

.commerce-product-details-modal__availability {
  position: relative;
}

.commerce-product-details-modal__availability .commerce-dot {
  right: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.commerce-product-details-modal__availability .commerce-dot::before {
  height: 20px;
  width: 20px;
}

.commerce-product-details-modal__sku {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.commerce-product-details-modal__min-quantity {
  font-size: 10px;
  margin-right: 25px;
  text-transform: uppercase;
}

.commerce-product-details-modal__min-quantity__value {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.commerce-product-details-modal__name {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}

.commerce-product-details-modal__description {
  color: #7f848d;
  margin-bottom: 5px;
}

.commerce-product-details-modal__view-details {
  display: block;
  margin-bottom: 40px;
}

.commerce-search {
  display: flex;
}

.commerce-search__input {
  flex-grow: 1;
  padding: 20px;
}

.commerce-search__input input {
  background-color: transparent;
  border: 0;
  caret-color: #009a74;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

.commerce-search__input input:focus {
  outline: none;
}

.commerce-search__input input::placeholder {
  color: #5c5e5e;
  font-weight: bold;
  opacity: 0.35;
}

.commerce-search__button {
  align-items: center;
  color: currentColor;
  display: flex;
  font-size: 21px;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.commerce-search__button:hover {
  color: currentColor;
}

.commerce-search__button.is-ninja {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.commerce-small-table {
  border-collapse: collapse;
  width: 100%;
}

.commerce-small-table th,
.commerce-small-table .d-table-head-group {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
}

.commerce-small-table a {
  color: currentColor;
  text-decoration: none;
}

.commerce-small-table tbody tr:nth-child(odd),
.commerce-small-table .d-table-row-group .d-table-row:nth-child(odd) {
  background-color: #ffffff;
}

.commerce-small-table tbody tr td:first-child,
.commerce-small-table tbody tr .d-table-cell:first-child,
.commerce-small-table .d-table-row-group .d-table-row td:first-child,
.commerce-small-table .d-table-row-group .d-table-row .d-table-cell:first-child {
  border-radius: 0 8px 8px 0;
}

.commerce-small-table tbody tr td:last-child,
.commerce-small-table tbody tr .d-table-cell:last-child,
.commerce-small-table .d-table-row-group .d-table-row td:last-child,
.commerce-small-table .d-table-row-group .d-table-row .d-table-cell:last-child {
  border-radius: 8px 0 0 8px;
}

.commerce-small-table .d-table-cell {
  padding: 5px 10px;
}

.commerce-suggestions {
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
  max-height: calc(90vh - 140px);
  overflow: hidden auto;
  position: relative;
}

@media screen and (hover: none) {
  .commerce-suggestions {
    max-height: calc(90vh - 210px);
  }
}

.commerce-suggestions.is-loading::before {
  animation: shift-rightwards-suggestions 1s ease-in-out infinite;
  animation-delay: 0.4s;
  background-color: #009a74;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  transform: translateX(calc(100% * -1));
  width: 100%;
}

.commerce-suggestions__wrapper {
  overflow: auto;
  padding: 20px 0;
}

.commerce-suggestions__label {
  font-size: 12px;
  padding: 10px 20px;
}

.commerce-suggestions__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
  min-height: 70px;
  padding: 10px 20px;
  position: relative;
}

.commerce-suggestions__item.is-selected {
  background-color: #fff;
}

.commerce-suggestions__item.is-selected::before {
  background-color: #009a74;
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: opacity ease 100ms;
  width: 2px;
}

.commerce-suggestions__hints {
  align-items: center;
  background-color: #ffffff;
  color: #7f848d;
  display: flex;
  flex: 0 0 40px;
  font-size: 14px;
  padding: 0 20px;
}

.commerce-suggestions__hints svg {
  margin-left: 10px;
}

.commerce-suggestions__hints svg:not(:first-of-type) {
  margin-right: 30px;
}

@media screen and (hover: none) {
  .commerce-suggestions__hints {
    display: none;
  }
}

@keyframes shift-rightwards-suggestions {
  0% {
    transform: translateX(-100%);
  }

  40% {
    transform: translateX(0%);
  }

  60% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.commerce-topbar-button {
  align-items: center;
  color: currentColor;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .commerce-topbar-button {
    height: 96px;
    min-width: 96px;
    padding: 0;
  }
}

.commerce-topbar-button:hover {
  color: currentColor;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .commerce-topbar-button__label {
    display: none;
  }
}

.commerce-topbar-button svg,
.commerce-topbar-button__icon {
  display: inline-block;
  margin: 10px;
}

.commerce-topbar-button:not(.is-active) .commerce-topbar-button__icon--active {
  display: none;
}

.commerce-topbar-button.is-active .commerce-topbar-button__icon--not-active {
  display: none;
}

.commerce-topbar-button[disabled],
.commerce-topbar-button.is-disabled {
  opacity: 0.5;
}

.commerce-topbar-button.is-active {
  background-color: #ffffff;
}

.commerce-topbar-button::before {
  align-items: center;
  background-color: #009a74;
  border-radius: 50%;
  color: white;
  content: attr(data-badge-count);
  display: flex;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  justify-content: center;
  right: 50%;
  line-height: 1;
  margin-right: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transform: translate(calc(17px * -1), -7px);
  transition: all ease 200ms;
  width: 18px;
}

.commerce-topbar-button:not(.has-badge)::before {
  opacity: 0;
  transform: scale(0.1) translate(calc(17px * -1), -7px);
}

.commerce-typo__section-title {
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: #5c5e5e;
  font-size: 14px;
  margin: 40px 0;
}

.minium-action-toggle {
  align-items: center;
  color: #9d9e9e;
  display: flex;
  font-size: 21px;
  justify-content: flex-end;
  opacity: 0.3;
}

.minium-action-toggle__open,
.minium-action-toggle__close {
  font-size: 16px;
}

.table tr.is-active .minium-action-toggle__open,
.table tr:not(.is-active) .minium-action-toggle__close {
  display: none;
}

html.ie .minium-actions-toggle-wrapper,
html.edge .minium-actions-toggle-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.minium-frame .minium-card {
  align-items: center;
  background: white;
  border-radius: 5px;
  box-shadow: 0 17px 56px 0 rgba(52, 55, 62, 0);
  color: #5c5e5e;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out;
}

.minium-frame .minium-card:hover {
  box-shadow: 0 17px 56px 0 rgba(52, 55, 62, 0.08);
}

.minium-frame .minium-card:focus {
  box-shadow: 0 3px 20px 0 rgba(0, 154, 116, 0.5);
  outline: none;
}

.minium-frame .minium-card__actions {
  margin-bottom: -20px;
  margin-right: 0;
  width: calc(100% + 40px);
}

.minium-frame .minium-card__actions .btn-add-to-cart {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: flex;
  font-size: 11px !important;
  height: 50px !important;
  margin-top: 12px;
  width: 100%;
}

.minium-frame .minium-card__actions .quantity-selector .btn,
.minium-frame .minium-card__actions .quantity-selector .fds .table-list-title[href],
.fds .minium-frame .minium-card__actions .quantity-selector .table-list-title[href],
.minium-frame .minium-card__actions .quantity-selector .fds .table-list-title [href],
.fds .table-list-title .minium-frame .minium-card__actions .quantity-selector [href],
.minium-frame .minium-card__actions .quantity-selector .portlet-login a,
.portlet-login .minium-frame .minium-card__actions .quantity-selector a,
.minium-frame .minium-card__actions .quantity-selector .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .minium-frame .minium-card__actions .quantity-selector a,
.minium-frame .minium-card__actions .quantity-selector .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .minium-frame .minium-card__actions .quantity-selector .portlet-icon-back,
.minium-frame .minium-card__actions .quantity-selector .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .minium-frame .minium-card__actions .quantity-selector .portlet-icon-back,
.minium-frame .minium-card__actions .quantity-selector .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .minium-frame .minium-card__actions .quantity-selector .portlet-icon-back {
  width: 40px;
}

.minium-frame .minium-card__close {
  position: absolute;
}

.minium-frame .minium-card__compare {
  right: 20px;
  position: absolute;
  top: 20px;
}

.minium-frame .minium-card__availability {
  right: 0;
  margin-top: calc(75% - 30px);
  position: absolute;
  top: 0;
  width: 100%;
}

.minium-frame .minium-card__availability .commerce-dot {
  right: 20px;
  line-height: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.minium-frame .minium-card__availability .commerce-dot::before {
  height: 20px;
  width: 20px;
}

.minium-frame .minium-card__delete {
  align-items: center;
  background: #f1676a;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 18px;
  justify-content: center;
  right: 18px;
  line-height: 1;
  position: absolute;
  top: 18px;
  width: 18px;
  z-index: 10;
}

.minium-frame .minium-card__delete [class*='-icon'] {
  position: relative;
  top: 0;
}

.minium-frame .minium-card__delete path {
  fill: rgba(255, 255, 255, 0.9);
}

.minium-frame .minium-card__picture {
  background-color: #ebebeb;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin-top: -20px;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: calc(100% + 40px);
}

.minium-frame .minium-card__picture::before {
  background: inherit;
  bottom: 0;
  content: '';
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 200ms;
}

.minium-card:hover .minium-frame .minium-card__picture::before {
  transform: scale(1.1);
}

.minium-frame .minium-card__sku {
  color: #7f848d;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 14px;
}

.minium-frame .minium-card__empty_sku {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 24px;
  min-height: 12px;
}

.minium-frame .minium-card__name {
  color: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.minium-frame .minium-card__name:hover {
  color: inherit;
  text-decoration: underline;
}

.minium-frame .minium-card__categories {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}

.minium-frame .minium-card__compare-checkbox {
  border-radius: 4px;
  right: 20px;
  position: absolute;
  top: 20px;
  z-index: 10;
}

.minium-frame .minium-card__description {
  flex: 1;
  line-height: 28px;
  margin: 0;
}

.minium-frame .minium-card__price {
  line-height: 21px;
  min-height: 33px;
}

.minium-frame .minium-card__price .price {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

.minium-frame .minium-card__price .price-label {
  display: none;
}

.minium-frame .minium-card__price .price-value {
  font-weight: 500 !important;
}

.minium-frame .minium-card__price .price-value-discount,
.minium-frame .minium-card__price .price-value-inactive {
  display: none;
}

.minium-frame .minium-card__price .price-value-final,
.minium-frame .minium-card__price .price-value-promo {
  margin-left: 10px !important;
}

.minium-frame .minium-card__price .price-value-inactive:nth-child(2) {
  display: block !important;
  font-size: 1em;
}

.minium-frame .minium-card__add-to-wishlist-button {
  background-color: white;
  border-radius: 50%;
  color: #5c5e5e;
  cursor: pointer;
  height: 35px;
  padding: 0;
  position: absolute;
  left: 18px;
  top: 18px;
  width: 35px;
  z-index: 10;
}

.minium-frame .minium-card__add-to-wishlist-button:focus {
  box-shadow: 0 3px 20px 0 rgba(0, 154, 116, 0.5);
  outline: none;
}

.minium-frame .minium-card__add-to-wishlist-button [class*='-icon'] {
  height: 40%;
  right: 50%;
  margin-right: -20%;
  margin-top: -20%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transition: opacity 0.1s ease-in;
  width: 40%;
  z-index: 1;
}

.minium-frame .minium-card__add-to-wishlist-button:hover [class*='-icon'] {
  opacity: 1;
}

.minium-frame .minium-card__add-to-wishlist-button .lexicon-icon-heart-full {
  color: #009a74;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50%;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
}

.minium-frame .minium-card__add-to-wishlist-button--added [class*='-icon'] {
  opacity: 1;
}

.minium-frame .minium-card__add-to-wishlist-button--added:hover [class*='-icon'] {
  transform: scale(1.2);
}

.minium-frame .minium-card__add-to-wishlist-button--added .lexicon-icon-heart-full {
  opacity: 1;
  transform: scale(1);
}

.minium-frame .minium-card .product-compare-checkbox {
  line-height: 1;
  position: absolute;
  z-index: 1;
}

.minium-content {
  color: #5c5e5e;
  font-size: 14px;
  line-height: 1.58;
  margin: auto;
  max-width: 1440px;
  padding: 40px;
  padding-bottom: 104px;
  width: 100%;
}

.minium-content--wide {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}

.minium-frame__sidebar {
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  transition: all ease 500ms;
  z-index: 951;
}

@media screen and (hover: none) {
  .minium-frame__sidebar {
    box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
    left: 0;
    top: auto;
    transition: all ease 200ms;
  }

  .minium-frame.is-scrolling-down.is-scrolled .minium-frame__sidebar {
    box-shadow: 0 0 0 transparent;
    transform: translateY(100%);
  }
}

.minium-frame__overlay {
  background-color: rgba(52, 55, 62, 0.6);
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 70px 70px 10% 0;
  position: fixed;
  left: 0;
  top: 126px;
  z-index: 100;
}

.minium-frame:not(.has-search) .minium-frame__overlay {
  display: none;
}

@media screen and (hover: none) {
  .minium-frame__overlay {
    padding-right: 0;
  }
}

.minium-frame__toolbar {
  background-color: #fff;
  box-shadow: 0 0 0 transparent;
  height: 120px;
  right: 0;
  position: fixed;
  left: 0;
  top: 120px;
  transition: box-shadow ease 200ms, transform ease 200ms;
  width: 100%;
}

@media screen and (hover: none) {
  .minium-frame__toolbar {
    margin-right: 0;
  }
}

.minium-frame:not(.is-scrolled) .minium-frame__toolbar,
.minium-frame__toolbar:not(.is-visible) {
  transform: translateY(-100%);
}

.minium-frame.is-scrolled .minium-frame__toolbar,
.minium-frame.has-search .minium-frame__toolbar {
  box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
}

.minium-frame__cta:empty,
.minium-frame__dock:empty {
  display: none;
}

.minium-frame__cta:not(.is-visible),
.minium-frame__dock:not(.is-visible) {
  transform: translateY(200%);
}

.minium-frame__dock {
  align-self: flex-end;
  grid-area: content;
  justify-self: center;
  padding: 20px;
  position: relative;
  transition: transform ease 200ms;
}

.minium-frame__cta {
  bottom: 0;
  display: flex;
  filter: drop-shadow(rgba(92, 94, 94, 0.14));
  justify-content: center;
  right: 70px;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  left: 0;
  transition: bottom ease 200ms, transform ease 200ms, left ease 500ms;
  z-index: 100;
}

@media screen and (hover: none) {
  .minium-frame__cta {
    bottom: 70px;
    right: 0;
  }

  .minium-frame.is-scrolling-down.is-scrolled .minium-frame__cta {
    bottom: 0;
  }
}

.minium-frame__cta > * {
  pointer-events: auto;
}

body.open .minium-frame__cta {
  right: calc(320px + 70px);
}

@media screen and (hover: none) {
  body.open .minium-frame__cta {
    right: 320px;
  }
}

.minium-frame__dock {
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -20px 40px 0 rgba(92, 94, 94, 0.14);
}

.minium-frame__tray {
  align-self: flex-start;
  grid-area: content;
  justify-self: end;
  margin-left: 20px;
  margin-top: 20px;
  z-index: 999;
}

.minium-frame__tray:empty {
  display: none;
}

.minium-frame__modal {
  align-items: center;
  background: rgba(52, 55, 62, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}

.minium-frame__modal:not(.is-visible) {
  display: none;
}

@media screen and (hover: none) {
  .minium-main-navigation {
    display: flex;
  }
}

.minium-main-navigation__submenu:not(.is-open) {
  display: none;
}

.minium-notification-badge {
  align-items: center;
  background-color: #009a74;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 21px;
  justify-content: center;
  margin-right: 15px;
  width: 21px;
}

.minium-product-tiles {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .minium-product-tiles {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}

@media all and (-ms-high-contrast: none) {
  .minium-product-tiles {
    display: flex;
    flex-wrap: wrap;
  }

  .minium-product-tiles::before,
  .minium-product-tiles::after {
    content: '';
    order: 100;
  }

  .minium-product-tiles::before,
  .minium-product-tiles::after,
  .minium-product-tiles__item {
    flex: 1 1 250px;
    margin: 0 0 20px 20px;
  }
}

.minium-sidebar {
  background-color: #fff;
  box-shadow: 0 0 0 rgba(92, 94, 94, 0.14);
  color: #7f848d;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  transition: box-shadow ease 200ms, width ease 200ms;
  width: 70px;
}

.minium-sidebar:hover {
  box-shadow: 20px 0 40px rgba(92, 94, 94, 0.14);
  width: 300px;
}

@media screen and (hover: none) {
  .minium-sidebar {
    flex-direction: row;
    height: 70px;
    overflow: initial;
    width: 100%;
  }

  .minium-sidebar:hover {
    box-shadow: 0;
    width: 100%;
  }
}

@media screen and (hover: none) and (max-width: 767px) {
  .minium-sidebar {
    height: 96px;
  }
}

.minium-sidebar__start {
  flex: 1 0 70px;
}

.minium-sidebar__middle {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 0;
}

@media screen and (hover: none) {
  .minium-sidebar__middle {
    padding: 0;
  }
}

.minium-sidebar__end {
  align-items: flex-end;
  display: flex;
  flex: 1 0 70px;
}

@media screen and (hover: none) {
  .minium-sidebar__end {
    align-items: initial;
    flex-direction: row-reverse;
    position: relative;
  }
}

.minium-table-actions {
  align-items: center;
  background-color: #fafafa;
  border-radius: 8px;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 400ms;
  white-space: nowrap;
  width: 340px;
  width: var(--actions-width, auto);
  z-index: -1;
}

.minium-table-actions__close {
  color: #9d9e9e;
  font-size: 21px;
  margin-left: 20px;
  opacity: 0.3;
}

.minium-table-actions__link {
  color: #7f848d;
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.minium-table-actions__buttons {
  margin: 0 20px;
}

html:not(.ie):not(.edge) .table tr.is-active .minium-table-actions {
  transform: translateX(calc(var(--translate-space) * -1));
}

html.ie .minium-actions-toggle-wrapper .minium-table-actions,
html.edge .minium-actions-toggle-wrapper .minium-table-actions {
  border-radius: 8px;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  transform: translateX(calc(100% * -1));
  transition: all ease 400ms;
  z-index: 1000;
}

html.ie .table tr.is-active .minium-table-actions,
html.edge .table tr.is-active .minium-table-actions {
  transform: translateX(0);
}

.minium-tabs {
  align-items: stretch;
  display: flex;
  height: 100%;
  justify-content: center;
}

.minium-tabs__tab {
  align-items: center;
  color: #7f848d;
  display: flex;
  font-size: 11px;
  letter-spacing: 1.1px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}

.minium-tabs__tab + .minium-tabs__tab {
  margin-right: 20px;
}

.minium-tabs__tab em {
  font-style: normal;
}

.minium-tabs__tab:hover,
.minium-tabs__tab.is-active {
  color: #5c5e5e;
  font-weight: bold;
  text-decoration: none;
}

.minium-tabs__tab.is-active::before {
  background-color: #009a74;
  bottom: 0;
  content: '';
  height: 2px;
  right: calc(50% - 25px);
  position: absolute;
  width: 50px;
}

.minium-topbar__middle .minium-tabs {
  height: 70px;
}

.minium-toast {
  animation: toast-enter 500ms forwards 500ms;
  background-color: #fff;
  border: 2px solid #009a74;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
  display: grid;
  font-size: 12px;
  grid-template-columns: 60px 270px;
  min-height: 64px;
  opacity: 0;
  transform: translateX(calc(50% * -1));
}

.minium-toast + .minium-toast {
  margin-top: 10px;
}

.minium-toast--success {
  border-color: #4bc286;
}

.minium-toast--fail {
  border-color: #ec676a;
}

.minium-toast__icon {
  align-items: center;
  background-color: #009a74;
  color: #fff;
  display: flex;
  font-size: 21px;
  justify-content: center;
  width: 60px;
}

.minium-toast--success .minium-toast__icon {
  background-color: #4bc286;
}

.minium-toast--fail .minium-toast__icon {
  background-color: #ec676a;
}

.minium-toast__content {
  align-self: center;
  line-height: 16px;
  padding: 10px 15px;
}

@keyframes toast-enter {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.minium-user-nav {
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px 25px 25px 8px;
  display: flex;
  margin: 10px;
  padding: 5px;
  position: relative;
  transition: border-radius ease 200ms, background-color ease 200ms;
  width: calc(100% - 20px);
}

@media screen and (hover: none) {
  .minium-user-nav {
    border-radius: 25px 8px 8px 25px;
    flex-direction: row-reverse;
    position: absolute;
  }
}

.minium-user-nav:focus,
.minium-user-nav:hover {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (hover: none) {
  .minium-user-nav:focus,
  .minium-user-nav:hover {
    filter: drop-shadow(0 10px 20px rgba(92, 94, 94, 0.14));
  }
}

.minium-sidebar:not(:hover) .minium-user-nav {
  background-color: transparent;
}

@media screen and (hover: none) {
  .minium-user-nav {
    left: 0;
  }

  .minium-user-nav:not(:focus) {
    background-color: transparent;
    overflow: hidden;
    width: 42px;
  }

  .minium-user-nav:focus {
    width: 240px;
  }
}

.minium-user-nav__avatar {
  padding: 4px;
  position: relative;
}

.minium-user-nav__avatar img {
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
}

.minium-user-nav__avatar.has-notification::before {
  background-color: #009a74;
  border-radius: 50%;
  content: '';
  height: 6px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 6px;
}

.minium-user-nav__name {
  color: #5c5e5e;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  transition: opacity ease 200ms, transform ease 200ms;
  white-space: nowrap;
}

.minium-sidebar:not(:hover) .minium-user-nav__name {
  opacity: 0;
  transform: translateX(calc(20px * -1));
}

.minium-user-nav__menu {
  background-color: inherit;
  border-radius: 8px 8px 0 0;
  bottom: 100%;
  right: 0;
  position: absolute;
  transition: opacity ease 200ms, transform ease 200ms;
  width: 100%;
}

.minium-user-nav:not(:hover):not(:focus) .minium-user-nav__menu {
  opacity: 0;
  pointer-events: none;
}

@media screen and (hover: hover) {
  .minium-user-nav:not(:hover):not(:focus) .minium-user-nav__menu {
    transform: translateY(20px);
  }
}

.bom-wrapper .picture-box-wrapper {
  align-content: center;
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}

.bom-wrapper .picture-box {
  align-self: center;
  display: block;
  flex-grow: 0;
  justify-self: center;
  position: relative;
}

.bom-wrapper .picture-box__image {
  filter: none;
  height: auto;
  transition: filter 0.2s ease-in;
  width: 100%;
}

.bom-wrapper .picture-box--hovered-detail .picture-box__image {
  filter: brightness(110%) opacity(50%);
}

.bom-wrapper .picture-box p {
  margin: 0;
}

.bom-wrapper .part-detail {
  border-radius: 50%;
  height: 24px;
  margin-bottom: -12px;
  margin-right: -12px;
  position: absolute;
  width: 24px;
}

.bom-wrapper .part-detail__number {
  background: #009a74;
  background-color: #009a74;
  border-radius: 12px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: scale(1);
  transform-origin: 50%;
  width: 100%;
  z-index: 1;
  transition: transform 0.1s ease-in, opacity 0.1s ease-in;
}

.bom-wrapper .part-detail__resume {
  opacity: 0;
  position: absolute;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  z-index: 2;
}

.bom-wrapper .part-detail__resume--top-left {
  bottom: 50px;
  right: 0;
  transform: translateY(10px);
}

.bom-wrapper .part-detail__resume--top-right {
  bottom: 50px;
  left: 0;
  transform: translateY(10px);
}

.bom-wrapper .part-detail__resume--bottom-left {
  right: 0;
  top: 50px;
  transform: translateY(-10px);
}

.bom-wrapper .part-detail__resume--bottom-right {
  left: 0;
  top: 50px;
  transform: translateY(-10px);
}

.bom-wrapper .part-detail--highlighted .part-detail__number {
  transform: scale(1.4);
}

.bom-wrapper .part-detail:hover .part-detail__resume,
.bom-wrapper .part-detail:focus .part-detail__resume,
.bom-wrapper .part-detail--resume-visible .part-detail__resume {
  opacity: 1;
  transform: translate(0);
}

.bom-wrapper .detail-resume {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(92, 94, 94, 0.14);
  display: grid;
  grid-template-columns: 60px auto;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
}

.bom-wrapper .detail-resume__thumbnail {
  background-position: right 50%;
  background-size: cover;
}

.bom-wrapper .detail-resume__info {
  align-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  position: relative;
}

.bom-wrapper .detail-resume--schema {
  width: 260px;
}

.bom-wrapper .detail-resume--product {
  width: 320px;
}

.bom-wrapper .detail-resume--product .detail-resume__info {
  display: grid;
  grid-template-areas: 'sku price' 'name price';
  grid-template-columns: 1fr auto;
}

.bom-wrapper .detail-resume__state {
  border-radius: 50%;
  bottom: 7px;
  height: 14px;
  right: -7px;
  position: absolute;
  width: 14px;
}

.bom-wrapper .detail-resume__state--available {
  background-color: #4bc286;
}

.bom-wrapper .detail-resume__state--in-stock {
  background-color: #ffb68d;
}

.bom-wrapper .detail-resume__state--unavailable {
  background-color: #ec676a;
}

.bom-wrapper .detail-resume__price {
  grid-area: price;
}

.bom-wrapper .detail-resume__sku {
  color: #7f848d;
  font-size: 12px;
  grid-area: sku;
  line-height: 1.4;
}

.bom-wrapper .detail-resume__name {
  color: #5c5e5e;
  font-size: 14px;
  grid-area: name;
  line-height: 1.4;
}

.bom-wrapper .card-link:hover {
  text-decoration: none;
}

.bom-wrapper .grid-panel {
  display: grid;
  grid-gap: 8px;
  grid-template-rows: min-content auto;
  height: 100%;
}

.bom-wrapper .grid-panel .panel-body {
  overflow: auto;
}

.bom-wrapper .grid-panel .panel-title {
  margin-bottom: 0 !important;
}

.bom-wrapper .sticky-panel {
  bottom: 0;
  display: grid;
  grid-gap: 8px;
  grid-template-rows: min-content auto;
  height: calc(100vh - 40px);
  position: sticky;
  top: 20px;
}

.bom-wrapper .sticky-panel .panel-body {
  overflow: auto;
}

.bom-wrapper .sticky-panel .panel-title {
  margin-bottom: 0 !important;
}

.bom-wrapper .suitable-veichles .list-group {
  margin-bottom: 0;
}

.bom-wrapper .suitable-veichles .list-group-item {
  border: none;
  line-height: 1.6;
  margin-bottom: 6px;
  padding: 0;
}

.bom-wrapper .suitable-veichles .list-group-item:last-child {
  margin-bottom: 0;
}

.bom-wrapper .products-table .detail-row {
  background: transparent !important;
  line-height: 1.4;
}

.bom-wrapper .products-table .detail-row--highlighted {
  background: #e4efff !important;
}

.bom-wrapper .products-table .d-table-head-group {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

.bom-wrapper .products-table .d-table-head-group .d-table-cell {
  background: #ffffff;
  overflow: hidden;
}

.bom-wrapper .products-table .d-table-head-group .d-table-cell:first-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.bom-wrapper .products-table .d-table-head-group .d-table-cell:last-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.bom-wrapper .products-table .d-table-cell {
  padding: 10px;
}

.bom-wrapper .products-table .d-table-cell {
  line-height: 1.4;
}

.bom-wrapper .showing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

.bom-card {
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: box-shadow 0.1s ease-in, transform 0.1s ease-in;
}

.bom-card.card {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0);
}

.bom-card.card:hover {
  box-shadow: 0 10px 22px -6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.bom-card .card-body {
  padding: 20px;
}

.bom-card.image-card .bom-card__folder-picture-container {
  background-color: #e7eefe;
  background-image: none;
}

.bom-card .card-title {
  color: #5c5e5e;
  font-size: 14px;
  text-align: center;
}

.bom-card .sticker {
  color: #99b9ff;
  font-size: 40px;
  height: 40px;
  width: 40px;
}

.account-management__thumbnail {
  margin: 10px 0;
}

.account-management__main-data {
  display: grid;
  grid-auto-columns: auto 1fr;
  grid-gap: 0 20px;
  margin-left: 20px;
}

.account-management__info-wrapper {
  align-items: baseline;
  align-self: center;
  display: flex;
  justify-items: center;
  margin-left: 20px;
}

.account-management__info-wrapper:last-of-type {
  margin-left: 0;
}

.account-management__action {
  align-items: center;
  display: flex;
  justify-items: center;
}

.account-management__name {
  color: #5c5e5e;
  font-size: 22px;
}

.account-management__email {
  color: #5c5e5e;
  font-size: 14px;
}

.account-management__nav {
  height: 60px;
  justify-content: center;
  padding: 0 30px;
}

.account-management__label {
  color: #7f848d;
  font-size: 11px;
  letter-spacing: 1.1px;
  line-height: 21px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: baseline;
}

.account-management__value {
  color: #5c5e5e;
  font-size: 14px;
  line-height: 21px;
  vertical-align: baseline;
}

.account-management__input {
  flex-grow: 1;
}

.account-management__thumbnail-container {
  align-items: center;
  display: flex;
}

.commerce-account-container .image-name-cell__image {
  border-radius: 50%;
}

.account-selector-dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 0.5rem 20px -10px rgba(0, 0, 0, 0.5);
}

.account-selector-dropdown-menu .btn:not(.btn-unstyled),
.account-selector-dropdown-menu .fds .table-list-title:not(.btn-unstyled)[href],
.fds .account-selector-dropdown-menu .table-list-title:not(.btn-unstyled)[href],
.account-selector-dropdown-menu .fds .table-list-title :not(.btn-unstyled)[href],
.fds .table-list-title .account-selector-dropdown-menu :not(.btn-unstyled)[href],
.account-selector-dropdown-menu .portlet-login a:not(.btn-unstyled),
.portlet-login .account-selector-dropdown-menu a:not(.btn-unstyled),
.account-selector-dropdown-menu .portlet-commerce-order .info-box .header a:not(.btn-unstyled),
.portlet-commerce-order .info-box .header .account-selector-dropdown-menu a:not(.btn-unstyled),
.account-selector-dropdown-menu .portlet-commerce-order .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-order .account-selector-dropdown-menu .portlet-icon-back:not(.btn-unstyled),
.account-selector-dropdown-menu .portlet-commerce-order-content .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-order-content .account-selector-dropdown-menu .portlet-icon-back:not(.btn-unstyled),
.account-selector-dropdown-menu .portlet-commerce-product-definitions .portlet-icon-back:not(.btn-unstyled),
.portlet-commerce-product-definitions .account-selector-dropdown-menu .portlet-icon-back:not(.btn-unstyled) {
  margin-top: -0.75rem;
  padding: 1rem 0;
}

/* #minium .add-to-wish-list {
	.btn-lg {
		height: 3.75rem;

		.text-truncate-inline {
			display: none;
		}

		.wish-list-icon {
			margin: 0 0.25rem;
		}
	}
}
 */

.added-input-item {
  background: #dbe6ff;
  border-radius: 18px;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 0 4px 0 2px;
}

.added-input-item__thumbnail {
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 0;
  margin: 4px 0 4px 4px;
  overflow: hidden;
  vertical-align: middle;
  width: 18px;
}

.added-input-item__thumbnail img {
  height: auto;
  max-width: 100%;
}

.added-input-item__text {
  margin-right: 4px;
}

.autocomplete-input {
  border: 2px solid rgba(92, 94, 94, 0.14);
  border-radius: 10px;
  color: #5c5e5e;
  display: flex;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.autocomplete-input form {
  display: inline;
  flex-grow: 1;
}

.autocomplete-input input:focus {
  outline: none;
}

.autocomplete-input__box {
  background: transparent;
  border: none;
  margin-bottom: 4px;
  margin-right: 15px;
  width: calc(100% - 18px);
}

.autocomplete-input__content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3px;
  max-height: 76px;
  overflow: auto;
}

.autocomplete-input__delete {
  display: inline-block;
  margin-right: 10px;
}

.autocomplete-input__icon {
  align-self: start;
  flex-grow: 0;
  text-align: center;
}

.autocomplete-input__wrapper {
  flex-grow: 1;
  overflow: auto;
}

.product-compare-checkbox {
  border-radius: 50%;
  cursor: pointer;
  margin-right: -10px;
  margin-top: -10px;
  min-height: 35px;
  min-width: 35px;
  padding: 10px;
  position: relative;
  transition: background ease 100ms;
}

.product-compare-checkbox__disabled {
  opacity: 0.5;
}

.product-compare-checkbox__disabled .product-compare-checkbox__input::before,
.product-compare-checkbox__disabled .product-compare-checkbox__input::after {
  display: none;
}

.product-compare-checkbox__input {
  position: relative;
  vertical-align: middle;
}

.minium-card .product-compare-checkbox__input::before {
  background-color: rgba(157, 158, 158, 0.5);
  border-radius: 50%;
  bottom: 0;
  content: '';
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: all ease 100ms;
  z-index: -1;
}

.minium-card .product-compare-checkbox__input:checked::before {
  background-color: #009a74;
}

.minium-card .product-compare-checkbox__input:hover::before {
  transform: scale(3);
}

.product-compare-checkbox__label {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
}

.thumb-menu {
  align-items: center;
  bottom: 20px;
  display: flex !important;
  position: fixed;
  left: 20px;
  z-index: 1;
}

.user-invitation {
  display: flex;
  flex-direction: column;
  height: 360px;
}

.user-invitation__input {
  flex-shrink: 0;
}

.user-invitation__list {
  flex-grow: 1;
  margin-top: 40px;
  overflow: auto;
}

.user-invitation__invite {
  margin-top: 40px;
  text-align: center;
}

.user-item {
  display: flex;
  margin-bottom: 20px;
}

.user-item:last-child {
  margin-bottom: 0;
}

.user-item[class*='commerce-bdc'] {
  border-style: solid;
  border-width: 0 5px 0 0;
  padding-right: 15px;
  transition: all 0.1s ease-in-out;
}

.user-item[class*='commerce-bdc']:hover {
  border-width: 0 6px 0 0;
  padding-right: 18px;
}

.user-item__action {
  flex-grow: 0;
  margin-right: 20px;
  padding: 0;
}

.user-item__content {
  align-self: center;
  display: flex;
  flex-grow: 1;
}

.user-item__info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.user-item__primary {
  color: #5c5e5e;
  display: block;
  line-height: 1.1;
}

.user-item__secondary {
  color: #7f848d;
  display: block;
  font-size: 12px;
  letter-spacing: 1.1px;
}

.user-item__thumbnail {
  border-radius: 50%;
  flex-grow: 0;
  height: 50px;
  margin-left: 20px;
  overflow: hidden;
  width: 50px;
}

.user-item__thumbnail img {
  height: 100%;
  width: 100%;
}

/* Forms */

/* Tables */

/* Tabs */

/* Buttons */

/* Spinner */

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

* {
  font-family: 'Gotham Rounded', sans-serif;
  letter-spacing: -.035rem;
}

*:focus {
  box-shadow: none !important;
}

html {
  font-size: .75rem;
}

@media (min-width: 768px) {
  html {
    font-size: .875rem;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 1rem;
  }
}

body {
  background: #DEEBEC;
}

.quick-access-nav {
  display: none;
}

.page-width,
.lfr-layout-structure-item-container.container-fluid-max-xl,
[class*="AccountUsersRegistrationPortlet"] .portlet-content,
.signed-out.page-maximized .portlet-login,
.signed-out.page-maximized .portlet-mfa-verify,
#portlet_new-password .portlet-content,
.page-maximized .portlet-commerce-product-definitions {
  max-width: 1700px;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 1280px) {
  .page-width,
  .lfr-layout-structure-item-container.container-fluid-max-xl,
  [class*="AccountUsersRegistrationPortlet"] .portlet-content,
  .signed-out.page-maximized .portlet-login,
  .signed-out.page-maximized .portlet-mfa-verify,
  #portlet_new-password .portlet-content,
  .page-maximized .portlet-commerce-product-definitions {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

h1,
.h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 3rem;
}

h3,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-title,
#portlet_new-password .portlet-content .sheet-title,
.portlet-cp-sorting .d-flex p,
.h3,
.portlet-forms .ddm-form-builder-app .lfr-ddm__default-page-header-title,
.cart-root .mini-cart .mini-cart-header-resume,
.portlet-login legend.sr-only,
.portlet-users-admin .sheet-title,
.portlet-users-admin .sheet h2.heading-text,
.portlet-account-management .sheet-title,
.portlet-account-management .sheet h2.heading-text {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

@media only screen and (max-width: 600px) {
  button#commerce-order-by {
    position: relative;
    left: 0rem;
  }

  /*Android App issue - 4 -Mobile navigation page name small */

  .mobile-navigation-secondary h5,
  .h5 {
    font-size: 2.125rem !important;
    line-height: 1.25rem;
  }
}

.page-heading,
.cart-root .mini-cart .mini-cart-header-resume {
  margin: 0;
  padding: 2rem;
  font-weight: 800;
  color: var(--dark);
}

.box {
  border-radius: 24px !important;
  box-shadow: none !important;
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.z-n1 {
  z-index: -1 !important;
}

.lh-1 {
  line-height: 1rem !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.border-radius-right-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[class*="SircRegistrationDetailsPortlet"] .container,
[class*="SircRegistrationDetailsPortlet"] .container-fluid,
[class*="SircRegistrationDetailsPortlet"] .container-xl,
[class*="SircRegistrationDetailsPortlet"] .container-fluid-max-xl,
[class*="SircAuctionManagementPortlet"] .container,
[class*="SircAuctionManagementPortlet"] .container-fluid,
[class*="SircAuctionManagementPortlet"] .container-xl,
[class*="SircAuctionManagementPortlet"] .container-fluid-max-xl,
.portlet-commerce-cart-content .container,
.portlet-commerce-cart-content .container-fluid,
.portlet-commerce-cart-content .container-xl,
.portlet-commerce-cart-content .container-fluid-max-xl,
.portlet-commerce-open-order-content .container,
.portlet-commerce-open-order-content .container-fluid,
.portlet-commerce-open-order-content .container-xl,
.portlet-commerce-open-order-content .container-fluid-max-xl,
.portlet-commerce-product-definitions .container,
.portlet-commerce-product-definitions .container-fluid,
.portlet-commerce-product-definitions .container-xl,
.portlet-commerce-product-definitions .container-fluid-max-xl,
.portlet-commerce-checkout .container,
.portlet-commerce-checkout .container-fluid,
.portlet-commerce-checkout .container-xl,
.portlet-commerce-checkout .container-fluid-max-xl,
.portlet-commerce-order .container,
.portlet-commerce-order .container-fluid,
.portlet-commerce-order .container-xl,
.portlet-commerce-order .container-fluid-max-xl,
.portlet-commerce-order-content .container,
.portlet-commerce-order-content .container-fluid,
.portlet-commerce-order-content .container-xl,
.portlet-commerce-order-content .container-fluid-max-xl,
.portlet-commerce-wish-list-content .container,
.portlet-commerce-wish-list-content .container-fluid,
.portlet-commerce-wish-list-content .container-xl,
.portlet-commerce-wish-list-content .container-fluid-max-xl,
.portlet-account-management .container,
.portlet-account-management .container-fluid,
.portlet-account-management .container-xl,
.portlet-account-management .container-fluid-max-xl,
.portlet-users-admin .container,
.portlet-users-admin .container-fluid,
.portlet-users-admin .container-xl,
.portlet-users-admin .container-fluid-max-xl,
.portlet-mfa-verify .container,
.portlet-mfa-verify .container-fluid,
.portlet-mfa-verify .container-xl,
.portlet-mfa-verify .container-fluid-max-xl,
.notifications-portlet .container,
.notifications-portlet .container-fluid,
.notifications-portlet .container-xl,
.notifications-portlet .container-fluid-max-xl,
.portal-popup .container,
.portal-popup .container-fluid,
.portal-popup .container-xl,
.portal-popup .container-fluid-max-xl {
  max-width: 100%;
  padding: 0;
}

[class*="SircRegistrationDetailsPortlet"] .container-view,
[class*="SircAuctionManagementPortlet"] .container-view,
.portlet-commerce-cart-content .container-view,
.portlet-commerce-open-order-content .container-view,
.portlet-commerce-product-definitions .container-view,
.portlet-commerce-checkout .container-view,
.portlet-commerce-order .container-view,
.portlet-commerce-order-content .container-view,
.portlet-commerce-wish-list-content .container-view,
.portlet-account-management .container-view,
.portlet-users-admin .container-view,
.portlet-mfa-verify .container-view,
.notifications-portlet .container-view,
.portal-popup .container-view {
  padding: 0;
}

[class*="SircRegistrationDetailsPortlet"] .taglib-empty-result-message,
[class*="SircAuctionManagementPortlet"] .taglib-empty-result-message,
.portlet-commerce-cart-content .taglib-empty-result-message,
.portlet-commerce-open-order-content .taglib-empty-result-message,
.portlet-commerce-product-definitions .taglib-empty-result-message,
.portlet-commerce-checkout .taglib-empty-result-message,
.portlet-commerce-order .taglib-empty-result-message,
.portlet-commerce-order-content .taglib-empty-result-message,
.portlet-commerce-wish-list-content .taglib-empty-result-message,
.portlet-account-management .taglib-empty-result-message,
.portlet-users-admin .taglib-empty-result-message,
.portlet-mfa-verify .taglib-empty-result-message,
.notifications-portlet .taglib-empty-result-message,
.portal-popup .taglib-empty-result-message {
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .how-it-works {
    position: relative;
  }

  .how-it-works:after {
    content: '';
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    position: absolute;
    top: 0;
    right: 50%;
  }
}

button.nav-link.nav-link-monospaced.btn.btn-monospaced.btn-unstyled,
.fds button.nav-link.nav-link-monospaced.btn-monospaced.btn-unstyled.table-list-title[href],
.fds .table-list-title button.nav-link.nav-link-monospaced.btn-monospaced.btn-unstyled[href],
.portlet-commerce-order button.nav-link.nav-link-monospaced.btn-monospaced.btn-unstyled.portlet-icon-back,
.portlet-commerce-order-content button.nav-link.nav-link-monospaced.btn-monospaced.btn-unstyled.portlet-icon-back,
.portlet-commerce-product-definitions button.nav-link.nav-link-monospaced.btn-monospaced.btn-unstyled.portlet-icon-back {
  display: none;
}

/* fix for pop issue */

.cart-root .mini-cart .mini-cart-wrapper {
  left: 0;
  right: initial;
}

.mini-cart:not(.is-open) .mini-cart-wrapper {
  display: none;
}

/* fix for arabic subscribe to newletter(footer)  issue */

.rtl .newsletter-form input {
  text-indent: 60px !important;
}

/* fix for arabic dropdowm select issue */

.rtl select {
  text-indent: 40px !important;
}

/* fix #FDRC08I-082 and #FDRC08I-092 = price update screen the edit button option broken  */

#_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_fm .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child button {
  margin-right: 0;
  text-align: center;
  min-width: 60px;
}

.lfr-layout-structure-item-row {
  overflow: hidden !important;
}

.gif {
  top: 0% !important;
}

.gif h1 {
  text-align: right;
  font-size: 3rem !important;
}

.gif p {
  font-size: 1.25rem !important;
}

.rtl .lfr-layout-structure-item-basic-component-heading {
  padding-right: 2rem !important;
}

@media (max-width: 600px) {
  .lfr-layout-structure-item-basic-component-heading {
    margin-top: 0px !important;
    margin-right: -1rem;
  }

  .rtl .lfr-layout-structure-item-basic-component-heading {
    padding-right: 2rem !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 600px) {
  .lfr-layout-structure-item-container.container-fluid-max-xl .lfr-layout-structure-item-row {
    overflow: visible !important;
  }
}

@media (max-width: 768px) {
  .gif h1 {
    font-size: 2rem !important;
  }

  .lfr-layout-structure-item-basic-component-video .video {
    height: 400px !important;
  }

  .lfr-layout-structure-item-basic-component-video .video-container video {
    object-fit: cover !important;
  }
}

.search-container #clearSearch,
.search-container #clear-search {
  position: absolute;
  left: 4rem;
  background: transparent;
  border: none;
  margin-right: 0px !important;
  color: #101828;
  width: 0px !important;
  min-width: 0rem;
  margin-top: 3px;
}

.search-container #clear-search {
  left: 9rem;
}

.rtl .search-container #clearSearch,
.rtl .search-container #clear-search {
  margin-left: 0px !important;
  color: #101828;
}

.navbar-form.navbar-form-autofit #clearSearch {
  position: absolute;
  left: 4rem;
  background: transparent;
  border: none;
  margin-right: 0px !important;
  color: #101828;
  width: 0px !important;
  min-width: 0rem;
}

.navbar-form.navbar-form-autofit #clear-search {
  left: 8rem;
}

.rtl .navbar-form.navbar-form-autofit #clearSearch {
  margin-left: 0px !important;
  color: #101828;
}

.container {
  border-radius: 24px !important;
  box-shadow: none !important;
}

.card {
  border-radius: 24px !important;
  box-shadow: none;
}

/* Seller Theme */

.seller-theme {
  --primary-color: #7473C0;
  --secondary-color: #7473C0;
  --background-color: #bfbee1;
  background-color: var(--background-color);
  color: var(--secondary-color);
}

.cadmin .applications-menu-bg.applications-menu-border-top.applications-menu-content .tab-content {
  display: block;
}

.seller_theme .notifications-count,
.seller_theme .cart-root .mini-cart .mini-cart-opener:before,
.cart-root .mini-cart .seller_theme .mini-cart-opener:before,
.seller_theme .cart-root .mini-cart .mini-cart-opener:before {
  background-color: #fff;
  color: var(--SICR-Purple, #7473C0);
}

.seller_theme .portlet-cp-sorting .dropdown-toggle:hover,
.seller_theme .portlet-cp-sorting .dropdown-toggle:focus {
  border-color: #7473C0;
  background: #FBFBFB;
  border-radius: 2rem;
  color: #000;
}

.seller_theme .dropdown-menu .dropdown-item:hover,
.seller_theme .dropdown-menu .dropdown-item.hover,
.seller_theme .dropdown-menu .dropdown-item:focus,
.seller_theme .dropdown-menu .dropdown-item:active,
.seller_theme .dropdown-menu .dropdown-item.active,
.seller_theme .dropdown-menu .nav-link:hover,
.seller_theme .dropdown-menu .nav-link.hover,
.seller_theme .dropdown-menu .nav-link:focus,
.seller_theme .dropdown-menu .nav-link:active,
.seller_theme .dropdown-menu .nav-link.active,
.seller_theme .dropdown-menu-select.dropdown-menu .dropdown-item:hover,
.seller_theme .dropdown-menu-select.dropdown-menu .dropdown-item.hover,
.seller_theme .dropdown-menu-select.dropdown-menu .dropdown-item:focus,
.seller_theme .dropdown-menu-select.dropdown-menu .dropdown-item:active,
.seller_theme .dropdown-menu-select.dropdown-menu .dropdown-item.active,
.seller_theme .dropdown-menu-select.dropdown-menu .nav-link:hover,
.seller_theme .dropdown-menu-select.dropdown-menu .nav-link.hover,
.seller_theme .dropdown-menu-select.dropdown-menu .nav-link:focus,
.seller_theme .dropdown-menu-select.dropdown-menu .nav-link:active,
.seller_theme .dropdown-menu-select.dropdown-menu .nav-link.active {
  background-color: #e4e3f7;
  color: #7473C0;
}

.seller_theme .portlet-commerce-order .step-tracker .step.completed {
  background-color: #7473C0;
}

.seller_theme .step-tracker .step.active:not(:first-child)::before,
.seller_theme .step-tracker .step.active:not(:last-child)::after {
  background-color: #dbdaff;
}

.portlet-cp-sorting .d-flex p {
  width: 100%;
}

.portal_admin_theme .notifications-count,
.portal_admin_theme .cart-root .mini-cart .mini-cart-opener:before,
.cart-root .mini-cart .portal_admin_theme .mini-cart-opener:before,
.portal_admin_theme .cart-root .mini-cart .mini-cart-opener:before {
  background-color: #fff;
  color: #00C1DE;
}

.portal_admin_theme .portlet-cp-sorting .dropdown-toggle:hover,
.portal_admin_theme .portlet-cp-sorting .dropdown-toggle:focus {
  border-color: #00C1DE;
  background: #FBFBFB;
  border-radius: 2rem;
  color: #000;
}

.portal_admin_theme .dropdown-menu .dropdown-item:hover,
.portal_admin_theme .dropdown-menu .dropdown-item.hover,
.portal_admin_theme .dropdown-menu .dropdown-item:focus,
.portal_admin_theme .dropdown-menu .dropdown-item:active,
.portal_admin_theme .dropdown-menu .dropdown-item.active,
.portal_admin_theme .dropdown-menu .nav-link:hover,
.portal_admin_theme .dropdown-menu .nav-link.hover,
.portal_admin_theme .dropdown-menu .nav-link:focus,
.portal_admin_theme .dropdown-menu .nav-link:active,
.portal_admin_theme .dropdown-menu .nav-link.active,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .dropdown-item:hover,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .dropdown-item.hover,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .dropdown-item:focus,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .dropdown-item:active,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .dropdown-item.active,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .nav-link:hover,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .nav-link.hover,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .nav-link:focus,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .nav-link:active,
.portal_admin_theme .dropdown-menu-select.dropdown-menu .nav-link.active {
  background-color: #cceff4;
  color: #00C1DE;
}

.portal_admin_theme .portlet-commerce-order .step-tracker .step.completed {
  background-color: #00C1DE;
}

.portal_admin_theme .portlet-commerce-order .step-tracker .step.completed {
  background-color: #7473C0;
}

.portal_admin_theme .step-tracker .step.active:not(:first-child)::before,
.portal_admin_theme .step-tracker .step.active:not(:last-child)::after {
  background-color: #c1f5fd;
}

.seller_theme footer.footer a:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.portal_admin_theme footer.footer a:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.seller_theme header.header .navigation-account.d-flex {
  align-items: center;
}

.portal_admin_theme header.header .navigation-account.d-flex {
  align-items: center;
}

.rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn.btn-primary,
.rtl .cp-renderer-vertical .fds button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.fds .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.rtl .cp-renderer-vertical .fds .table-list-title button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.fds .table-list-title .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total .fds button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.rtl .cp-renderer-vertical .fds .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total .fds .table-list-title button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.rtl .cp-renderer-vertical .fds .table-list-title .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-order .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order-content button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-order-content .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-product-definitions button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-product-definitions .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-order button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-order-content button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.rtl .cp-renderer-vertical .portlet-commerce-product-definitions button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .rtl .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back {
  left: auto;
  right: -4rem;
}

.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn.btn-tertiary,
.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .fds button.btn-tertiary.table-list-title[href],
.fds .rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.table-list-title[href],
.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .fds .table-list-title button.btn-tertiary[href],
.fds .table-list-title .rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary[href],
.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-order button.btn-tertiary.portlet-icon-back,
.portlet-commerce-order .rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-order-content button.btn-tertiary.portlet-icon-back,
.portlet-commerce-order-content .rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-product-definitions button.btn-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .rtl .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back {
  left: auto;
  right: -3rem;
}

.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .btn,
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title[href],
.fds .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .table-list-title[href],
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title [href],
.fds .table-list-title .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action [href],
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-login a,
.portlet-login .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .rtl .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back {
  right: auto;
  left: -3rem;
}

.cp-renderer-vertical .card-item-first {
  height: 100% !important;
}

.cp-renderer-vertical .product-card .product-card-picture {
  height: 100%;
  object-fit: fill !important;
  object-position: left;
  width: 100%;
  height: 100% !important;
  position: relative;
  right: -1rem;
  background: transparent;
}

.cp-renderer-vertical .card.d-flex.flex-column.product-card .col-md-2 {
  padding-left: 0px;
}

.cp-renderer-vertical .card.d-flex.flex-column.product-card .col-md-6 {
  padding-right: 0px;
}

.cp-renderer-vertical .card-body.d-flex.flex-column.justify-content-between.py-2 {
  padding-right: 0px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.seller_theme .custom-control-input:active ~ .custom-control-label:before,
.seller_theme .custom-control-input:checked:active ~ .custom-control-label:before,
.seller_theme .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #7473C0;
  border-color: #7473C0;
}

.seller_theme .modal-backdrop {
  background-color: #7473C0;
}

.seller_theme .form-control.d-flex.uploaded-content {
  border-radius: 2rem;
  background: #f9f9f9 !important;
  margin-bottom: 0.5rem;
  padding-top: 0px;
}

.portal_admin_theme .custom-control-input:active ~ .custom-control-label:before,
.portal_admin_theme .custom-control-input:checked:active ~ .custom-control-label:before,
.portal_admin_theme .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00C1DE;
  border-color: #00C1DE;
}

.portal_admin_theme .modal-backdrop {
  background-color: #00C1DE;
}

.portal_admin_theme .form-control.d-flex.uploaded-content {
  border-radius: 2rem;
  background: #f9f9f9 !important;
  margin-bottom: 0.5rem;
  padding-top: 0px;
}

.seller_theme .tabs h1.active-tab {
  border-top: 2px solid #7473C0;
  color: #7473C0;
}

.seller_theme .portlet-boundary.portlet-boundary_sirc_commerce_user_account_web_SircCommerceUserAccountWebPortlet_.portlet-static.portlet-static-end.portlet-barebone .tab a:hover {
  color: #7473C0;
}

.seller_theme .navigation-account .nav .nav-item.selected .nav-link,
.seller_theme .navigation-account .navbar-nav .nav-item.selected .nav-link,
.seller_theme .menubar-vertical-expand-lg .nav .nav-item.selected .nav-link,
.seller_theme .menubar-vertical-expand-lg .navbar-nav .nav-item.selected .nav-link {
  color: #7473C0;
}

.seller_theme .navigation-account .nav .nav-item.selected:before,
.seller_theme .navigation-account .nav .nav-link.active:before,
.seller_theme .navigation-account .navbar-nav .nav-item.selected:before,
.seller_theme .navigation-account .navbar-nav .nav-link.active:before,
.seller_theme .menubar-vertical-expand-lg .nav .nav-item.selected:before,
.seller_theme .menubar-vertical-expand-lg .nav .nav-link.active:before,
.seller_theme .menubar-vertical-expand-lg .navbar-nav .nav-item.selected:before,
.seller_theme .menubar-vertical-expand-lg .navbar-nav .nav-link.active:before {
  background: #7473C0;
}

.portal_admin_theme .tabs h1.active-tab {
  border-top: 2px solid #00C1DE;
  color: #00C1DE;
}

.portal_admin_theme .portlet-boundary.portlet-boundary_sirc_commerce_user_account_web_SircCommerceUserAccountWebPortlet_.portlet-static.portlet-static-end.portlet-barebone .tab a:hover {
  color: #00C1DE;
}

.portal_admin_theme .navigation-account .nav .nav-item.selected .nav-link,
.portal_admin_theme .navigation-account .navbar-nav .nav-item.selected .nav-link,
.portal_admin_theme .menubar-vertical-expand-lg .nav .nav-item.selected .nav-link,
.portal_admin_theme .menubar-vertical-expand-lg .navbar-nav .nav-item.selected .nav-link {
  color: #00C1DE;
}

.portal_admin_theme .navigation-account .nav .nav-item.selected:before,
.portal_admin_theme .navigation-account .nav .nav-link.active:before,
.portal_admin_theme .navigation-account .navbar-nav .nav-item.selected:before,
.portal_admin_theme .navigation-account .navbar-nav .nav-link.active:before,
.portal_admin_theme .menubar-vertical-expand-lg .nav .nav-item.selected:before,
.portal_admin_theme .menubar-vertical-expand-lg .nav .nav-link.active:before,
.portal_admin_theme .menubar-vertical-expand-lg .navbar-nav .nav-item.selected:before,
.portal_admin_theme .menubar-vertical-expand-lg .navbar-nav .nav-link.active:before {
  color: #00C1DE;
}

button.btn-download-invoice {
  background: var(--primary);
  color: #fff;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
  border-radius: 25px;
}

.seller_theme button.btn-download-invoice {
  background: #7473C0;
  color: #fff;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
  border-radius: 25px;
}

.portal_admin_theme button.btn-download-invoice {
  background: #00C1DE;
  color: #fff;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
  border-radius: 25px;
}

.seller_theme .tab-background {
  padding: 0.5rem;
}

.portal_admin_theme .tab-background {
  padding: 0.5rem;
}

.rtl .product-detail-actions .quantity-selector-wrapper .disable-txt {
  position: absolute;
  width: 65px !important;
  right: auto;
  top: 0;
  left: 0;
}

ul.child-menu.dropdown-menu.dropdown-menu-right.show a.nav-link.text-truncate {
  text-align: right;
  padding-right: 1rem !important;
}

ul.child-menu.dropdown-menu.dropdown-menu-right.show .dropdown-item {
  text-align: right;
  padding-right: 1rem !important;
}

#portlet_new-password .portlet-content .sheet-text .alert {
  position: relative;
  top: -1.25rem;
}

.seller_theme .btn-download-seller-invoice {
  background: #7473C0 !important;
}

.d-flex .card-kpi h2 {
  font-size: 32px !important;
}

.d-flex .card-kpi h2 .text-truncate {
  overflow: visible;
  text-overflow: initial;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .signed-in .mobile-navigation-primary .mobile-navigation-language {
    display: none;
  }

  .search-container #clear-search {
    left: 9rem !important;
    border: none !important;
    margin-top: 5px;
  }

  .search-button {
    top: 7px;
  }

  .d-flex.first-col-card-kpi {
    display: inline !important;
  }

  .tab-background {
    position: relative;
    top: 4px;
    width: fit-content;
  }

  .cp-renderer-vertical .card-body.d-flex.flex-column.justify-content-between.py-2 {
    padding: 0px !important;
    padding-right: 6px !important;
  }

  .cp-renderer-vertical span.product-quantity {
    font-size: 18px;
  }

  .cp-renderer-vertical .product-card .product-card-picture {
    height: 100%;
    object-fit: fill !important;
    object-position: left;
    width: 105%;
    height: 100% !important;
    position: relative;
    right: -1rem;
    background: transparent;
    max-width: 105%;
    border-radius: 12px 12px 0px 0px;
  }

  .col-md-4.themed-grid-col {
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  .sticky-target {
    position: sticky !important;
    top: 0;
    background-color: transparent;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .sticky-target.stuck {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}

h1.product-name {
  font-size: 1rem;
  line-height: 0rem;
  margin-bottom: 0px;
}

h1.product-name-pdp {
  font-size: 1.5rem;
  line-height: 3rem;
}

.alert {
  margin: 0.5rem 1rem;
  padding: 0.5rem;
  font-size: 12px;
}

.alert-success .close {
  position: absolute;
  left: 0px;
  z-index: 2000;
}

.alert.alert-dismissible.alert-danger .close {
  top: 3px !important;
}

.label {
  border-radius: 1rem;
  font-weight: 700;
  padding: .1875rem .375rem;
}

.label-success {
  color: #287D3C;
  border-color: #5ACA75;
}

.label-info {
  color: #2E5AAC;
  border-color: #89A7E0;
}

.label-warning {
  color: #ACA52E;
  border-color: #E0DB89;
}

.label-danger {
  color: #D51919;
  border-color: #EC676A;
}

.badge-primary {
  background: var(--primary);
  color: var(--white);
}

.badge-tertiary {
  background: var(--tertiary);
  color: var(--white);
}

.badge-auction {
  background: var(--SIRC-Blue, #00C1DE) !important;
  color: var(--white) !important;
}

.breadcrumb {
  padding: 0;
}

.breadcrumb-item {
  font-size: 1rem;
  margin-left: 1rem;
}

.breadcrumb-item.active,
.breadcrumb-item .active {
  color: var(--gray);
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 1.625rem;
}

.breadcrumb-link {
  color: var(--primary);
  font-weight: 700;
}

.breadcrumb-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.btn,
.fds .table-list-title[href],
.fds .table-list-title [href],
.portlet-login a,
.portlet-commerce-order .info-box .header a,
.portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-transform: initial;
  border-radius: 1.75rem;
  white-space: nowrap;
}

.btn.btn-auction,
.fds .btn-auction.table-list-title[href],
.fds .table-list-title .btn-auction[href],
.portlet-login a.btn-auction,
.portlet-commerce-order .info-box .header a.btn-auction,
.portlet-commerce-order .btn-auction.portlet-icon-back,
.portlet-commerce-order-content .btn-auction.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-auction.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-auction.portlet-icon-back,
.portlet-commerce-product-definitions .btn-auction.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-auction.portlet-icon-back {
  background: var(--SIRC-Blue, #00C1DE);
}

.btn.btn-primary,
.fds .btn-primary.table-list-title[href],
.fds .table-list-title .btn-primary[href],
[class*="SircProfilePortlet"] .btn.btn-primary,
[class*="SircProfilePortlet"] .portlet-login a.btn-primary,
.portlet-login [class*="SircProfilePortlet"] a.btn-primary,
.portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-login a.btn-primary,
.portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-primary.portlet-icon-back {
  background: var(--primary);
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--primary);
  font-weight: 600;
}

.btn.btn-primary:hover,
.fds .btn-primary.table-list-title:hover[href],
.fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content-total .btn.btn-secondary:hover,
.portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:hover[href],
.portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:hover[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary:hover,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary:hover,
.portlet-commerce-cart-content-total .portlet-login a.btn-secondary:hover,
.portlet-login .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-login a.btn-primary:hover,
.portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.btn.btn-primary:focus,
.fds .btn-primary.table-list-title:focus[href],
.fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content-total .btn.btn-secondary:focus,
.portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:focus[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary:focus,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary:focus,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary:focus,
.portlet-commerce-cart-content-total .portlet-login a.btn-secondary:focus,
.portlet-login .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-login a.btn-primary:focus,
.portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.btn.btn-primary:active:focus,
.fds .btn-primary.table-list-title:active:focus[href],
.fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content-total .btn.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:active:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:active:focus[href],
.portlet-commerce-cart-content-total .portlet-login a.btn-secondary:active:focus,
.portlet-login .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-login a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-outline-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .btn.btn-secondary,
.commerce-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-footer .btn-secondary.table-list-title[href],
.commerce-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-footer .btn-secondary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .commerce-modal .modal-footer a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .btn.btn-secondary,
.clay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-footer .btn-secondary.table-list-title[href],
.clay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-footer .btn-secondary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .clay-modal .modal-footer a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .btn.btn-secondary,
.liferay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-footer .btn-secondary.table-list-title[href],
.liferay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-footer .btn-secondary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .liferay-modal .modal-footer a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .btn.btn-secondary,
.portal-popup .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-footer .btn-secondary.table-list-title[href],
.portal-popup .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-footer .btn-secondary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup .modal-footer a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.fds .btn-outline-primary.table-list-title[href],
.fds .table-list-title .btn-outline-primary[href],
.portlet-login a.btn-outline-primary,
.portlet-commerce-order .info-box .header a.btn-outline-primary,
.portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .btn.btn-secondary,
.portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .btn.btn-secondary,
.portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back {
  background: transparent;
  color: var(--primary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--primary);
  font-weight: 600;
}

.btn.btn-outline-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .btn.btn-secondary:hover,
.commerce-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-footer .btn-secondary:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-login a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-footer a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .btn.btn-secondary:hover,
.clay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-footer .btn-secondary:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:hover[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:hover,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.portlet-login .clay-modal .modal-footer a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .btn.btn-secondary:hover,
.liferay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-footer .btn-secondary:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-footer a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .btn.btn-secondary:hover,
.portal-popup .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-footer .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-footer .btn-secondary:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:hover[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:hover,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-login a.btn-secondary:hover,
.portlet-login .portal-popup .modal-footer a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.fds .btn-outline-primary.table-list-title:hover[href],
.fds .table-list-title .btn-outline-primary:hover[href],
.portlet-login a.btn-outline-primary:hover,
.portlet-commerce-order .info-box .header a.btn-outline-primary:hover,
.portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .btn.btn-secondary:hover,
.portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .btn.btn-secondary:hover,
.portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-login .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: var(--primary);
}

.btn.btn-outline-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .btn.btn-secondary:focus,
.commerce-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .btn-secondary:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-login a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-footer a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .btn.btn-secondary:focus,
.clay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-footer .btn-secondary:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.portlet-login .clay-modal .modal-footer a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .btn.btn-secondary:focus,
.liferay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .btn-secondary:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-footer a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .btn.btn-secondary:focus,
.portal-popup .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-footer .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-footer .btn-secondary:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-login a.btn-secondary:focus,
.portlet-login .portal-popup .modal-footer a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.fds .btn-outline-primary.table-list-title:focus[href],
.fds .table-list-title .btn-outline-primary:focus[href],
.portlet-login a.btn-outline-primary:focus,
.portlet-commerce-order .info-box .header a.btn-outline-primary:focus,
.portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .btn.btn-secondary:focus,
.portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .btn.btn-secondary:focus,
.portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-login .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.btn.btn-outline-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .btn-secondary:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-footer a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-footer .btn-secondary:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-footer a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .btn-secondary:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-footer a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-footer .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-footer .btn-secondary:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-footer a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.fds .btn-outline-primary.table-list-title:active:focus[href],
.fds .table-list-title .btn-outline-primary:active:focus[href],
.portlet-login a.btn-outline-primary:active:focus,
.portlet-commerce-order .info-box .header a.btn-outline-primary:active:focus,
.portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .btn.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .btn.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-secondary,
.fds .btn-secondary.table-list-title[href],
.fds .table-list-title .btn-secondary[href],
.portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-login a.btn-secondary,
.portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back {
  background: var(--white);
  color: var(--primary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.btn.btn-secondary:hover,
.fds .btn-secondary.table-list-title:hover[href],
.fds .table-list-title .btn-secondary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-login a.btn-secondary:hover,
.portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: var(--primary);
}

.btn.btn-secondary:focus,
.fds .btn-secondary.table-list-title:focus[href],
.fds .table-list-title .btn-secondary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-login a.btn-secondary:focus,
.portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.btn.btn-secondary:active:focus,
.fds .btn-secondary.table-list-title:active:focus[href],
.fds .table-list-title .btn-secondary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-login a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-outline-secondary,
.fds .btn-outline-secondary.table-list-title[href],
.fds .table-list-title .btn-outline-secondary[href],
.portlet-login a.btn-outline-secondary,
.portlet-commerce-order .info-box .header a.btn-outline-secondary,
.portlet-commerce-order .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back {
  background: transparent;
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.btn.btn-outline-secondary:hover,
.fds .btn-outline-secondary.table-list-title:hover[href],
.fds .table-list-title .btn-outline-secondary:hover[href],
.portlet-login a.btn-outline-secondary:hover,
.portlet-commerce-order .info-box .header a.btn-outline-secondary:hover,
.portlet-commerce-order .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.btn.btn-outline-secondary:focus,
.fds .btn-outline-secondary.table-list-title:focus[href],
.fds .table-list-title .btn-outline-secondary:focus[href],
.portlet-login a.btn-outline-secondary:focus,
.portlet-commerce-order .info-box .header a.btn-outline-secondary:focus,
.portlet-commerce-order .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:focus,
.btn.btn-outline-secondary:active:focus,
.fds .btn-outline-secondary.table-list-title:active:focus[href],
.fds .table-list-title .btn-outline-secondary:active:focus[href],
.portlet-login a.btn-outline-secondary:active:focus,
.portlet-commerce-order .info-box .header a.btn-outline-secondary:active:focus,
.portlet-commerce-order .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-tertiary,
.fds .btn-tertiary.table-list-title[href],
.fds .table-list-title .btn-tertiary[href],
.portlet-login a.btn-tertiary,
.portlet-commerce-order .info-box .header a.btn-tertiary,
.portlet-commerce-order .btn-tertiary.portlet-icon-back,
.portlet-commerce-order-content .btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back {
  background: var(--tertiary);
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.btn.btn-tertiary:hover,
.fds .btn-tertiary.table-list-title:hover[href],
.fds .table-list-title .btn-tertiary:hover[href],
.portlet-login a.btn-tertiary:hover,
.portlet-commerce-order .info-box .header a.btn-tertiary:hover,
.portlet-commerce-order .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.btn.btn-tertiary:focus,
.fds .btn-tertiary.table-list-title:focus[href],
.fds .table-list-title .btn-tertiary:focus[href],
.portlet-login a.btn-tertiary:focus,
.portlet-commerce-order .info-box .header a.btn-tertiary:focus,
.portlet-commerce-order .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:focus,
.btn.btn-tertiary:active:focus,
.fds .btn-tertiary.table-list-title:active:focus[href],
.fds .table-list-title .btn-tertiary:active:focus[href],
.portlet-login a.btn-tertiary:active:focus,
.portlet-commerce-order .info-box .header a.btn-tertiary:active:focus,
.portlet-commerce-order .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-outline-tertiary,
.fds .btn-outline-tertiary.table-list-title[href],
.fds .table-list-title .btn-outline-tertiary[href],
.portlet-login a.btn-outline-tertiary,
.portlet-commerce-order .info-box .header a.btn-outline-tertiary,
.portlet-commerce-order .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back {
  background: transparent;
  color: var(--tertiary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.btn.btn-outline-tertiary:hover,
.fds .btn-outline-tertiary.table-list-title:hover[href],
.fds .table-list-title .btn-outline-tertiary:hover[href],
.portlet-login a.btn-outline-tertiary:hover,
.portlet-commerce-order .info-box .header a.btn-outline-tertiary:hover,
.portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--tertiary);
}

.btn.btn-outline-tertiary:focus,
.fds .btn-outline-tertiary.table-list-title:focus[href],
.fds .table-list-title .btn-outline-tertiary:focus[href],
.portlet-login a.btn-outline-tertiary:focus,
.portlet-commerce-order .info-box .header a.btn-outline-tertiary:focus,
.portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:focus,
.btn.btn-outline-tertiary:active:focus,
.fds .btn-outline-tertiary.table-list-title:active:focus[href],
.fds .table-list-title .btn-outline-tertiary:active:focus[href],
.portlet-login a.btn-outline-tertiary:active:focus,
.portlet-commerce-order .info-box .header a.btn-outline-tertiary:active:focus,
.portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-link,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a,
.checkbox label a,
.input-checkbox-wrapper label a,
.lfr-checkbox-column label a,
.table th:last-child [id*="action-link"],
.table thead th:last-child [id*="action-link"],
.table td:last-child [id*="action-link"],
.table tbody td:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"],
.fds .table-list-title[href],
.fds .table-list-title [href],
.portlet-login a,
.portlet-commerce-order .info-box .header a,
.portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back {
  background: transparent;
  color: var(--primary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  font-weight: 600;
  min-width: initial;
  border: none;
  padding: 0;
  font-weight: 700;
}

.btn.btn-link:hover,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:hover,
.checkbox label a:hover,
.input-checkbox-wrapper label a:hover,
.lfr-checkbox-column label a:hover,
.table th:last-child :hover[id*="action-link"],
.table td:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :hover[id*="action-link"],
.fds .table-list-title:hover[href],
.fds .table-list-title :hover[href],
.portlet-login a:hover,
.portlet-commerce-order .info-box .header a:hover,
.portlet-commerce-order .portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back:hover {
  outline: none;
  color: var(--primary);
}

.btn.btn-link:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:focus,
.checkbox label a:focus,
.input-checkbox-wrapper label a:focus,
.lfr-checkbox-column label a:focus,
.table th:last-child :focus[id*="action-link"],
.table td:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :focus[id*="action-link"],
.fds .table-list-title:focus[href],
.fds .table-list-title :focus[href],
.portlet-login a:focus,
.portlet-commerce-order .info-box .header a:focus,
.portlet-commerce-order .portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back:focus,
.btn.btn-link:active:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:active:focus,
.checkbox label a:active:focus,
.input-checkbox-wrapper label a:active:focus,
.lfr-checkbox-column label a:active:focus,
.table th:last-child :active:focus[id*="action-link"],
.table td:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :active:focus[id*="action-link"],
.fds .table-list-title:active:focus[href],
.fds .table-list-title :active:focus[href],
.portlet-login a:active:focus,
.portlet-commerce-order .info-box .header a:active:focus,
.portlet-commerce-order .portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-icon-back:active:focus {
  box-shadow: none;
}

.btn.btn-link:hover,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:hover,
.checkbox label a:hover,
.input-checkbox-wrapper label a:hover,
.lfr-checkbox-column label a:hover,
.table th:last-child :hover[id*="action-link"],
.table td:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :hover[id*="action-link"],
.fds .table-list-title:hover[href],
.fds .table-list-title :hover[href],
.portlet-login a:hover,
.portlet-commerce-order .info-box .header a:hover,
.portlet-commerce-order .portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back:hover {
  text-decoration: none;
}

.btn.btn-link.btn-download,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download,
.checkbox label a.btn-download,
.input-checkbox-wrapper label a.btn-download,
.lfr-checkbox-column label a.btn-download,
.table th:last-child .btn-download[id*="action-link"],
.table td:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"],
.fds .btn-download.table-list-title[href],
.fds .table-list-title .btn-download[href],
.portlet-login a.btn-download,
.portlet-commerce-order .info-box .header a.btn-download,
.portlet-commerce-order .btn-download.portlet-icon-back,
.portlet-commerce-order-content .btn-download.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-download.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-download.portlet-icon-back,
.portlet-commerce-product-definitions .btn-download.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-download.portlet-icon-back {
  position: relative;
}

.btn.btn-link.btn-download:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download:after,
.checkbox label a.btn-download:after,
.input-checkbox-wrapper label a.btn-download:after,
.lfr-checkbox-column label a.btn-download:after,
.table th:last-child .btn-download[id*="action-link"]:after,
.table td:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"]:after,
.fds .btn-download.table-list-title[href]:after,
.fds .table-list-title .btn-download[href]:after,
.portlet-login a.btn-download:after,
.portlet-commerce-order .info-box .header a.btn-download:after,
.portlet-commerce-order .btn-download.portlet-icon-back:after,
.portlet-commerce-order-content .btn-download.portlet-icon-back:after,
.rtl[dir="rtl"] .portlet-commerce-order .btn-download.portlet-icon-back:after,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-download.portlet-icon-back:after,
.portlet-commerce-product-definitions .btn-download.portlet-icon-back:after,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-download.portlet-icon-back:after {
  content: '';
  background-image: url(../images/icons/icon-download.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: calc(100% + 0.5rem);
}

.btn.btn-link.btn-download[href=""]:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download[href=""]:after,
.checkbox label a.btn-download[href=""]:after,
.input-checkbox-wrapper label a.btn-download[href=""]:after,
.lfr-checkbox-column label a.btn-download[href=""]:after,
.table th:last-child .btn-download[id*="action-link"][href=""]:after,
.table td:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .btn-download.table-list-title[href][href=""]:after,
.fds .table-list-title .btn-download[href][href=""]:after,
.portlet-login a.btn-download[href=""]:after,
.portlet-commerce-order .info-box .header a.btn-download[href=""]:after,
.portlet-commerce-order .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-order-content .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-product-definitions .btn-download.portlet-icon-back[href=""]:after {
  display: none;
}

.btn.btn-large,
.fds .btn-large.table-list-title[href],
.fds .table-list-title .btn-large[href],
.portlet-login a.btn-large,
.portlet-commerce-order .info-box .header a.btn-large,
.portlet-commerce-order .btn-large.portlet-icon-back,
.portlet-commerce-order-content .btn-large.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .btn-large.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-large.portlet-icon-back,
.portlet-commerce-product-definitions .btn-large.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-large.portlet-icon-back {
  min-width: 11rem;
}

.component-action,
nav.management-bar-light .navbar-nav .nav-link {
  background: transparent;
  height: auto;
}

.component-action:hover,
nav.management-bar-light .navbar-nav .nav-link:hover,
.component-action:focus,
nav.management-bar-light .navbar-nav .nav-link:focus {
  background: transparent;
}

a.clear-all-btn {
  position: absolute;
  top: 0px;
  left: 2rem;
  z-index: 2000;
  top: -4rem;
  color: var(--SIRC-Green, #00A887);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.seller_theme .custom-control.custom-radio .custom-control-input:active ~ .custom-control-label:before,
.seller_theme .custom-control.custom-radio .custom-control-input:checked:active ~ .custom-control-label:before,
.seller_theme .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #7473C0;
  box-shadow: none;
}

.seller_theme .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #7473C0 !important;
  border-radius: 50%;
}

.seller_theme .btn.btn-auction,
.seller_theme .fds .btn-auction.table-list-title[href],
.fds .seller_theme .btn-auction.table-list-title[href],
.seller_theme .fds .table-list-title .btn-auction[href],
.fds .table-list-title .seller_theme .btn-auction[href],
.seller_theme .portlet-login a.btn-auction,
.portlet-login .seller_theme a.btn-auction,
.seller_theme .portlet-commerce-order .info-box .header a.btn-auction,
.portlet-commerce-order .info-box .header .seller_theme a.btn-auction,
.seller_theme .portlet-commerce-order .btn-auction.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-auction.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-auction.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-auction.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-auction.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-auction.portlet-icon-back {
  background: #7473C0;
}

.seller_theme .btn.btn-primary,
.seller_theme .fds .btn-primary.table-list-title[href],
.fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-primary[href],
.fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total .seller_theme .btn.btn-secondary,
.seller_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .seller_theme .btn-secondary[href],
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-login a.btn-primary,
.portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back {
  background: #7473C0;
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #7473C0;
  font-weight: 600;
}

.seller_theme .btn.btn-primary:hover,
.seller_theme .fds .btn-primary.table-list-title:hover[href],
.fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-primary:hover[href],
.fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content-total .btn.btn-secondary:hover,
.portlet-commerce-cart-content-total .seller_theme .btn.btn-secondary:hover,
.seller_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:hover[href],
.portlet-commerce-cart-content-total .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content-total .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:hover[href],
.portlet-commerce-cart-content-total .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content-total .seller_theme .btn-secondary:hover[href],
.seller_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-login .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-login a.btn-primary:hover,
.portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.seller_theme .btn.btn-primary:focus,
.seller_theme .fds .btn-primary.table-list-title:focus[href],
.fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-primary:focus[href],
.fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content-total .btn.btn-secondary:focus,
.portlet-commerce-cart-content-total .seller_theme .btn.btn-secondary:focus,
.seller_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:focus[href],
.portlet-commerce-cart-content-total .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content-total .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .seller_theme .btn-secondary:focus[href],
.seller_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-login .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-login a.btn-primary:focus,
.portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .btn.btn-primary:active:focus,
.seller_theme .fds .btn-primary.table-list-title:active:focus[href],
.fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-primary:active:focus[href],
.fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content-total .btn.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-commerce-cart-content-total .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content-total .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-login .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-login a.btn-primary:active:focus,
.portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-outline-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .btn.btn-secondary,
.commerce-modal .modal-footer .seller_theme .btn.btn-secondary,
.seller_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-secondary[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn.btn-primary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .btn.btn-secondary,
.clay-modal .modal-footer .seller_theme .btn.btn-secondary,
.seller_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-secondary[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn.btn-primary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-login a.btn-secondary,
.clay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .clay-modal .modal-footer a.btn-secondary,
.portlet-login .clay-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .btn.btn-secondary,
.liferay-modal .modal-footer .seller_theme .btn.btn-secondary,
.seller_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-secondary[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn.btn-primary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-secondary,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .btn.btn-secondary,
.portal-popup .modal-footer .seller_theme .btn.btn-secondary,
.seller_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-secondary[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn.btn-primary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-login a.btn-secondary,
.portal-popup .modal-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portal-popup .modal-footer a.btn-secondary,
.portlet-login .portal-popup .modal-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .fds .btn-outline-primary.table-list-title[href],
.fds .seller_theme .btn-outline-primary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-outline-primary[href],
.fds .table-list-title .seller_theme .btn-outline-primary[href],
.seller_theme .portlet-login a.btn-outline-primary,
.portlet-login .seller_theme a.btn-outline-primary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-primary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-primary,
.seller_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .btn.btn-secondary,
.portlet-users-admin .sheet-footer .seller_theme .btn.btn-secondary,
.seller_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-secondary[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn.btn-primary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .btn.btn-secondary,
.portlet-account-management .sheet-footer .seller_theme .btn.btn-secondary,
.seller_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-account-management .sheet-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-secondary[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn.btn-primary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-secondary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-primary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back {
  background: transparent;
  color: #7473C0;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #7473C0;
  font-weight: 600;
}

.seller_theme .btn.btn-outline-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .btn.btn-secondary:hover,
.commerce-modal .modal-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .btn.btn-secondary:hover,
.clay-modal .modal-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.clay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:hover,
.portlet-login .clay-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .btn.btn-secondary:hover,
.liferay-modal .modal-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .btn.btn-secondary:hover,
.portal-popup .modal-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup .modal-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:hover,
.portlet-login .portal-popup .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .fds .btn-outline-primary.table-list-title:hover[href],
.fds .seller_theme .btn-outline-primary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-outline-primary:hover[href],
.fds .table-list-title .seller_theme .btn-outline-primary:hover[href],
.seller_theme .portlet-login a.btn-outline-primary:hover,
.portlet-login .seller_theme a.btn-outline-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-primary:hover,
.seller_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:hover,
.portlet-users-admin .sheet-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .btn.btn-secondary:hover,
.portlet-account-management .sheet-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portlet-account-management .sheet-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-secondary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-primary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:hover[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: #7473C0;
}

.seller_theme .btn.btn-outline-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .btn.btn-secondary:focus,
.commerce-modal .modal-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .btn.btn-secondary:focus,
.clay-modal .modal-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.clay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:focus,
.portlet-login .clay-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .btn.btn-secondary:focus,
.liferay-modal .modal-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .btn.btn-secondary:focus,
.portal-popup .modal-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup .modal-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:focus,
.portlet-login .portal-popup .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .fds .btn-outline-primary.table-list-title:focus[href],
.fds .seller_theme .btn-outline-primary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-outline-primary:focus[href],
.fds .table-list-title .seller_theme .btn-outline-primary:focus[href],
.seller_theme .portlet-login a.btn-outline-primary:focus,
.portlet-login .seller_theme a.btn-outline-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-primary:focus,
.seller_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:focus,
.portlet-users-admin .sheet-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .btn.btn-secondary:focus,
.portlet-account-management .sheet-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portlet-account-management .sheet-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-secondary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-primary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .btn.btn-outline-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .fds .btn-outline-primary.table-list-title:active:focus[href],
.fds .seller_theme .btn-outline-primary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-outline-primary:active:focus[href],
.fds .table-list-title .seller_theme .btn-outline-primary:active:focus[href],
.seller_theme .portlet-login a.btn-outline-primary:active:focus,
.portlet-login .seller_theme a.btn-outline-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-primary:active:focus,
.seller_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .seller_theme .btn-outline-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .btn.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-account-management .sheet-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-secondary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary:active:focus[href],
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-primary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme a.btn-secondary:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .seller_theme .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-secondary,
.seller_theme .fds .btn-secondary.table-list-title[href],
.fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-login a.btn-secondary,
.portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back {
  background: var(--white);
  color: #7473C0;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.seller_theme .btn.btn-secondary:hover,
.seller_theme .fds .btn-secondary.table-list-title:hover[href],
.fds .seller_theme .btn-secondary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .seller_theme .btn-secondary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:hover[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:hover[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:hover,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:hover,
.seller_theme .portlet-login a.btn-secondary:hover,
.portlet-login .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:hover,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: #7473C0;
}

.seller_theme .btn.btn-secondary:focus,
.seller_theme .fds .btn-secondary.table-list-title:focus[href],
.fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-login a.btn-secondary:focus,
.portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .btn.btn-secondary:active:focus,
.seller_theme .fds .btn-secondary.table-list-title:active:focus[href],
.fds .seller_theme .btn-secondary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .seller_theme .btn-secondary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:active:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:active:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:active:focus,
.seller_theme .portlet-login a.btn-secondary:active:focus,
.portlet-login .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:active:focus,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-outline-secondary,
.seller_theme .fds .btn-outline-secondary.table-list-title[href],
.fds .seller_theme .btn-outline-secondary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-outline-secondary[href],
.fds .table-list-title .seller_theme .btn-outline-secondary[href],
.seller_theme .portlet-login a.btn-outline-secondary,
.portlet-login .seller_theme a.btn-outline-secondary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-secondary,
.seller_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-outline-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-outline-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-outline-secondary.portlet-icon-back {
  background: transparent;
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.seller_theme .btn.btn-outline-secondary:hover,
.seller_theme .fds .btn-outline-secondary.table-list-title:hover[href],
.fds .seller_theme .btn-outline-secondary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-outline-secondary:hover[href],
.fds .table-list-title .seller_theme .btn-outline-secondary:hover[href],
.seller_theme .portlet-login a.btn-outline-secondary:hover,
.portlet-login .seller_theme a.btn-outline-secondary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-secondary:hover,
.seller_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-outline-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-outline-secondary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-outline-secondary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.seller_theme .btn.btn-outline-secondary:focus,
.seller_theme .fds .btn-outline-secondary.table-list-title:focus[href],
.fds .seller_theme .btn-outline-secondary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-outline-secondary:focus[href],
.fds .table-list-title .seller_theme .btn-outline-secondary:focus[href],
.seller_theme .portlet-login a.btn-outline-secondary:focus,
.portlet-login .seller_theme a.btn-outline-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-secondary:focus,
.seller_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-outline-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-secondary.portlet-icon-back:focus,
.seller_theme .btn.btn-outline-secondary:active:focus,
.seller_theme .fds .btn-outline-secondary.table-list-title:active:focus[href],
.fds .seller_theme .btn-outline-secondary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-outline-secondary:active:focus[href],
.fds .table-list-title .seller_theme .btn-outline-secondary:active:focus[href],
.seller_theme .portlet-login a.btn-outline-secondary:active:focus,
.portlet-login .seller_theme a.btn-outline-secondary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-secondary:active:focus,
.seller_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-outline-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-secondary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-tertiary,
.seller_theme .fds .btn-tertiary.table-list-title[href],
.fds .seller_theme .btn-tertiary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-tertiary[href],
.fds .table-list-title .seller_theme .btn-tertiary[href],
.seller_theme .portlet-login a.btn-tertiary,
.portlet-login .seller_theme a.btn-tertiary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-tertiary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-tertiary,
.seller_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-tertiary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-tertiary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-tertiary.portlet-icon-back {
  background: var(--tertiary);
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.seller_theme .btn.btn-tertiary:hover,
.seller_theme .fds .btn-tertiary.table-list-title:hover[href],
.fds .seller_theme .btn-tertiary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-tertiary:hover[href],
.fds .table-list-title .seller_theme .btn-tertiary:hover[href],
.seller_theme .portlet-login a.btn-tertiary:hover,
.portlet-login .seller_theme a.btn-tertiary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-tertiary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-tertiary:hover,
.seller_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-tertiary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-tertiary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.seller_theme .btn.btn-tertiary:focus,
.seller_theme .fds .btn-tertiary.table-list-title:focus[href],
.fds .seller_theme .btn-tertiary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-tertiary:focus[href],
.fds .table-list-title .seller_theme .btn-tertiary:focus[href],
.seller_theme .portlet-login a.btn-tertiary:focus,
.portlet-login .seller_theme a.btn-tertiary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-tertiary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-tertiary:focus,
.seller_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-tertiary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-tertiary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-tertiary.portlet-icon-back:focus,
.seller_theme .btn.btn-tertiary:active:focus,
.seller_theme .fds .btn-tertiary.table-list-title:active:focus[href],
.fds .seller_theme .btn-tertiary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-tertiary:active:focus[href],
.fds .table-list-title .seller_theme .btn-tertiary:active:focus[href],
.seller_theme .portlet-login a.btn-tertiary:active:focus,
.portlet-login .seller_theme a.btn-tertiary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-tertiary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-tertiary:active:focus,
.seller_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-tertiary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-tertiary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-outline-tertiary,
.seller_theme .fds .btn-outline-tertiary.table-list-title[href],
.fds .seller_theme .btn-outline-tertiary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-outline-tertiary[href],
.fds .table-list-title .seller_theme .btn-outline-tertiary[href],
.seller_theme .portlet-login a.btn-outline-tertiary,
.portlet-login .seller_theme a.btn-outline-tertiary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-tertiary,
.seller_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-outline-tertiary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-outline-tertiary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-outline-tertiary.portlet-icon-back {
  background: transparent;
  color: var(--tertiary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.seller_theme .btn.btn-outline-tertiary:hover,
.seller_theme .fds .btn-outline-tertiary.table-list-title:hover[href],
.fds .seller_theme .btn-outline-tertiary.table-list-title:hover[href],
.seller_theme .fds .table-list-title .btn-outline-tertiary:hover[href],
.fds .table-list-title .seller_theme .btn-outline-tertiary:hover[href],
.seller_theme .portlet-login a.btn-outline-tertiary:hover,
.portlet-login .seller_theme a.btn-outline-tertiary:hover,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:hover,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-tertiary:hover,
.seller_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .btn-outline-tertiary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .btn-outline-tertiary.portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .btn-outline-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--tertiary);
}

.seller_theme .btn.btn-outline-tertiary:focus,
.seller_theme .fds .btn-outline-tertiary.table-list-title:focus[href],
.fds .seller_theme .btn-outline-tertiary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-outline-tertiary:focus[href],
.fds .table-list-title .seller_theme .btn-outline-tertiary:focus[href],
.seller_theme .portlet-login a.btn-outline-tertiary:focus,
.portlet-login .seller_theme a.btn-outline-tertiary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-tertiary:focus,
.seller_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-outline-tertiary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-tertiary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-tertiary.portlet-icon-back:focus,
.seller_theme .btn.btn-outline-tertiary:active:focus,
.seller_theme .fds .btn-outline-tertiary.table-list-title:active:focus[href],
.fds .seller_theme .btn-outline-tertiary.table-list-title:active:focus[href],
.seller_theme .fds .table-list-title .btn-outline-tertiary:active:focus[href],
.fds .table-list-title .seller_theme .btn-outline-tertiary:active:focus[href],
.seller_theme .portlet-login a.btn-outline-tertiary:active:focus,
.portlet-login .seller_theme a.btn-outline-tertiary:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-outline-tertiary:active:focus,
.seller_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .btn-outline-tertiary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .btn-outline-tertiary.portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .btn-outline-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-link,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a,
.seller_theme .checkbox label a,
.checkbox label .seller_theme a,
.seller_theme .input-checkbox-wrapper label a,
.input-checkbox-wrapper label .seller_theme a,
.seller_theme .lfr-checkbox-column label a,
.lfr-checkbox-column label .seller_theme a,
.seller_theme .table th:last-child [id*="action-link"],
.table th:last-child .seller_theme [id*="action-link"],
.seller_theme .table td:last-child [id*="action-link"],
.table td:last-child .seller_theme [id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme [id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme [id*="action-link"],
.seller_theme .fds .table-list-title[href],
.fds .seller_theme .table-list-title[href],
.seller_theme .fds .table-list-title [href],
.fds .table-list-title .seller_theme [href],
.seller_theme .portlet-login a,
.portlet-login .seller_theme a,
.seller_theme .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .seller_theme a,
.seller_theme .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .seller_theme .portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .seller_theme .portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .seller_theme .portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .seller_theme .portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .portlet-icon-back,
.seller_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .seller_theme .portlet-icon-back {
  background: transparent;
  color: #7473C0;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  font-weight: 600;
}

.seller_theme .btn.btn-link:hover,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:hover,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a:hover,
.seller_theme .checkbox label a:hover,
.checkbox label .seller_theme a:hover,
.seller_theme .input-checkbox-wrapper label a:hover,
.input-checkbox-wrapper label .seller_theme a:hover,
.seller_theme .lfr-checkbox-column label a:hover,
.lfr-checkbox-column label .seller_theme a:hover,
.seller_theme .table th:last-child :hover[id*="action-link"],
.table th:last-child .seller_theme :hover[id*="action-link"],
.seller_theme .table td:last-child :hover[id*="action-link"],
.table td:last-child .seller_theme :hover[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme :hover[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme :hover[id*="action-link"],
.seller_theme .fds .table-list-title:hover[href],
.fds .seller_theme .table-list-title:hover[href],
.seller_theme .fds .table-list-title :hover[href],
.fds .table-list-title .seller_theme :hover[href],
.seller_theme .portlet-login a:hover,
.portlet-login .seller_theme a:hover,
.seller_theme .portlet-commerce-order .info-box .header a:hover,
.portlet-commerce-order .info-box .header .seller_theme a:hover,
.seller_theme .portlet-commerce-order .portlet-icon-back:hover,
.portlet-commerce-order .seller_theme .portlet-icon-back:hover,
.seller_theme .portlet-commerce-order-content .portlet-icon-back:hover,
.portlet-commerce-order-content .seller_theme .portlet-icon-back:hover,
.seller_theme .portlet-commerce-product-definitions .portlet-icon-back:hover,
.portlet-commerce-product-definitions .seller_theme .portlet-icon-back:hover {
  outline: none;
  color: #7473C0;
}

.seller_theme .btn.btn-link:focus,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a:focus,
.seller_theme .checkbox label a:focus,
.checkbox label .seller_theme a:focus,
.seller_theme .input-checkbox-wrapper label a:focus,
.input-checkbox-wrapper label .seller_theme a:focus,
.seller_theme .lfr-checkbox-column label a:focus,
.lfr-checkbox-column label .seller_theme a:focus,
.seller_theme .table th:last-child :focus[id*="action-link"],
.table th:last-child .seller_theme :focus[id*="action-link"],
.seller_theme .table td:last-child :focus[id*="action-link"],
.table td:last-child .seller_theme :focus[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme :focus[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme :focus[id*="action-link"],
.seller_theme .fds .table-list-title:focus[href],
.fds .seller_theme .table-list-title:focus[href],
.seller_theme .fds .table-list-title :focus[href],
.fds .table-list-title .seller_theme :focus[href],
.seller_theme .portlet-login a:focus,
.portlet-login .seller_theme a:focus,
.seller_theme .portlet-commerce-order .info-box .header a:focus,
.portlet-commerce-order .info-box .header .seller_theme a:focus,
.seller_theme .portlet-commerce-order .portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .portlet-icon-back:focus,
.seller_theme .btn.btn-link:active:focus,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:active:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a:active:focus,
.seller_theme .checkbox label a:active:focus,
.checkbox label .seller_theme a:active:focus,
.seller_theme .input-checkbox-wrapper label a:active:focus,
.input-checkbox-wrapper label .seller_theme a:active:focus,
.seller_theme .lfr-checkbox-column label a:active:focus,
.lfr-checkbox-column label .seller_theme a:active:focus,
.seller_theme .table th:last-child :active:focus[id*="action-link"],
.table th:last-child .seller_theme :active:focus[id*="action-link"],
.seller_theme .table td:last-child :active:focus[id*="action-link"],
.table td:last-child .seller_theme :active:focus[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme :active:focus[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme :active:focus[id*="action-link"],
.seller_theme .fds .table-list-title:active:focus[href],
.fds .seller_theme .table-list-title:active:focus[href],
.seller_theme .fds .table-list-title :active:focus[href],
.fds .table-list-title .seller_theme :active:focus[href],
.seller_theme .portlet-login a:active:focus,
.portlet-login .seller_theme a:active:focus,
.seller_theme .portlet-commerce-order .info-box .header a:active:focus,
.portlet-commerce-order .info-box .header .seller_theme a:active:focus,
.seller_theme .portlet-commerce-order .portlet-icon-back:active:focus,
.portlet-commerce-order .seller_theme .portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-order-content .portlet-icon-back:active:focus,
.portlet-commerce-order-content .seller_theme .portlet-icon-back:active:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .seller_theme .portlet-icon-back:active:focus {
  box-shadow: none;
}

.seller_theme .btn.btn-link.btn-download,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a.btn-download,
.seller_theme .checkbox label a.btn-download,
.checkbox label .seller_theme a.btn-download,
.seller_theme .input-checkbox-wrapper label a.btn-download,
.input-checkbox-wrapper label .seller_theme a.btn-download,
.seller_theme .lfr-checkbox-column label a.btn-download,
.lfr-checkbox-column label .seller_theme a.btn-download,
.seller_theme .table th:last-child .btn-download[id*="action-link"],
.table th:last-child .seller_theme .btn-download[id*="action-link"],
.seller_theme .table td:last-child .btn-download[id*="action-link"],
.table td:last-child .seller_theme .btn-download[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme .btn-download[id*="action-link"],
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme .btn-download[id*="action-link"],
.seller_theme .fds .btn-download.table-list-title[href],
.fds .seller_theme .btn-download.table-list-title[href],
.seller_theme .fds .table-list-title .btn-download[href],
.fds .table-list-title .seller_theme .btn-download[href],
.seller_theme .portlet-login a.btn-download,
.portlet-login .seller_theme a.btn-download,
.seller_theme .portlet-commerce-order .info-box .header a.btn-download,
.portlet-commerce-order .info-box .header .seller_theme a.btn-download,
.seller_theme .portlet-commerce-order .btn-download.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-download.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-download.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-download.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-download.portlet-icon-back {
  position: relative;
}

.seller_theme .btn.btn-link.btn-download:after,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a.btn-download:after,
.seller_theme .checkbox label a.btn-download:after,
.checkbox label .seller_theme a.btn-download:after,
.seller_theme .input-checkbox-wrapper label a.btn-download:after,
.input-checkbox-wrapper label .seller_theme a.btn-download:after,
.seller_theme .lfr-checkbox-column label a.btn-download:after,
.lfr-checkbox-column label .seller_theme a.btn-download:after,
.seller_theme .table th:last-child .btn-download[id*="action-link"]:after,
.table th:last-child .seller_theme .btn-download[id*="action-link"]:after,
.seller_theme .table td:last-child .btn-download[id*="action-link"]:after,
.table td:last-child .seller_theme .btn-download[id*="action-link"]:after,
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme .btn-download[id*="action-link"]:after,
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme .btn-download[id*="action-link"]:after,
.seller_theme .fds .btn-download.table-list-title[href]:after,
.fds .seller_theme .btn-download.table-list-title[href]:after,
.seller_theme .fds .table-list-title .btn-download[href]:after,
.fds .table-list-title .seller_theme .btn-download[href]:after,
.seller_theme .portlet-login a.btn-download:after,
.portlet-login .seller_theme a.btn-download:after,
.seller_theme .portlet-commerce-order .info-box .header a.btn-download:after,
.portlet-commerce-order .info-box .header .seller_theme a.btn-download:after,
.seller_theme .portlet-commerce-order .btn-download.portlet-icon-back:after,
.portlet-commerce-order .seller_theme .btn-download.portlet-icon-back:after,
.seller_theme .portlet-commerce-order-content .btn-download.portlet-icon-back:after,
.portlet-commerce-order-content .seller_theme .btn-download.portlet-icon-back:after,
.seller_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back:after,
.portlet-commerce-product-definitions .seller_theme .btn-download.portlet-icon-back:after {
  content: '';
  background-image: url(../images/icons/icon-download.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: calc(100% + 0.5rem);
}

.seller_theme .btn.btn-link.btn-download[href=""]:after,
.seller_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download[href=""]:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme a.btn-download[href=""]:after,
.seller_theme .checkbox label a.btn-download[href=""]:after,
.checkbox label .seller_theme a.btn-download[href=""]:after,
.seller_theme .input-checkbox-wrapper label a.btn-download[href=""]:after,
.input-checkbox-wrapper label .seller_theme a.btn-download[href=""]:after,
.seller_theme .lfr-checkbox-column label a.btn-download[href=""]:after,
.lfr-checkbox-column label .seller_theme a.btn-download[href=""]:after,
.seller_theme .table th:last-child .btn-download[id*="action-link"][href=""]:after,
.table th:last-child .seller_theme .btn-download[id*="action-link"][href=""]:after,
.seller_theme .table td:last-child .btn-download[id*="action-link"][href=""]:after,
.table td:last-child .seller_theme .btn-download[id*="action-link"][href=""]:after,
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme .btn-download[id*="action-link"][href=""]:after,
.seller_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme .btn-download[id*="action-link"][href=""]:after,
.seller_theme .fds .btn-download.table-list-title[href][href=""]:after,
.fds .seller_theme .btn-download.table-list-title[href][href=""]:after,
.seller_theme .fds .table-list-title .btn-download[href][href=""]:after,
.fds .table-list-title .seller_theme .btn-download[href][href=""]:after,
.seller_theme .portlet-login a.btn-download[href=""]:after,
.portlet-login .seller_theme a.btn-download[href=""]:after,
.seller_theme .portlet-commerce-order .info-box .header a.btn-download[href=""]:after,
.portlet-commerce-order .info-box .header .seller_theme a.btn-download[href=""]:after,
.seller_theme .portlet-commerce-order .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-order .seller_theme .btn-download.portlet-icon-back[href=""]:after,
.seller_theme .portlet-commerce-order-content .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-order-content .seller_theme .btn-download.portlet-icon-back[href=""]:after,
.seller_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-product-definitions .seller_theme .btn-download.portlet-icon-back[href=""]:after {
  display: none;
}

.seller_theme button#commerce-order-by {
  color: #101828 !important;
  border-radius: 25px;
  border: 1px solid #DDD;
  background: #FBFBFB;
  font-weight: normal;
}

.seller_theme a,
.seller_theme a:hover {
  color: #7473C0;
}

.seller_theme .save-as-draft-btn {
  border: 1px solid #7473C0;
  color: #7473C0;
}

.seller_theme .publish-btn {
  background: #7473C0;
}

.seller_theme .body-container.pl-5.pr-5.mt-0.mb-5 .container .navigation-div .navigation-link svg #chevron_backward g #chevron_backward_2 {
  fill: #7473C0;
}

.seller_theme .body-container.pl-5.pr-5.mt-0.mb-5 .container .navigation-div .navigation-link a .navigation-title {
  color: #7473C0;
}

.seller_theme .side-cards .input-with-button button {
  border: 1px #7473C0;
  background: #7473C0;
}

.seller_theme .modal-backup {
  background: #7473C0;
}

.seller_theme .cancel-button {
  background-color: white;
  color: #7473C0;
  border: 1px solid #7473C0;
}

.seller_theme .confirm-button {
  background-color: #7473C0;
  color: white;
}

.seller_theme .add-button {
  background-color: #7473C0;
}

.portal_admin_theme .custom-control.custom-radio .custom-control-input:active ~ .custom-control-label:before,
.portal_admin_theme .custom-control.custom-radio .custom-control-input:checked:active ~ .custom-control-label:before,
.portal_admin_theme .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #00C1DE;
  box-shadow: none;
}

.portal_admin_theme .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #00C1DE !important;
  border-radius: 50%;
}

.portal_admin_theme .btn.btn-auction,
.portal_admin_theme .fds .btn-auction.table-list-title[href],
.fds .portal_admin_theme .btn-auction.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-auction[href],
.fds .table-list-title .portal_admin_theme .btn-auction[href],
.portal_admin_theme .portlet-login a.btn-auction,
.portlet-login .portal_admin_theme a.btn-auction,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-auction,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-auction,
.portal_admin_theme .portlet-commerce-order .btn-auction.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-auction.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-auction.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-auction.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-auction.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-auction.portlet-icon-back {
  background: #00C1DE;
}

.portal_admin_theme .btn.btn-primary,
.portal_admin_theme .fds .btn-primary.table-list-title[href],
.fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-primary[href],
.fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-login a.btn-primary,
.portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back {
  background: #00C1DE;
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #00C1DE;
  font-weight: 600;
}

.portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .fds .btn-primary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-primary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content-total .btn.btn-secondary:hover,
.portlet-commerce-cart-content-total .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:hover[href],
.portlet-commerce-cart-content-total .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:hover[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-login .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-login a.btn-primary:hover,
.portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .fds .btn-primary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-primary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .btn.btn-secondary:focus,
.portlet-commerce-cart-content-total .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:focus[href],
.portlet-commerce-cart-content-total .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-login .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-login a.btn-primary:focus,
.portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .fds .btn-primary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-primary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .btn.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-commerce-cart-content-total .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-login .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-login a.btn-primary:active:focus,
.portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-outline-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .btn.btn-secondary,
.commerce-modal .modal-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .btn.btn-secondary,
.clay-modal .modal-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-login a.btn-secondary,
.clay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .clay-modal .modal-footer a.btn-secondary,
.portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .btn.btn-secondary,
.liferay-modal .modal-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .btn.btn-secondary,
.portal-popup .modal-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-login a.btn-secondary,
.portal-popup .modal-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portal-popup .modal-footer a.btn-secondary,
.portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .fds .btn-outline-primary.table-list-title[href],
.fds .portal_admin_theme .btn-outline-primary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-outline-primary[href],
.fds .table-list-title .portal_admin_theme .btn-outline-primary[href],
.portal_admin_theme .portlet-login a.btn-outline-primary,
.portlet-login .portal_admin_theme a.btn-outline-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-primary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-primary,
.portal_admin_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .btn.btn-secondary,
.portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .btn.btn-secondary,
.portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back {
  background: transparent;
  color: #00C1DE;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid #00C1DE;
  font-weight: 600;
}

.portal_admin_theme .btn.btn-outline-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .btn.btn-secondary:hover,
.commerce-modal .modal-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:hover,
.portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .btn.btn-secondary:hover,
.clay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .clay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.clay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:hover,
.portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .btn.btn-secondary:hover,
.liferay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:hover,
.portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .btn.btn-secondary:hover,
.portal-popup .modal-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup .modal-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:hover,
.portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .fds .btn-outline-primary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-outline-primary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-outline-primary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-outline-primary:hover[href],
.portal_admin_theme .portlet-login a.btn-outline-primary:hover,
.portlet-login .portal_admin_theme a.btn-outline-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-primary:hover,
.portal_admin_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:hover,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .btn.btn-secondary:hover,
.portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:hover[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:hover[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: #00C1DE;
}

.portal_admin_theme .btn.btn-outline-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .btn.btn-secondary:focus,
.commerce-modal .modal-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:focus,
.portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .btn.btn-secondary:focus,
.clay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .clay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:focus,
.portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .btn.btn-secondary:focus,
.liferay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:focus,
.portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .btn.btn-secondary:focus,
.portal-popup .modal-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup .modal-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:focus,
.portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .fds .btn-outline-primary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-outline-primary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-primary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-primary:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-primary:focus,
.portlet-login .portal_admin_theme a.btn-outline-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-primary:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .btn.btn-secondary:focus,
.portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-outline-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .btn.btn-secondary:active:focus,
.commerce-modal .modal-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .commerce-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .commerce-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .commerce-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .btn.btn-secondary:active:focus,
.clay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .clay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .clay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .clay-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .clay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .btn.btn-secondary:active:focus,
.liferay-modal .modal-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .liferay-modal .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .liferay-modal .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-login a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .liferay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-login .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .btn.btn-secondary:active:focus,
.portal-popup .modal-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portal-popup .modal-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup .modal-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup .modal-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portal-popup .modal-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .fds .btn-outline-primary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-outline-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-primary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-primary:active:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-primary:active:focus,
.portlet-login .portal_admin_theme a.btn-outline-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-primary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-order-content .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back:active:focus,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portal_admin_theme .btn-outline-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .btn.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .btn.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title:active:focus[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary:active:focus[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-secondary,
.portal_admin_theme .fds .btn-secondary.table-list-title[href],
.fds .portal_admin_theme .btn-secondary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal_admin_theme .btn-secondary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-login a.btn-secondary,
.portlet-login .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary,
.portal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back {
  background: var(--white);
  color: #00C1DE;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.portal_admin_theme .btn.btn-secondary:hover,
.portal_admin_theme .fds .btn-secondary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-secondary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-secondary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:hover[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:hover[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:hover,
.portal_admin_theme .portlet-login a.btn-secondary:hover,
.portlet-login .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:hover,
.portal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:hover {
  outline: none;
  color: #00C1DE;
}

.portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .fds .btn-secondary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-login a.btn-secondary:focus,
.portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-secondary:active:focus,
.portal_admin_theme .fds .btn-secondary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-secondary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-secondary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:active:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:active:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:active:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:active:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:active:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-login a.btn-secondary:active:focus,
.portlet-login .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-outline-secondary,
.portal_admin_theme .fds .btn-outline-secondary.table-list-title[href],
.fds .portal_admin_theme .btn-outline-secondary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-outline-secondary[href],
.fds .table-list-title .portal_admin_theme .btn-outline-secondary[href],
.portal_admin_theme .portlet-login a.btn-outline-secondary,
.portlet-login .portal_admin_theme a.btn-outline-secondary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-secondary,
.portal_admin_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-outline-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-secondary.portlet-icon-back {
  background: transparent;
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  font-weight: 600;
}

.portal_admin_theme .btn.btn-outline-secondary:hover,
.portal_admin_theme .fds .btn-outline-secondary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-outline-secondary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-outline-secondary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-outline-secondary:hover[href],
.portal_admin_theme .portlet-login a.btn-outline-secondary:hover,
.portlet-login .portal_admin_theme a.btn-outline-secondary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-secondary:hover,
.portal_admin_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-outline-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-secondary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-secondary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.portal_admin_theme .btn.btn-outline-secondary:focus,
.portal_admin_theme .fds .btn-outline-secondary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-outline-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-secondary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-secondary:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-secondary:focus,
.portlet-login .portal_admin_theme a.btn-outline-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-secondary:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-secondary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-outline-secondary:active:focus,
.portal_admin_theme .fds .btn-outline-secondary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-outline-secondary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-secondary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-secondary:active:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-secondary:active:focus,
.portlet-login .portal_admin_theme a.btn-outline-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-secondary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-secondary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-secondary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-secondary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-secondary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-tertiary,
.portal_admin_theme .fds .btn-tertiary.table-list-title[href],
.fds .portal_admin_theme .btn-tertiary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-tertiary[href],
.fds .table-list-title .portal_admin_theme .btn-tertiary[href],
.portal_admin_theme .portlet-login a.btn-tertiary,
.portlet-login .portal_admin_theme a.btn-tertiary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-tertiary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-tertiary,
.portal_admin_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-tertiary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-tertiary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-tertiary.portlet-icon-back {
  background: var(--tertiary);
  color: var(--white);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.portal_admin_theme .btn.btn-tertiary:hover,
.portal_admin_theme .fds .btn-tertiary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-tertiary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-tertiary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-tertiary:hover[href],
.portal_admin_theme .portlet-login a.btn-tertiary:hover,
.portlet-login .portal_admin_theme a.btn-tertiary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-tertiary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-tertiary:hover,
.portal_admin_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-tertiary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-tertiary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--white);
}

.portal_admin_theme .btn.btn-tertiary:focus,
.portal_admin_theme .fds .btn-tertiary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-tertiary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-tertiary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-tertiary:focus[href],
.portal_admin_theme .portlet-login a.btn-tertiary:focus,
.portlet-login .portal_admin_theme a.btn-tertiary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-tertiary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-tertiary:focus,
.portal_admin_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-tertiary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-tertiary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-tertiary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-tertiary:active:focus,
.portal_admin_theme .fds .btn-tertiary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-tertiary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-tertiary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-tertiary:active:focus[href],
.portal_admin_theme .portlet-login a.btn-tertiary:active:focus,
.portlet-login .portal_admin_theme a.btn-tertiary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-tertiary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-tertiary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-tertiary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-tertiary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-outline-tertiary,
.portal_admin_theme .fds .btn-outline-tertiary.table-list-title[href],
.fds .portal_admin_theme .btn-outline-tertiary.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-outline-tertiary[href],
.fds .table-list-title .portal_admin_theme .btn-outline-tertiary[href],
.portal_admin_theme .portlet-login a.btn-outline-tertiary,
.portlet-login .portal_admin_theme a.btn-outline-tertiary,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-tertiary,
.portal_admin_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-outline-tertiary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-tertiary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-tertiary.portlet-icon-back {
  background: transparent;
  color: var(--tertiary);
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--tertiary);
  font-weight: 600;
}

.portal_admin_theme .btn.btn-outline-tertiary:hover,
.portal_admin_theme .fds .btn-outline-tertiary.table-list-title:hover[href],
.fds .portal_admin_theme .btn-outline-tertiary.table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title .btn-outline-tertiary:hover[href],
.fds .table-list-title .portal_admin_theme .btn-outline-tertiary:hover[href],
.portal_admin_theme .portlet-login a.btn-outline-tertiary:hover,
.portlet-login .portal_admin_theme a.btn-outline-tertiary:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-tertiary:hover,
.portal_admin_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:hover {
  outline: none;
  color: var(--tertiary);
}

.portal_admin_theme .btn.btn-outline-tertiary:focus,
.portal_admin_theme .fds .btn-outline-tertiary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-outline-tertiary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-tertiary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-tertiary:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-tertiary:focus,
.portlet-login .portal_admin_theme a.btn-outline-tertiary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-tertiary:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:focus,
.portal_admin_theme .btn.btn-outline-tertiary:active:focus,
.portal_admin_theme .fds .btn-outline-tertiary.table-list-title:active:focus[href],
.fds .portal_admin_theme .btn-outline-tertiary.table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title .btn-outline-tertiary:active:focus[href],
.fds .table-list-title .portal_admin_theme .btn-outline-tertiary:active:focus[href],
.portal_admin_theme .portlet-login a.btn-outline-tertiary:active:focus,
.portlet-login .portal_admin_theme a.btn-outline-tertiary:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-outline-tertiary:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-outline-tertiary:active:focus,
.portal_admin_theme .portlet-commerce-order .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-outline-tertiary.portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-outline-tertiary.portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-link,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a,
.portal_admin_theme .checkbox label a,
.checkbox label .portal_admin_theme a,
.portal_admin_theme .input-checkbox-wrapper label a,
.input-checkbox-wrapper label .portal_admin_theme a,
.portal_admin_theme .lfr-checkbox-column label a,
.lfr-checkbox-column label .portal_admin_theme a,
.portal_admin_theme .table th:last-child [id*="action-link"],
.table th:last-child .portal_admin_theme [id*="action-link"],
.portal_admin_theme .table td:last-child [id*="action-link"],
.table td:last-child .portal_admin_theme [id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme [id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme [id*="action-link"],
.portal_admin_theme .fds .table-list-title[href],
.fds .portal_admin_theme .table-list-title[href],
.portal_admin_theme .fds .table-list-title [href],
.fds .table-list-title .portal_admin_theme [href],
.portal_admin_theme .portlet-login a,
.portlet-login .portal_admin_theme a,
.portal_admin_theme .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portal_admin_theme a,
.portal_admin_theme .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portal_admin_theme .portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portal_admin_theme .portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .portlet-icon-back,
.portal_admin_theme .rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portal_admin_theme .portlet-icon-back {
  background: transparent;
  color: #00C1DE;
  outline: none;
  min-width: 7rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  font-weight: 600;
}

.portal_admin_theme .btn.btn-link:hover,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:hover,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a:hover,
.portal_admin_theme .checkbox label a:hover,
.checkbox label .portal_admin_theme a:hover,
.portal_admin_theme .input-checkbox-wrapper label a:hover,
.input-checkbox-wrapper label .portal_admin_theme a:hover,
.portal_admin_theme .lfr-checkbox-column label a:hover,
.lfr-checkbox-column label .portal_admin_theme a:hover,
.portal_admin_theme .table th:last-child :hover[id*="action-link"],
.table th:last-child .portal_admin_theme :hover[id*="action-link"],
.portal_admin_theme .table td:last-child :hover[id*="action-link"],
.table td:last-child .portal_admin_theme :hover[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme :hover[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :hover[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme :hover[id*="action-link"],
.portal_admin_theme .fds .table-list-title:hover[href],
.fds .portal_admin_theme .table-list-title:hover[href],
.portal_admin_theme .fds .table-list-title :hover[href],
.fds .table-list-title .portal_admin_theme :hover[href],
.portal_admin_theme .portlet-login a:hover,
.portlet-login .portal_admin_theme a:hover,
.portal_admin_theme .portlet-commerce-order .info-box .header a:hover,
.portlet-commerce-order .info-box .header .portal_admin_theme a:hover,
.portal_admin_theme .portlet-commerce-order .portlet-icon-back:hover,
.portlet-commerce-order .portal_admin_theme .portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-order-content .portlet-icon-back:hover,
.portlet-commerce-order-content .portal_admin_theme .portlet-icon-back:hover,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-icon-back:hover,
.portlet-commerce-product-definitions .portal_admin_theme .portlet-icon-back:hover {
  outline: none;
  color: #00C1DE;
}

.portal_admin_theme .btn.btn-link:focus,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a:focus,
.portal_admin_theme .checkbox label a:focus,
.checkbox label .portal_admin_theme a:focus,
.portal_admin_theme .input-checkbox-wrapper label a:focus,
.input-checkbox-wrapper label .portal_admin_theme a:focus,
.portal_admin_theme .lfr-checkbox-column label a:focus,
.lfr-checkbox-column label .portal_admin_theme a:focus,
.portal_admin_theme .table th:last-child :focus[id*="action-link"],
.table th:last-child .portal_admin_theme :focus[id*="action-link"],
.portal_admin_theme .table td:last-child :focus[id*="action-link"],
.table td:last-child .portal_admin_theme :focus[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme :focus[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme :focus[id*="action-link"],
.portal_admin_theme .fds .table-list-title:focus[href],
.fds .portal_admin_theme .table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title :focus[href],
.fds .table-list-title .portal_admin_theme :focus[href],
.portal_admin_theme .portlet-login a:focus,
.portlet-login .portal_admin_theme a:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a:focus,
.portal_admin_theme .portlet-commerce-order .portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .portlet-icon-back:focus,
.portal_admin_theme .btn.btn-link:active:focus,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a:active:focus,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a:active:focus,
.portal_admin_theme .checkbox label a:active:focus,
.checkbox label .portal_admin_theme a:active:focus,
.portal_admin_theme .input-checkbox-wrapper label a:active:focus,
.input-checkbox-wrapper label .portal_admin_theme a:active:focus,
.portal_admin_theme .lfr-checkbox-column label a:active:focus,
.lfr-checkbox-column label .portal_admin_theme a:active:focus,
.portal_admin_theme .table th:last-child :active:focus[id*="action-link"],
.table th:last-child .portal_admin_theme :active:focus[id*="action-link"],
.portal_admin_theme .table td:last-child :active:focus[id*="action-link"],
.table td:last-child .portal_admin_theme :active:focus[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme :active:focus[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child :active:focus[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme :active:focus[id*="action-link"],
.portal_admin_theme .fds .table-list-title:active:focus[href],
.fds .portal_admin_theme .table-list-title:active:focus[href],
.portal_admin_theme .fds .table-list-title :active:focus[href],
.fds .table-list-title .portal_admin_theme :active:focus[href],
.portal_admin_theme .portlet-login a:active:focus,
.portlet-login .portal_admin_theme a:active:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a:active:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a:active:focus,
.portal_admin_theme .portlet-commerce-order .portlet-icon-back:active:focus,
.portlet-commerce-order .portal_admin_theme .portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-icon-back:active:focus,
.portlet-commerce-order-content .portal_admin_theme .portlet-icon-back:active:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-icon-back:active:focus,
.portlet-commerce-product-definitions .portal_admin_theme .portlet-icon-back:active:focus {
  box-shadow: none;
}

.portal_admin_theme .btn.btn-link.btn-download,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a.btn-download,
.portal_admin_theme .checkbox label a.btn-download,
.checkbox label .portal_admin_theme a.btn-download,
.portal_admin_theme .input-checkbox-wrapper label a.btn-download,
.input-checkbox-wrapper label .portal_admin_theme a.btn-download,
.portal_admin_theme .lfr-checkbox-column label a.btn-download,
.lfr-checkbox-column label .portal_admin_theme a.btn-download,
.portal_admin_theme .table th:last-child .btn-download[id*="action-link"],
.table th:last-child .portal_admin_theme .btn-download[id*="action-link"],
.portal_admin_theme .table td:last-child .btn-download[id*="action-link"],
.table td:last-child .portal_admin_theme .btn-download[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme .btn-download[id*="action-link"],
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme .btn-download[id*="action-link"],
.portal_admin_theme .fds .btn-download.table-list-title[href],
.fds .portal_admin_theme .btn-download.table-list-title[href],
.portal_admin_theme .fds .table-list-title .btn-download[href],
.fds .table-list-title .portal_admin_theme .btn-download[href],
.portal_admin_theme .portlet-login a.btn-download,
.portlet-login .portal_admin_theme a.btn-download,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-download,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-download,
.portal_admin_theme .portlet-commerce-order .btn-download.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme .btn-download.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .btn-download.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme .btn-download.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme .btn-download.portlet-icon-back {
  position: relative;
}

.portal_admin_theme .btn.btn-link.btn-download:after,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a.btn-download:after,
.portal_admin_theme .checkbox label a.btn-download:after,
.checkbox label .portal_admin_theme a.btn-download:after,
.portal_admin_theme .input-checkbox-wrapper label a.btn-download:after,
.input-checkbox-wrapper label .portal_admin_theme a.btn-download:after,
.portal_admin_theme .lfr-checkbox-column label a.btn-download:after,
.lfr-checkbox-column label .portal_admin_theme a.btn-download:after,
.portal_admin_theme .table th:last-child .btn-download[id*="action-link"]:after,
.table th:last-child .portal_admin_theme .btn-download[id*="action-link"]:after,
.portal_admin_theme .table td:last-child .btn-download[id*="action-link"]:after,
.table td:last-child .portal_admin_theme .btn-download[id*="action-link"]:after,
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme .btn-download[id*="action-link"]:after,
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme .btn-download[id*="action-link"]:after,
.portal_admin_theme .fds .btn-download.table-list-title[href]:after,
.fds .portal_admin_theme .btn-download.table-list-title[href]:after,
.portal_admin_theme .fds .table-list-title .btn-download[href]:after,
.fds .table-list-title .portal_admin_theme .btn-download[href]:after,
.portal_admin_theme .portlet-login a.btn-download:after,
.portlet-login .portal_admin_theme a.btn-download:after,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-download:after,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-download:after,
.portal_admin_theme .portlet-commerce-order .btn-download.portlet-icon-back:after,
.portlet-commerce-order .portal_admin_theme .btn-download.portlet-icon-back:after,
.portal_admin_theme .portlet-commerce-order-content .btn-download.portlet-icon-back:after,
.portlet-commerce-order-content .portal_admin_theme .btn-download.portlet-icon-back:after,
.portal_admin_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back:after,
.portlet-commerce-product-definitions .portal_admin_theme .btn-download.portlet-icon-back:after {
  content: '';
  background-image: url(../images/icons/icon-download.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: calc(100% + 0.5rem);
}

.portal_admin_theme .btn.btn-link.btn-download[href=""]:after,
.portal_admin_theme .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a.btn-download[href=""]:after,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .checkbox label a.btn-download[href=""]:after,
.checkbox label .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .input-checkbox-wrapper label a.btn-download[href=""]:after,
.input-checkbox-wrapper label .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .lfr-checkbox-column label a.btn-download[href=""]:after,
.lfr-checkbox-column label .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .table th:last-child .btn-download[id*="action-link"][href=""]:after,
.table th:last-child .portal_admin_theme .btn-download[id*="action-link"][href=""]:after,
.portal_admin_theme .table td:last-child .btn-download[id*="action-link"][href=""]:after,
.table td:last-child .portal_admin_theme .btn-download[id*="action-link"][href=""]:after,
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme .btn-download[id*="action-link"][href=""]:after,
.portal_admin_theme .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .btn-download[id*="action-link"][href=""]:after,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme .btn-download[id*="action-link"][href=""]:after,
.portal_admin_theme .fds .btn-download.table-list-title[href][href=""]:after,
.fds .portal_admin_theme .btn-download.table-list-title[href][href=""]:after,
.portal_admin_theme .fds .table-list-title .btn-download[href][href=""]:after,
.fds .table-list-title .portal_admin_theme .btn-download[href][href=""]:after,
.portal_admin_theme .portlet-login a.btn-download[href=""]:after,
.portlet-login .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-download[href=""]:after,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-download[href=""]:after,
.portal_admin_theme .portlet-commerce-order .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-order .portal_admin_theme .btn-download.portlet-icon-back[href=""]:after,
.portal_admin_theme .portlet-commerce-order-content .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-order-content .portal_admin_theme .btn-download.portlet-icon-back[href=""]:after,
.portal_admin_theme .portlet-commerce-product-definitions .btn-download.portlet-icon-back[href=""]:after,
.portlet-commerce-product-definitions .portal_admin_theme .btn-download.portlet-icon-back[href=""]:after {
  display: none;
}

.portal_admin_theme button#commerce-order-by {
  color: #101828 !important;
  border-radius: 25px;
  border: 1px solid #DDD;
  background: #FBFBFB;
  font-weight: normal;
}

.portal_admin_theme a,
.portal_admin_theme a:hover {
  color: #00C1DE;
}

.portal_admin_theme .save-as-draft-btn {
  border: 1px solid #00C1DE;
  color: #00C1DE;
}

.portal_admin_theme .publish-btn {
  background: #00C1DE;
}

.portal_admin_theme .body-container.pl-5.pr-5.mt-0.mb-5 .container .navigation-div .navigation-link svg #chevron_backward g #chevron_backward_2 {
  fill: #00C1DE;
}

.portal_admin_theme .body-container.pl-5.pr-5.mt-0.mb-5 .container .navigation-div .navigation-link a .navigation-title {
  color: #00C1DE;
}

.portal_admin_theme .side-cards .input-with-button button {
  border: 1px #00C1DE;
  background: #00C1DE;
}

.portal_admin_theme .modal-backup {
  background: #00C1DE;
}

.portal_admin_theme .cancel-button {
  background-color: white;
  color: #00C1DE;
  border: 1px solid #00C1DE;
}

.portal_admin_theme .confirm-button {
  background-color: #00C1DE;
  color: white;
}

.portal_admin_theme .add-button {
  background-color: #00C1DE;
}

.seller_theme header.header .navigation-account.d-flex .btn.btn-link,
.seller_theme header.header .navigation-account.d-flex .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .seller_theme header.header .navigation-account.d-flex a,
.seller_theme header.header .navigation-account.d-flex .checkbox label a,
.checkbox label .seller_theme header.header .navigation-account.d-flex a,
.seller_theme header.header .navigation-account.d-flex .input-checkbox-wrapper label a,
.input-checkbox-wrapper label .seller_theme header.header .navigation-account.d-flex a,
.seller_theme header.header .navigation-account.d-flex .lfr-checkbox-column label a,
.lfr-checkbox-column label .seller_theme header.header .navigation-account.d-flex a,
.seller_theme header.header .navigation-account.d-flex .table th:last-child [id*="action-link"],
.table th:last-child .seller_theme header.header .navigation-account.d-flex [id*="action-link"],
.seller_theme header.header .navigation-account.d-flex .table td:last-child [id*="action-link"],
.table td:last-child .seller_theme header.header .navigation-account.d-flex [id*="action-link"],
.seller_theme header.header .navigation-account.d-flex .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .seller_theme header.header .navigation-account.d-flex [id*="action-link"],
.seller_theme header.header .navigation-account.d-flex .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .seller_theme header.header .navigation-account.d-flex [id*="action-link"],
.seller_theme header.header .navigation-account.d-flex .fds .table-list-title[href],
.fds .seller_theme header.header .navigation-account.d-flex .table-list-title[href],
.seller_theme header.header .navigation-account.d-flex .fds .table-list-title [href],
.fds .table-list-title .seller_theme header.header .navigation-account.d-flex [href],
.seller_theme header.header .navigation-account.d-flex .portlet-login a,
.portlet-login .seller_theme header.header .navigation-account.d-flex a,
.seller_theme .portlet-commerce-order .info-box header.header .navigation-account.d-flex a,
.portlet-commerce-order .info-box .seller_theme header.header .navigation-account.d-flex a,
.seller_theme header.header .navigation-account.d-flex .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .seller_theme header.header .navigation-account.d-flex .portlet-icon-back,
.seller_theme header.header .navigation-account.d-flex .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .seller_theme header.header .navigation-account.d-flex .portlet-icon-back,
.seller_theme header.header .navigation-account.d-flex .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme header.header .navigation-account.d-flex .portlet-icon-back {
  min-width: 0rem;
  padding: 0.75rem 0rem;
}

.portal_admin_theme header.header .navigation-account.d-flex .btn.btn-link,
.portal_admin_theme header.header .navigation-account.d-flex .portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p a,
.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme header.header .navigation-account.d-flex .checkbox label a,
.checkbox label .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme header.header .navigation-account.d-flex .input-checkbox-wrapper label a,
.input-checkbox-wrapper label .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme header.header .navigation-account.d-flex .lfr-checkbox-column label a,
.lfr-checkbox-column label .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme header.header .navigation-account.d-flex .table th:last-child [id*="action-link"],
.table th:last-child .portal_admin_theme header.header .navigation-account.d-flex [id*="action-link"],
.portal_admin_theme header.header .navigation-account.d-flex .table td:last-child [id*="action-link"],
.table td:last-child .portal_admin_theme header.header .navigation-account.d-flex [id*="action-link"],
.portal_admin_theme header.header .navigation-account.d-flex .fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child .portal_admin_theme header.header .navigation-account.d-flex [id*="action-link"],
.portal_admin_theme header.header .navigation-account.d-flex .fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child .portal_admin_theme header.header .navigation-account.d-flex [id*="action-link"],
.portal_admin_theme header.header .navigation-account.d-flex .fds .table-list-title[href],
.fds .portal_admin_theme header.header .navigation-account.d-flex .table-list-title[href],
.portal_admin_theme header.header .navigation-account.d-flex .fds .table-list-title [href],
.fds .table-list-title .portal_admin_theme header.header .navigation-account.d-flex [href],
.portal_admin_theme header.header .navigation-account.d-flex .portlet-login a,
.portlet-login .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme .portlet-commerce-order .info-box header.header .navigation-account.d-flex a,
.portlet-commerce-order .info-box .portal_admin_theme header.header .navigation-account.d-flex a,
.portal_admin_theme header.header .navigation-account.d-flex .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal_admin_theme header.header .navigation-account.d-flex .portlet-icon-back,
.portal_admin_theme header.header .navigation-account.d-flex .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme header.header .navigation-account.d-flex .portlet-icon-back,
.portal_admin_theme header.header .navigation-account.d-flex .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme header.header .navigation-account.d-flex .portlet-icon-back {
  min-width: 0rem;
  padding: 0.75rem 0rem;
}

.header-top a,
.header-top a:hover {
  color: #f4f4f4;
}

.seller_theme .btn.btn-secondary:focus,
.seller_theme .fds .btn-secondary.table-list-title:focus[href],
.fds .seller_theme .btn-secondary.table-list-title:focus[href],
.seller_theme .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .seller_theme .btn-secondary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary:focus[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary:focus[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary:focus,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back:focus,
.seller_theme .portlet-login a.btn-secondary:focus,
.portlet-login .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary:focus,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back:focus,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back:focus {
  border: 1px solid #7473C0 !important;
  color: #7473C0 !important;
}

.seller_theme .btn.btn-secondary,
.seller_theme .fds .btn-secondary.table-list-title[href],
.fds .seller_theme .btn-secondary.table-list-title[href],
.seller_theme .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .seller_theme .btn-secondary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme .btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme .btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .seller_theme a.btn-primary,
.seller_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .seller_theme a.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme .btn-primary.portlet-icon-back,
.seller_theme .portlet-login a.btn-secondary,
.portlet-login .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .seller_theme a.btn-secondary,
.seller_theme .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme .btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme .btn-secondary.portlet-icon-back {
  border: 1px solid #7473C0 !important;
  color: #7473C0 !important;
}

.portal_admin_theme .btn.btn-secondary:focus,
.portal_admin_theme .fds .btn-secondary.table-list-title:focus[href],
.fds .portal_admin_theme .btn-secondary.table-list-title:focus[href],
.portal_admin_theme .fds .table-list-title .btn-secondary:focus[href],
.fds .table-list-title .portal_admin_theme .btn-secondary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title:focus[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.table-list-title:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary:focus[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary:focus[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary:focus[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary:focus,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme a.btn-primary:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:focus,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme .btn-primary.portlet-icon-back:focus,
.portal_admin_theme .portlet-login a.btn-secondary:focus,
.portlet-login .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary:focus,
.portlet-commerce-order .info-box .header .portal_admin_theme a.btn-secondary:focus,
.portal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-order-content .portal_admin_theme .btn-secondary.portlet-icon-back:focus,
.portal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:focus,
.portlet-commerce-product-definitions .portal_admin_theme .btn-secondary.portlet-icon-back:focus {
  border: 1px solid #00C1DE !important;
  color: #00C1DE !important;
}

.ortal_admin_theme .btn.btn-secondary,
.ortal_admin_theme .fds .btn-secondary.table-list-title[href],
.fds .ortal_admin_theme .btn-secondary.table-list-title[href],
.ortal_admin_theme .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .ortal_admin_theme .btn-secondary[href],
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn.btn-primary,
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .ortal_admin_theme .btn-primary.table-list-title[href],
.ortal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn-primary.table-list-title[href],
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .ortal_admin_theme .btn-primary[href],
.ortal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn-primary[href],
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .ortal_admin_theme a.btn-primary,
.ortal_admin_theme .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme a.btn-primary,
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .ortal_admin_theme a.btn-primary,
.ortal_admin_theme .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme a.btn-primary,
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .ortal_admin_theme .btn-primary.portlet-icon-back,
.ortal_admin_theme .portlet-login a.btn-secondary,
.portlet-login .ortal_admin_theme a.btn-secondary,
.ortal_admin_theme .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .ortal_admin_theme a.btn-secondary,
.ortal_admin_theme .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .ortal_admin_theme .btn-secondary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .ortal_admin_theme .btn-secondary.portlet-icon-back,
.ortal_admin_theme .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .ortal_admin_theme .btn-secondary.portlet-icon-back {
  border: 1px solid #00C1DE !important;
  color: #00C1DE !important;
}

.seller_theme button.btn.save-btn.btn-secondary,
.seller_theme .fds button.save-btn.btn-secondary.table-list-title[href],
.fds .seller_theme button.save-btn.btn-secondary.table-list-title[href],
.seller_theme .fds .table-list-title button.save-btn.btn-secondary[href],
.fds .table-list-title .seller_theme button.save-btn.btn-secondary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn.btn-primary,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds button.save-btn.btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .seller_theme button.save-btn.btn-primary.table-list-title[href],
.seller_theme .fds .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn-primary.table-list-title[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title button.save-btn.btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .seller_theme button.save-btn.btn-primary[href],
.seller_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn-primary[href],
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .seller_theme button.save-btn.btn-primary.portlet-icon-back,
.seller_theme .portlet-commerce-order button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-order .seller_theme button.save-btn.btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-order-content button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .seller_theme button.save-btn.btn-secondary.portlet-icon-back,
.seller_theme .portlet-commerce-product-definitions button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .seller_theme button.save-btn.btn-secondary.portlet-icon-back {
  color: #ffffff !important;
  background: #7473C0 !important;
  border: none !important;
}

.portal_admin_theme button.btn.save-btn.btn-secondary,
.portal_admin_theme .fds button.save-btn.btn-secondary.table-list-title[href],
.fds .portal_admin_theme button.save-btn.btn-secondary.table-list-title[href],
.portal_admin_theme .fds .table-list-title button.save-btn.btn-secondary[href],
.fds .table-list-title .portal_admin_theme button.save-btn.btn-secondary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn.btn-primary,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds button.save-btn.btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal_admin_theme button.save-btn.btn-primary.table-list-title[href],
.portal_admin_theme .fds .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn-primary.table-list-title[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title button.save-btn.btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal_admin_theme button.save-btn.btn-primary[href],
.portal_admin_theme .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn-primary[href],
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column button.save-btn.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal_admin_theme button.save-btn.btn-primary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal_admin_theme button.save-btn.btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-order-content button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal_admin_theme button.save-btn.btn-secondary.portlet-icon-back,
.portal_admin_theme .portlet-commerce-product-definitions button.save-btn.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal_admin_theme button.save-btn.btn-secondary.portlet-icon-back {
  color: #ffffff !important;
  background: #00C1DE !important;
  border: none !important;
}

.seller_theme .portlet-language .portlet-body > span:before {
  content: '\2714' !important;
  color: #7473C0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  background-image: none !important;
  background-size: 100%;
  transform: translate(0, -50%);
}

.seller_theme .portlet-language .portlet-body > a:hover {
  color: #7473C0;
}

.seller_theme .portlet-language .portlet-body > a {
  color: #7473C0;
}

.seller_theme .portlet-language .portlet-body > a,
.seller_theme .portlet-language .portlet-body > span {
  color: #7473C0;
}

.portal_admin_theme .portlet-language .portlet-body > span:before {
  content: '\2714' !important;
  color: #00C1DE;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  background-image: none !important;
  background-size: 100%;
  transform: translate(0, -50%);
}

.portal_admin_theme .portlet-language .portlet-body > a:hover {
  color: #00C1DE;
}

.portal_admin_theme .portlet-language .portlet-body > a {
  color: #00C1DE;
}

.portal_admin_theme .portlet-language .portlet-body > a,
.portal_admin_theme .portlet-language .portlet-body > span {
  color: #00C1DE;
}

.portlet-commerce-order .card,
.portlet-commerce-product-definitions .card {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.portlet-commerce-order .card-header,
.portlet-commerce-product-definitions .card-header {
  background: transparent;
  padding: 0 !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.portlet-commerce-order .card-body,
.portlet-commerce-product-definitions .card-body {
  padding: 2rem 0 0;
}

.card-kpi {
  box-shadow: none !important;
  border-radius: 24px !important;
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 1.5rem 2rem;
}

.card-kpi h4 {
  font-weight: 600;
  color: var(--dark);
  text-transform: capitalize;
  font-size: 16px;
}

.card-kpi h2 {
  color: var(--secondary);
  font-size: 3rem;
  line-height: 2.75rem;
}

.card-kpi p {
  color: var(--gray);
}

.banner-carousel-text {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  color: var(--white);
  max-width: 750px;
}

.banner-carousel-text h1 {
  margin-bottom: 2rem;
}

.banner-carousel-text .paragraph {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.banner-carousel-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}

.banner-carousel-loading {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.banner-carousel-loading .loading .loading-animation {
  width: auto;
  height: auto;
}

.banner-carousel-loading .loading .loading-animation:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 20px;
  border: 5px solid #DEEBEC;
  border-top-color: var(--primary);
  display: block;
  margin: 0 auto;
  animation: loading .5s linear infinite;
  right: 0;
  top: 0;
  box-shadow: none;
  position: relative;
}

.banner-carousel-loading .loading .loading-animation:after {
  display: none;
}

.banner-carousel .owl-item > div {
  min-height: 100vh !important;
}

.owl-carousel.banner-carousel {
  min-height: 100vh;
  display: block;
}

.owl-carousel.banner-carousel.owl-loaded ~ .banner-carousel-loading {
  display: none;
}

.portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-order .portlet-icon-back {
  display: flex;
  align-items: center;
}

@media (min-width: 575px) {
  .portlet-commerce-product-definitions .portlet-icon-back,
  .portlet-commerce-order .portlet-icon-back {
    min-height: 3.5rem;
  }
}

.portlet-commerce-product-definitions .portlet-icon-back .c-inner,
.portlet-commerce-order .portlet-icon-back .c-inner {
  margin-left: 0.5rem;
}

.portlet-commerce-product-definitions .commerce-header,
.portlet-commerce-order .commerce-header {
  position: static;
  border-bottom: none !important;
  background: transparent !important;
  padding: 2rem 0;
  border-top: 1px solid #cccccc;
  margin-top: 2rem;
}

.portlet-commerce-product-definitions .commerce-header-title,
.portlet-commerce-order .commerce-header-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: var(--dark);
}

.portlet-commerce-product-definitions .commerce-header .align-items-center,
.portlet-commerce-order .commerce-header .align-items-center {
  padding: 0;
  align-items: flex-start !important;
  width: 100%;
}

.portlet-commerce-product-definitions .commerce-header .d-lg-flex,
.portlet-commerce-order .commerce-header .d-lg-flex {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 575px) {
  .portlet-commerce-product-definitions .commerce-header .d-lg-flex,
  .portlet-commerce-order .commerce-header .d-lg-flex {
    flex-direction: row;
  }
}

.portlet-commerce-product-definitions .commerce-header .header-actions,
.portlet-commerce-order .commerce-header .header-actions {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 575px) {
  .portlet-commerce-product-definitions .commerce-header .header-actions,
  .portlet-commerce-order .commerce-header .header-actions {
    margin-top: -7.5rem;
    flex-direction: row;
    width: auto;
  }
}

@media (min-width: 768px) {
  .portlet-commerce-product-definitions .commerce-header .header-actions,
  .portlet-commerce-order .commerce-header .header-actions {
    margin-bottom: 0;
  }
}

.portlet-commerce-product-definitions .commerce-header .header-actions .btn,
.portlet-commerce-product-definitions .commerce-header .header-actions .fds .table-list-title[href],
.fds .portlet-commerce-product-definitions .commerce-header .header-actions .table-list-title[href],
.portlet-commerce-product-definitions .commerce-header .header-actions .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-definitions .commerce-header .header-actions [href],
.portlet-commerce-product-definitions .commerce-header .header-actions .portlet-login a,
.portlet-login .portlet-commerce-product-definitions .commerce-header .header-actions a,
.portlet-commerce-product-definitions .commerce-header .header-actions .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-definitions .commerce-header .header-actions a,
.portlet-commerce-product-definitions .commerce-header .header-actions .portlet-icon-back,
.portlet-commerce-order .commerce-header .header-actions .btn,
.portlet-commerce-order .commerce-header .header-actions .fds .table-list-title[href],
.fds .portlet-commerce-order .commerce-header .header-actions .table-list-title[href],
.portlet-commerce-order .commerce-header .header-actions .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-order .commerce-header .header-actions [href],
.portlet-commerce-order .commerce-header .header-actions .portlet-login a,
.portlet-login .portlet-commerce-order .commerce-header .header-actions a,
.portlet-commerce-order .commerce-header .header-actions .info-box .header a,
.portlet-commerce-order .info-box .header .commerce-header .header-actions a,
.portlet-commerce-order .commerce-header .header-actions .portlet-icon-back {
  margin: 0 0 1rem;
  min-width: 11rem;
}

@media (min-width: 575px) {
  .portlet-commerce-product-definitions .commerce-header .header-actions .btn,
  .portlet-commerce-product-definitions .commerce-header .header-actions .fds .table-list-title[href],
  .fds .portlet-commerce-product-definitions .commerce-header .header-actions .table-list-title[href],
  .portlet-commerce-product-definitions .commerce-header .header-actions .fds .table-list-title [href],
  .fds .table-list-title .portlet-commerce-product-definitions .commerce-header .header-actions [href],
  .portlet-commerce-product-definitions .commerce-header .header-actions .portlet-login a,
  .portlet-login .portlet-commerce-product-definitions .commerce-header .header-actions a,
  .portlet-commerce-product-definitions .commerce-header .header-actions .portlet-commerce-order .info-box .header a,
  .portlet-commerce-order .info-box .header .portlet-commerce-product-definitions .commerce-header .header-actions a,
  .portlet-commerce-product-definitions .commerce-header .header-actions .portlet-icon-back,
  .portlet-commerce-order .commerce-header .header-actions .btn,
  .portlet-commerce-order .commerce-header .header-actions .fds .table-list-title[href],
  .fds .portlet-commerce-order .commerce-header .header-actions .table-list-title[href],
  .portlet-commerce-order .commerce-header .header-actions .fds .table-list-title [href],
  .fds .table-list-title .portlet-commerce-order .commerce-header .header-actions [href],
  .portlet-commerce-order .commerce-header .header-actions .portlet-login a,
  .portlet-login .portlet-commerce-order .commerce-header .header-actions a,
  .portlet-commerce-order .commerce-header .header-actions .info-box .header a,
  .portlet-commerce-order .info-box .header .commerce-header .header-actions a,
  .portlet-commerce-order .commerce-header .header-actions .portlet-icon-back {
    margin: 0 1rem 0 0;
  }
}

.portlet-commerce-product-definitions .commerce-header .header-actions .btn-secondary,
.portlet-commerce-order .commerce-header .header-actions .btn-secondary {
  background: transparent;
  border-color: var(--primary);
}

.portlet-commerce-product-definitions .commerce-header .c-ml-auto,
.portlet-commerce-order .commerce-header .c-ml-auto {
  margin: 0;
  width: 100%;
}

.portlet-commerce-product-definitions .commerce-header .header-details,
.portlet-commerce-order .commerce-header .header-details {
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  margin-left: 2rem;
}

.portlet-commerce-product-definitions .commerce-header .d-lg-none,
.portlet-commerce-order .commerce-header .d-lg-none {
  display: none;
}

.portlet-commerce-product-definitions .page-header,
.portlet-commerce-order .page-header {
  position: static;
  border: none;
  background: transparent;
}

.portlet-commerce-product-definitions .page-header .navigation-bar.navbar-underline.navbar-expand-md,
.portlet-commerce-order .page-header .navigation-bar.navbar-underline.navbar-expand-md {
  margin: 0;
}

.header {
  top: 0;
  background: var(--headerLayoutBackground);
  position: var(--headerLayoutPosition);
  z-index: 2;
}

.header a {
  color: var(--white);
}

.header .mini-cart-item-anchor a {
  color: inherit;
  text-decoration: none;
}

.header-top {
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .header-top {
    padding: 1rem 0;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding: 0.5rem 0;
  }
}

.header-top .site-logo {
  margin-right: 3.5rem;
  min-height: 5rem;
}

@media (min-width: 992px) {
  .header-top .site-logo {
    min-height: 0;
    margin-right: 0;
  }
}

.header-top .site-logo-image img {
  max-height: 3rem;
}

.header-top .site-logo-name {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: var(--headerVisibilitySiteName);
  margin: 0;
}

@media (min-width: 992px) {
  .header-top .site-logo-name {
    font-size: 24px;
    line-height: 2rem;
    margin: 0 1.25rem 0 0;
    padding: 0.75rem 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.header-bottom {
  background: rgba(255, 255, 255, 0.15);
  display: none;
}

@media (min-width: 992px) {
  .header-bottom {
    display: var(--headerVisibilitySecondaryNavigation);
  }
}

.header-bottom .navbar-nav .nav-item {
  padding: 0 1rem;
}

.header-bottom .navbar-nav .nav-item:first-child {
  padding-right: 0;
}

.header-bottom .navbar-nav .nav-item.selected a:before,
.header-bottom .navbar-nav .nav-item.selected a:hover:before {
  opacity: 100%;
}

.header-bottom .navbar-nav .nav-item a {
  color: var(--white);
  padding: 0.65rem 0;
  font-weight: bold;
  outline: none;
  letter-spacing: -.02rem;
}

.header-bottom .navbar-nav .nav-item a:hover:before {
  opacity: 50%;
}

.header-bottom .navbar-nav .nav-item a:before {
  opacity: 0;
  content: '';
  width: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  height: 3px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.header .navigation-primary {
  display: none;
}

@media (min-width: 992px) {
  .header .navigation-primary {
    display: block;
  }
}

.header .navigation-primary:hover .nav-item .nav-link {
  opacity: .7;
}

.header .navigation-primary-selector {
  border: 1px solid var(--white);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1.75rem;
  z-index: 0;
  transition: all .2s ease-in-out;
}

.header .navigation-primary .nav-item.selected .nav-link:before {
  position: absolute;
  content: '';
  top: .5rem;
  bottom: .5rem;
  right: .5rem;
  left: .5rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.15);
}

.header .navigation-primary .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.75rem 1.25rem;
  outline: none;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.header .navigation-primary .nav-item .nav-link:hover {
  opacity: 1;
}

.header .navigation-account {
  position: absolute;
  left: 2rem;
}

@media (min-width: 992px) {
  .header .navigation-account {
    position: static;
  }
}

.header .navigation-account-link {
  margin-left: 2.5rem;
}

.header .navigation-account-link:last-child {
  margin-left: 0;
}

.header .navigation-account-link .dropdown-menu a:hover,
.header .navigation-account-link .dropdown-menu a:after {
  background-color: #e2f5f2;
}

.header .navigation-account-link .dropdown-menu a:before {
  display: none;
}

.header .navigation-account .navbar-nav .nav-item.selected:before {
  content: initial;
}

.header .navigation-account .navbar-nav .nav-link {
  padding: .5rem 1.75rem;
}

.header .navigation-account .dropdown-item {
  font-weight: 700;
}

.hamburger {
  padding: 1.5rem;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: calc(2rem - 9px);
  right: 0;
  transform: none;
  z-index: 1040;
}

@media (min-width: 576px) {
  .hamburger {
    top: calc(2.25rem - 9px);
  }
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  top: -7px;
}

.hamburger-inner:after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -7px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 24px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
}

.signed-in .mobile-navigation-primary {
  display: var(--headerVisibilityPrimaryNavigation);
}

@media (min-width: 992px) {
  .signed-in .header .navigation-primary {
    display: var(--headerVisibilityPrimaryNavigation);
  }
}

.has-control-menu header {
  top: 48px;
}

@media (min-width: 576px) {
  .has-control-menu header {
    top: 56px;
  }
}

.has-control-menu .hamburger {
  top: calc(2rem + 39px);
}

@media (min-width: 576px) {
  .has-control-menu .hamburger {
    top: calc(2.25rem + 47px);
  }
}

.has-control-menu .modal-navigation .modal-content {
  padding-top: calc(7.5rem + 48px);
}

@media (min-width: 576px) {
  .has-control-menu .modal-navigation .modal-content {
    padding-top: calc(7.5rem + 56px);
  }
}

div#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_navigationsecondaryuser .navbar-blank.navbar-nav.navbar-site li.nav-item:hover {
  border: none !important;
}

div#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_navigationsecondaryuser a.nav-link.text-truncate.active {
  font-weight: bold;
}

.header-bottom .navbar-nav .nav-item a {
  color: var(--white);
  padding: 0.5rem 0;
  font-weight: 500;
  outline: none;
  letter-spacing: -.02rem;
  font-size: 15px;
}

.seller_theme .header {
  background: #7473C0;
}

.seller_theme .header .header-bottom {
  background: #8281E4;
}

.portal_admin_theme .header {
  background: #00C1DE;
}

.portal_admin_theme .header .header-bottom {
  background: #25D2EC;
}

.footer {
  background: var(--primary);
  color: var(--white);
}

.footer-top p {
  max-width: 450px;
}

.footer-top .btn-secondary {
  position: absolute;
  left: 1.5rem;
  bottom: 3rem;
  z-index: 1;
  min-width: 0;
  width: 3.5rem;
  height: 3.5rem;
}

@media (min-width: 768px) {
  .footer-top .btn-secondary {
    position: relative;
    left: initial;
    bottom: initial;
  }
}

.footer-top .btn-secondary img {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(calc(-50% * -1), -50%);
  width: 1rem;
}

.footer-top img {
  max-width: 160px;
}

.footer-center ul li {
  padding: .5rem 0;
}

.footer-center ul li:last-child {
  padding-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-bottom ul {
  display: flex;
}

.footer-bottom ul li:first-child a {
  border: none;
  padding-right: 0;
}

.footer-bottom ul li:last-child a {
  padding-left: 0;
}

.footer-bottom ul li a {
  padding: 0 1rem;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-bottom img {
  max-height: 2.5rem;
}

.footer-location {
  margin-bottom: 2rem;
}

.footer p {
  font-size: 1.125rem;
}

.footer a {
  display: block;
  line-height: 1.25rem;
  font-size: 1.125rem;
  color: var(--light);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer a:hover {
  opacity: .8;
}

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

.footer h4 {
  margin-bottom: 2rem;
}

.footer .contact-icon {
  max-width: 2.75rem;
}

.footer .link-icon a {
  display: flex;
  align-items: center;
}

.footer .link-icon a:after {
  content: '';
  background-image: url(../images/icons/icon-link.svg);
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.newsletter-form .form-group .form-control {
  border-radius: 3rem;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
}

.newsletter-form .form-group .form-control input {
  background: transparent;
  font-size: 1.125rem;
  outline: none;
  font-weight: 300;
}

.newsletter-form .newsletter-submit {
  min-width: 0;
  width: 3.5rem;
  height: 3.5rem;
}

.newsletter-form .newsletter-submit-form {
  visibility: hidden;
  position: absolute;
}

.newsletter-form .newsletter-submit.success > svg {
  opacity: 0;
}

.newsletter-form .newsletter-submit.success .done {
  opacity: 1;
}

.newsletter-form .newsletter-submit svg {
  height: 1.125rem;
  width: 1.125rem;
}

.newsletter-form .newsletter-submit .done {
  opacity: 0;
  position: absolute;
}

.newsletter-form .newsletter-submit .done svg {
  width: 1.5rem;
  height: 1.5rem;
}

.newsletter-text {
  font-size: .875rem;
  max-width: 70%;
  opacity: .8;
}

.footer-top.row.justify-content-between.pt-5.pt-md-6.pb-md-4 {
  padding-top: 1.5rem !important;
}

.footer-bottom {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.footer h4 {
  margin-bottom: 0.5rem !important;
}

.seller_theme .footer {
  background: #7473C0;
  color: var(--white);
}

.portal_admin_theme .footer {
  background: #00C1DE;
  color: var(--white);
}

.pagination-bar .pagination-items-per-page .dropdown-menu {
  max-width: 300px !important;
  min-width: -webkit-fill-available !important;
}

.taglib-page-iterator .search-results,
.taglib-page-iterator .lfr-pagination-config,
.taglib-page-iterator .lfr-pagination-buttons {
  float: none;
  line-height: normal;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: none;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  display: block;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector .lfr-icon-menu-text {
  display: block;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector .lfr-icon-menu-arrow {
  font-family: "fontawesome-alloy";
  font-style: normal;
  font-size: .75rem;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector .lfr-icon-menu-arrow:before {
  content: '\f0dc';
}

.taglib-page-iterator .lfr-pagination .pagination .page-item a {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.taglib-page-iterator .lfr-pagination .pagination .page-item a:focus,
.taglib-page-iterator .lfr-pagination .pagination .page-item a.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.taglib-page-iterator .lfr-pagination .pagination .page-item a:disabled,
.taglib-page-iterator .lfr-pagination .pagination .page-item a.disabled {
  color: #b8b8b8;
}

.pagination-bar,
.taglib-page-iterator .lfr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .pagination-bar,
  .taglib-page-iterator .lfr-pagination {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
}

.pagination-bar .pagination,
.taglib-page-iterator .lfr-pagination .pagination {
  margin: 0;
  font-size: 1rem;
  width: auto;
}

.pagination-bar .pagination .page-item,
.taglib-page-iterator .lfr-pagination .pagination .page-item {
  margin-bottom: .5rem;
  display: inline-block;
  width: auto;
}

@media (min-width: 1100px) {
  .pagination-bar .pagination .page-item,
  .taglib-page-iterator .lfr-pagination .pagination .page-item {
    margin-bottom: 0;
  }
}

.pagination-bar .pagination .page-item:not(.disabled) a,
.pagination-bar .pagination .page-item:not(.disabled) .page-link,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link {
  opacity: 1;
  cursor: pointer;
}

.pagination-bar .pagination .page-item:not(.disabled) a:hover,
.pagination-bar .pagination .page-item:not(.disabled) a:focus,
.pagination-bar .pagination .page-item:not(.disabled) .page-link:hover,
.pagination-bar .pagination .page-item:not(.disabled) .page-link:focus,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:hover,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:focus,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:hover,
.taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:focus {
  border-color: var(--primary);
}

.pagination-bar .pagination .page-item a,
.pagination-bar .pagination .page-item .page-link,
.taglib-page-iterator .lfr-pagination .pagination .page-item a,
.taglib-page-iterator .lfr-pagination .pagination .page-item .page-link {
  display: flex;
  opacity: .5;
  cursor: not-allowed;
  background: var(--white);
  border: 1px solid #DDDDDD;
  color: var(--gray);
}

.pagination-bar .pagination .page-item a:hover,
.pagination-bar .pagination .page-item a:focus,
.pagination-bar .pagination .page-item .page-link:hover,
.pagination-bar .pagination .page-item .page-link:focus,
.taglib-page-iterator .lfr-pagination .pagination .page-item a:hover,
.taglib-page-iterator .lfr-pagination .pagination .page-item a:focus,
.taglib-page-iterator .lfr-pagination .pagination .page-item .page-link:hover,
.taglib-page-iterator .lfr-pagination .pagination .page-item .page-link:focus {
  background: var(--white);
  border-color: #DDDDDD;
  color: var(--gray);
}

.pagination-bar .pagination-items-per-page,
.pagination-bar .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector {
  margin: 0;
}

.pagination-bar .pagination-items-per-page .dropdown-toggle,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-bar .pagination-items-per-page .dropdown-toggle:focus,
.pagination-bar .pagination-items-per-page .dropdown-toggle.focus,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:focus,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle.focus,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:focus,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle.focus,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:focus,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.pagination-bar .pagination-items-per-page .dropdown-toggle:disabled,
.pagination-bar .pagination-items-per-page .dropdown-toggle.disabled,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:disabled,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle.disabled,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:disabled,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle.disabled,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:disabled,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle.disabled {
  color: #b8b8b8;
}

.pagination-bar .pagination-items-per-page .dropdown-toggle:hover,
.pagination-bar .pagination-items-per-page .dropdown-toggle:focus,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:hover,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:focus,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:hover,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:focus,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:hover,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:focus {
  border-color: var(--primary);
  background: #FBFBFB;
  border-radius: 2rem;
}

.pagination-bar .pagination-items-per-page .dropdown-toggle .c-inner,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle .c-inner,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle .c-inner,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle .c-inner {
  padding: 0;
  margin: 0;
  min-width: auto;
}

.pagination-bar .pagination-items-per-page .dropdown-toggle svg,
.pagination-bar .lfr-pagination-delta-selector .dropdown-toggle svg,
.taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle svg,
.taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle svg {
  display: block;
  padding-right: 1rem;
  width: 2rem;
  margin: 0;
}

.pagination-bar .pagination-results,
.pagination-bar .search-results,
.taglib-page-iterator .lfr-pagination .pagination-results,
.taglib-page-iterator .lfr-pagination .search-results {
  margin: 2rem 0;
  color: var(--dark);
  font-size: 1rem;
  line-height: 1;
  display: block;
}

@media (min-width: 1100px) {
  .pagination-bar .pagination-results,
  .pagination-bar .search-results,
  .taglib-page-iterator .lfr-pagination .pagination-results,
  .taglib-page-iterator .lfr-pagination .search-results {
    margin: 0 0 0 auto;
    padding-right: 0.5rem;
  }
}

.pagination-bar .pagination-items-per-page .dropdown-menu {
  margin: 0.375rem 0;
  z-index: 2000;
}

.pagination-bar .pagination-items-per-page .dropdown-menu .sr-only {
  width: auto;
  height: auto;
  margin: 0;
  clip: initial;
}

.pagination-bar .pagination .page-item.active .page-link {
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  border-color: var(--primary);
}

.pagination-bar .pagination .page-item .page-link {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.taglib-search-iterator-page-iterator-bottom,
div.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin: 0;
}

.taglib-search-iterator-page-iterator-bottom .pagination-bar,
div.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom .pagination-bar,
.taglib-search-iterator-page-iterator-bottom .lfr-pagination,
div.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom .lfr-pagination {
  padding: 2rem;
  border-top: 1px solid #DDDDDD;
}

div.lfr-search-container-wrapper {
  margin: 0;
}

div.lfr-search-container-wrapper .table-list thead:first-child tr:first-child th:first-child,
div.lfr-search-container-wrapper .table-list thead:first-child tr:first-child th:last-child {
  border-radius: 0;
}

div.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
div.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child,
div.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child {
  border-radius: 0;
}

div.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  text-decoration: none;
  font-weight: 600;
  color: var(--gray);
}

div.lfr-search-container-wrapper a:not(.component-action):not(.btn):hover,
div.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus {
  color: var(--primary);
}

div.lfr-search-container-wrapper .lfr-search-container-list .list-group {
  border-radius: 0;
}

div.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-radius: 0;
}

div.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child {
  border-radius: 0;
}

.pagination {
  flex-wrap: nowrap !important;
}

.seller_theme .pagination-bar .pagination .page-item.active .page-link {
  background: #7473C0;
  border-color: #7473C0;
}

.seller_theme .newsletter-form .subscription input.submit_form {
  background: #7473C0;
}

.seller_theme .pagination-bar .pagination .page-item:not(.disabled) a:hover,
.seller_theme .pagination-bar .pagination .page-item:not(.disabled) a:focus,
.seller_theme .pagination-bar .pagination .page-item:not(.disabled) .page-link:hover,
.seller_theme .pagination-bar .pagination .page-item:not(.disabled) .page-link:focus,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:hover,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:focus,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:hover,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:focus {
  border-color: #7473C0;
}

.seller_theme .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.seller_theme .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #7473C0;
  color: #fff !important;
}

.portal_admin_theme .pagination-bar .pagination .page-item.active .page-link {
  background: #00C1DE;
  border-color: #00C1DE;
}

.portal_admin_theme .newsletter-form .subscription input.submit_form {
  background: #00C1DE;
}

.portal_admin_theme .pagination-bar .pagination .page-item:not(.disabled) a:hover,
.portal_admin_theme .pagination-bar .pagination .page-item:not(.disabled) a:focus,
.portal_admin_theme .pagination-bar .pagination .page-item:not(.disabled) .page-link:hover,
.portal_admin_theme .pagination-bar .pagination .page-item:not(.disabled) .page-link:focus,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:hover,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) a:focus,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:hover,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination .page-item:not(.disabled) .page-link:focus {
  border-color: #00C1DE;
}

.portal_admin_theme .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.portal_admin_theme .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #00C1DE;
  color: #fff !important;
}

.seller_theme .pagination-bar .pagination-items-per-page .dropdown-toggle:hover,
.seller_theme .pagination-bar .pagination-items-per-page .dropdown-toggle:focus,
.seller_theme .pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:hover,
.seller_theme .pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:focus,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:hover,
.seller_theme .taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:focus,
.seller_theme .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:hover,
.seller_theme .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:focus {
  border-color: #7473C0;
}

.seller_theme .header .navigation-account-link .dropdown-menu a:hover,
.seller_theme .header .navigation-account-link .dropdown-menu a:after {
  background-color: #e6e5fe;
  color: #7473C0;
}

.seller_theme .portlet-commerce-product-content .nav-tabs .nav-link:hover,
.seller_theme .portlet-commerce-product-content .nav-tabs .nav-link.active {
  color: #7473C0;
}

.seller_theme .portlet-commerce-product-content .nav-tabs .nav-link.active:after {
  background: #7473C0;
}

.seller_theme .form-group .form-control {
  border: 1px solid #7473C0 !important;
  background: var(--White, #FFF) !important;
}

.portal_admin_theme .pagination-bar .pagination-items-per-page .dropdown-toggle:hover,
.portal_admin_theme .pagination-bar .pagination-items-per-page .dropdown-toggle:focus,
.portal_admin_theme .pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:hover,
.portal_admin_theme .pagination-bar .lfr-pagination-delta-selector .dropdown-toggle:focus,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:hover,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .pagination-items-per-page .dropdown-toggle:focus,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:hover,
.portal_admin_theme .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector .dropdown-toggle:focus {
  border-color: #00C1DE;
}

.portal_admin_theme .header .navigation-account-link .dropdown-menu a:hover,
.portal_admin_theme .header .navigation-account-link .dropdown-menu a:after {
  background-color: #e3fbff;
  color: #00C1DE;
}

.portal_admin_theme .portlet-commerce-product-content .nav-tabs .nav-link:hover,
.portal_admin_theme .portlet-commerce-product-content .nav-tabs .nav-link.active {
  color: #00C1DE;
}

.portal_admin_theme .portlet-commerce-product-content .nav-tabs .nav-link.active:after {
  background: #00C1DE;
}

.portal_admin_theme .form-group .form-control {
  border: 1px solid #00C1DE !important;
  background: var(--White, #FFF) !important;
}

.form-group .control-label,
.form-group .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .form-group .ddm-label,
.form-group .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .form-group .lfr-ddm-legend,
.portlet-commerce-product-definitions .form-group label,
.field-wrapper .control-label,
.field-wrapper .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .field-wrapper .ddm-label,
.field-wrapper .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .field-wrapper .lfr-ddm-legend,
.field-wrapper .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group .field-wrapper label,
#autocomplete-root .control-label,
#autocomplete-root .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app #autocomplete-root .ddm-label,
#autocomplete-root .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app #autocomplete-root .lfr-ddm-legend,
#autocomplete-root .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group #autocomplete-root label,
#item-finder-root .control-label,
#item-finder-root .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app #item-finder-root .ddm-label,
#item-finder-root .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app #item-finder-root .lfr-ddm-legend,
#item-finder-root .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group #item-finder-root label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

.form-group .control-label .reference-mark,
.form-group .portlet-forms .ddm-form-builder-app .ddm-label .reference-mark,
.portlet-forms .ddm-form-builder-app .form-group .ddm-label .reference-mark,
.form-group .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .reference-mark,
.portlet-forms .ddm-form-builder-app .form-group .lfr-ddm-legend .reference-mark,
.portlet-commerce-product-definitions .form-group label .reference-mark,
.field-wrapper .control-label .reference-mark,
.field-wrapper .portlet-forms .ddm-form-builder-app .ddm-label .reference-mark,
.portlet-forms .ddm-form-builder-app .field-wrapper .ddm-label .reference-mark,
.field-wrapper .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .reference-mark,
.portlet-forms .ddm-form-builder-app .field-wrapper .lfr-ddm-legend .reference-mark,
.field-wrapper .portlet-commerce-product-definitions .form-group label .reference-mark,
.portlet-commerce-product-definitions .form-group .field-wrapper label .reference-mark,
#autocomplete-root .control-label .reference-mark,
#autocomplete-root .portlet-forms .ddm-form-builder-app .ddm-label .reference-mark,
.portlet-forms .ddm-form-builder-app #autocomplete-root .ddm-label .reference-mark,
#autocomplete-root .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .reference-mark,
.portlet-forms .ddm-form-builder-app #autocomplete-root .lfr-ddm-legend .reference-mark,
#autocomplete-root .portlet-commerce-product-definitions .form-group label .reference-mark,
.portlet-commerce-product-definitions .form-group #autocomplete-root label .reference-mark,
#item-finder-root .control-label .reference-mark,
#item-finder-root .portlet-forms .ddm-form-builder-app .ddm-label .reference-mark,
.portlet-forms .ddm-form-builder-app #item-finder-root .ddm-label .reference-mark,
#item-finder-root .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .reference-mark,
.portlet-forms .ddm-form-builder-app #item-finder-root .lfr-ddm-legend .reference-mark,
#item-finder-root .portlet-commerce-product-definitions .form-group label .reference-mark,
.portlet-commerce-product-definitions .form-group #item-finder-root label .reference-mark {
  line-height: .5rem;
}

.form-group .form-control,
.field-wrapper .form-control,
#autocomplete-root .form-control,
#item-finder-root .form-control {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.form-group .form-control:focus,
.form-group .form-control.focus,
.field-wrapper .form-control:focus,
.field-wrapper .form-control.focus,
#autocomplete-root .form-control:focus,
#autocomplete-root .form-control.focus,
#item-finder-root .form-control:focus,
#item-finder-root .form-control.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.form-group .form-control:disabled,
.form-group .form-control.disabled,
.field-wrapper .form-control:disabled,
.field-wrapper .form-control.disabled,
#autocomplete-root .form-control:disabled,
#autocomplete-root .form-control.disabled,
#item-finder-root .form-control:disabled,
#item-finder-root .form-control.disabled {
  color: #b8b8b8;
}

.form-group .input-group .input-group-item,
.field-wrapper .input-group .input-group-item,
#autocomplete-root .input-group .input-group-item,
#item-finder-root .input-group .input-group-item {
  margin: 0;
}

.form-group .input-group .input-group-item:last-child .select-button,
.form-group .input-group .input-group-item:last-child .date-picker-dropdown-toggle,
.form-group .input-group .input-group-item:last-child [aria-label*="Unselect"],
.field-wrapper .input-group .input-group-item:last-child .select-button,
.field-wrapper .input-group .input-group-item:last-child .date-picker-dropdown-toggle,
.field-wrapper .input-group .input-group-item:last-child [aria-label*="Unselect"],
#autocomplete-root .input-group .input-group-item:last-child .select-button,
#autocomplete-root .input-group .input-group-item:last-child .date-picker-dropdown-toggle,
#autocomplete-root .input-group .input-group-item:last-child [aria-label*="Unselect"],
#item-finder-root .input-group .input-group-item:last-child .select-button,
#item-finder-root .input-group .input-group-item:last-child .date-picker-dropdown-toggle,
#item-finder-root .input-group .input-group-item:last-child [aria-label*="Unselect"] {
  border-radius: 2rem 0 0 2rem;
  border-right: none;
  padding-left: 1.75rem;
}

.form-group .input-group .input-group-item:nth-last-child(2) .btn,
.form-group .input-group .input-group-item:nth-last-child(2) .fds .table-list-title[href],
.fds .form-group .input-group .input-group-item:nth-last-child(2) .table-list-title[href],
.form-group .input-group .input-group-item:nth-last-child(2) .fds .table-list-title [href],
.fds .table-list-title .form-group .input-group .input-group-item:nth-last-child(2) [href],
.form-group .input-group .input-group-item:nth-last-child(2) .portlet-login a,
.portlet-login .form-group .input-group .input-group-item:nth-last-child(2) a,
.form-group .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .form-group .input-group .input-group-item:nth-last-child(2) a,
.form-group .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .form-group .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
.form-group .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .form-group .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
.form-group .input-group .input-group-item:nth-last-child(2) .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .form-group .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .btn,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .fds .table-list-title[href],
.fds .field-wrapper .input-group .input-group-item:nth-last-child(2) .table-list-title[href],
.field-wrapper .input-group .input-group-item:nth-last-child(2) .fds .table-list-title [href],
.fds .table-list-title .field-wrapper .input-group .input-group-item:nth-last-child(2) [href],
.field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-login a,
.portlet-login .field-wrapper .input-group .input-group-item:nth-last-child(2) a,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .field-wrapper .input-group .input-group-item:nth-last-child(2) a,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
.field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .field-wrapper .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .btn,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .fds .table-list-title[href],
.fds #autocomplete-root .input-group .input-group-item:nth-last-child(2) .table-list-title[href],
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .fds .table-list-title [href],
.fds .table-list-title #autocomplete-root .input-group .input-group-item:nth-last-child(2) [href],
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-login a,
.portlet-login #autocomplete-root .input-group .input-group-item:nth-last-child(2) a,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header #autocomplete-root .input-group .input-group-item:nth-last-child(2) a,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order #autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content #autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions #autocomplete-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .btn,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .fds .table-list-title[href],
.fds #item-finder-root .input-group .input-group-item:nth-last-child(2) .table-list-title[href],
#item-finder-root .input-group .input-group-item:nth-last-child(2) .fds .table-list-title [href],
.fds .table-list-title #item-finder-root .input-group .input-group-item:nth-last-child(2) [href],
#item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-login a,
.portlet-login #item-finder-root .input-group .input-group-item:nth-last-child(2) a,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header #item-finder-root .input-group .input-group-item:nth-last-child(2) a,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order #item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content #item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back,
#item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions #item-finder-root .input-group .input-group-item:nth-last-child(2) .portlet-icon-back {
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.form-group .input-group .input-group-item .select-button,
.form-group .input-group .input-group-item .date-picker-dropdown-toggle,
.form-group .input-group .input-group-item [aria-label*="Unselect"],
.field-wrapper .input-group .input-group-item .select-button,
.field-wrapper .input-group .input-group-item .date-picker-dropdown-toggle,
.field-wrapper .input-group .input-group-item [aria-label*="Unselect"],
#autocomplete-root .input-group .input-group-item .select-button,
#autocomplete-root .input-group .input-group-item .date-picker-dropdown-toggle,
#autocomplete-root .input-group .input-group-item [aria-label*="Unselect"],
#item-finder-root .input-group .input-group-item .select-button,
#item-finder-root .input-group .input-group-item .date-picker-dropdown-toggle,
#item-finder-root .input-group .input-group-item [aria-label*="Unselect"] {
  background: #FBFBFB;
  border: 1px solid #DDDDDD;
  height: auto;
  min-width: initial;
  line-height: 1.375rem;
  margin: 0;
  padding: 1rem;
}

.form-group .input-group .input-group-item .btn[disabled],
.form-group .input-group .input-group-item .fds .table-list-title[disabled][href],
.fds .form-group .input-group .input-group-item .table-list-title[disabled][href],
.form-group .input-group .input-group-item .fds .table-list-title [disabled][href],
.fds .table-list-title .form-group .input-group .input-group-item [disabled][href],
.form-group .input-group .input-group-item .portlet-login a[disabled],
.portlet-login .form-group .input-group .input-group-item a[disabled],
.form-group .input-group .input-group-item .portlet-commerce-order .info-box .header a[disabled],
.portlet-commerce-order .info-box .header .form-group .input-group .input-group-item a[disabled],
.form-group .input-group .input-group-item .portlet-commerce-order .portlet-icon-back[disabled],
.portlet-commerce-order .form-group .input-group .input-group-item .portlet-icon-back[disabled],
.form-group .input-group .input-group-item .portlet-commerce-order-content .portlet-icon-back[disabled],
.portlet-commerce-order-content .form-group .input-group .input-group-item .portlet-icon-back[disabled],
.form-group .input-group .input-group-item .portlet-commerce-product-definitions .portlet-icon-back[disabled],
.portlet-commerce-product-definitions .form-group .input-group .input-group-item .portlet-icon-back[disabled],
.field-wrapper .input-group .input-group-item .btn[disabled],
.field-wrapper .input-group .input-group-item .fds .table-list-title[disabled][href],
.fds .field-wrapper .input-group .input-group-item .table-list-title[disabled][href],
.field-wrapper .input-group .input-group-item .fds .table-list-title [disabled][href],
.fds .table-list-title .field-wrapper .input-group .input-group-item [disabled][href],
.field-wrapper .input-group .input-group-item .portlet-login a[disabled],
.portlet-login .field-wrapper .input-group .input-group-item a[disabled],
.field-wrapper .input-group .input-group-item .portlet-commerce-order .info-box .header a[disabled],
.portlet-commerce-order .info-box .header .field-wrapper .input-group .input-group-item a[disabled],
.field-wrapper .input-group .input-group-item .portlet-commerce-order .portlet-icon-back[disabled],
.portlet-commerce-order .field-wrapper .input-group .input-group-item .portlet-icon-back[disabled],
.field-wrapper .input-group .input-group-item .portlet-commerce-order-content .portlet-icon-back[disabled],
.portlet-commerce-order-content .field-wrapper .input-group .input-group-item .portlet-icon-back[disabled],
.field-wrapper .input-group .input-group-item .portlet-commerce-product-definitions .portlet-icon-back[disabled],
.portlet-commerce-product-definitions .field-wrapper .input-group .input-group-item .portlet-icon-back[disabled],
#autocomplete-root .input-group .input-group-item .btn[disabled],
#autocomplete-root .input-group .input-group-item .fds .table-list-title[disabled][href],
.fds #autocomplete-root .input-group .input-group-item .table-list-title[disabled][href],
#autocomplete-root .input-group .input-group-item .fds .table-list-title [disabled][href],
.fds .table-list-title #autocomplete-root .input-group .input-group-item [disabled][href],
#autocomplete-root .input-group .input-group-item .portlet-login a[disabled],
.portlet-login #autocomplete-root .input-group .input-group-item a[disabled],
#autocomplete-root .input-group .input-group-item .portlet-commerce-order .info-box .header a[disabled],
.portlet-commerce-order .info-box .header #autocomplete-root .input-group .input-group-item a[disabled],
#autocomplete-root .input-group .input-group-item .portlet-commerce-order .portlet-icon-back[disabled],
.portlet-commerce-order #autocomplete-root .input-group .input-group-item .portlet-icon-back[disabled],
#autocomplete-root .input-group .input-group-item .portlet-commerce-order-content .portlet-icon-back[disabled],
.portlet-commerce-order-content #autocomplete-root .input-group .input-group-item .portlet-icon-back[disabled],
#autocomplete-root .input-group .input-group-item .portlet-commerce-product-definitions .portlet-icon-back[disabled],
.portlet-commerce-product-definitions #autocomplete-root .input-group .input-group-item .portlet-icon-back[disabled],
#item-finder-root .input-group .input-group-item .btn[disabled],
#item-finder-root .input-group .input-group-item .fds .table-list-title[disabled][href],
.fds #item-finder-root .input-group .input-group-item .table-list-title[disabled][href],
#item-finder-root .input-group .input-group-item .fds .table-list-title [disabled][href],
.fds .table-list-title #item-finder-root .input-group .input-group-item [disabled][href],
#item-finder-root .input-group .input-group-item .portlet-login a[disabled],
.portlet-login #item-finder-root .input-group .input-group-item a[disabled],
#item-finder-root .input-group .input-group-item .portlet-commerce-order .info-box .header a[disabled],
.portlet-commerce-order .info-box .header #item-finder-root .input-group .input-group-item a[disabled],
#item-finder-root .input-group .input-group-item .portlet-commerce-order .portlet-icon-back[disabled],
.portlet-commerce-order #item-finder-root .input-group .input-group-item .portlet-icon-back[disabled],
#item-finder-root .input-group .input-group-item .portlet-commerce-order-content .portlet-icon-back[disabled],
.portlet-commerce-order-content #item-finder-root .input-group .input-group-item .portlet-icon-back[disabled],
#item-finder-root .input-group .input-group-item .portlet-commerce-product-definitions .portlet-icon-back[disabled],
.portlet-commerce-product-definitions #item-finder-root .input-group .input-group-item .portlet-icon-back[disabled] {
  opacity: 1;
  color: #97dacd;
}

.form-group .input-group .input-group-item .d-contents .label-secondary,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary {
  background: var(--primary);
  color: var(--white);
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.form-group .input-group .input-group-item .d-contents .label-secondary[href]:hover,
.form-group .input-group .input-group-item .d-contents .label-secondary[href]:focus,
.form-group .input-group .input-group-item .d-contents .label-secondary[type]:hover,
.form-group .input-group .input-group-item .d-contents .label-secondary[type]:focus,
.form-group .input-group .input-group-item .d-contents .label-secondary[tabindex]:hover,
.form-group .input-group .input-group-item .d-contents .label-secondary[tabindex]:focus,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[href]:hover,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[href]:focus,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[type]:hover,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[type]:focus,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[tabindex]:hover,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary[tabindex]:focus,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[href]:hover,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[href]:focus,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[type]:hover,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[type]:focus,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[tabindex]:hover,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary[tabindex]:focus,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[href]:hover,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[href]:focus,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[type]:hover,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[type]:focus,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[tabindex]:hover,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary[tabindex]:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--white);
  text-decoration: none;
}

.form-group .input-group .input-group-item .d-contents .label-secondary .close:hover,
.field-wrapper .input-group .input-group-item .d-contents .label-secondary .close:hover,
#autocomplete-root .input-group .input-group-item .d-contents .label-secondary .close:hover,
#item-finder-root .input-group .input-group-item .d-contents .label-secondary .close:hover {
  color: var(--white);
}

.form-group .input-group .input-group-inset-item-after,
.field-wrapper .input-group .input-group-inset-item-after,
#autocomplete-root .input-group .input-group-inset-item-after,
#item-finder-root .input-group .input-group-inset-item-after {
  background: transparent;
  border: 0;
  padding: 0;
}

.form-group,
.field-wrapper {
  margin-bottom: 1.25rem;
}

.form-group-addon {
  position: absolute;
  left: 0;
  top: 1.5rem;
}

.form-group-addon .icon {
  padding: 1rem 1.75rem;
  cursor: pointer;
  display: block;
  line-height: 1.5rem;
}

.input-group-inset:focus ~ .input-group-inset-item {
  background: #FBFBFB;
  border-color: var(--primary);
}

.input-group .input-group-inset-item-after {
  background: #FBFBFB;
  border-color: #DDDDDD;
  border-radius: 2rem 0 0 2rem;
  padding-left: 1rem;
  color: var(--dark);
}

.input-group .input-group-text {
  height: 100%;
  border-radius: 2rem 0 0 2rem;
  padding: 0.75rem 1.75rem;
  height: 3.5rem;
}

/* Liferay UI Time & Date */

.lfr-input-time,
.lfr-input-date {
  position: relative;
  display: block;
}

.lfr-input-time:after,
.lfr-input-date:after {
  font-family: "fontawesome-alloy";
  position: absolute;
  top: .25rem;
  left: .25rem;
  padding: .75rem 1.5rem;
  pointer-events: none;
  background: #fbfbfb;
  border-radius: 100%;
}

.lfr-input-time input[type="time"]::-webkit-calendar-picker-indicator,
.lfr-input-date input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.lfr-input-time:after {
  content: '\f017';
}

.lfr-input-date:after {
  content: '\f133';
}

.portlet-forms .ddm-form-builder-app {
  max-width: 100%;
  padding: 0;
  /* Headings */
  /* Document Uploads */
  /* Paragraphs */
  /* Checkboxes */
  /* Datepicker */
  /* Trade Categories */
}

.portlet-forms .ddm-form-builder-app .btn,
.portlet-forms .ddm-form-builder-app .fds .table-list-title[href],
.fds .portlet-forms .ddm-form-builder-app .table-list-title[href],
.portlet-forms .ddm-form-builder-app .fds .table-list-title [href],
.fds .table-list-title .portlet-forms .ddm-form-builder-app [href],
.portlet-forms .ddm-form-builder-app .portlet-login a,
.portlet-login .portlet-forms .ddm-form-builder-app a,
.portlet-forms .ddm-form-builder-app .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app a,
.portlet-forms .ddm-form-builder-app .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .portlet-icon-back {
  opacity: 1;
}

.portlet-forms .ddm-form-builder-app .g-recaptcha {
  margin: 1.5rem 0 2rem;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm__default-page-header {
  margin-bottom: 1.5rem;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm__default-page-header-title {
  color: var(--dark);
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.portlet-forms .ddm-form-builder-app .text-secondary,
.portlet-forms .ddm-form-builder-app .lfr-ddm__default-page-header-line,
.portlet-forms .ddm-form-builder-app .ddm-field-types-fieldset__nested-separator {
  display: none;
}

.portlet-forms .ddm-form-builder-app .form-feedback-group div {
  margin-top: .5rem;
}

.portlet-forms .ddm-form-builder-app .ddm-field-container {
  padding: 0;
}

.portlet-forms .ddm-form-builder-app .ddm-field-container .ddm-field:first-child .lfr-ddm-form-field-repeatable-toolbar {
  display: flex;
  justify-content: flex-end;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls {
  padding: 0;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .btn,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .fds .table-list-title[href],
.fds .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .table-list-title[href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .fds .table-list-title [href],
.fds .table-list-title .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls [href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-login a,
.portlet-login .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls a,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls a,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .lfr-ddm-form-pagination-controls .portlet-icon-back {
  margin: 0;
  min-width: 200px;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-container .row {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-container .row > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Separator"] > .form-group {
  margin: 1.5rem 0 2rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Separator"] > .form-group label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  margin: 0;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Separator"] > .form-group hr {
  display: none;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar {
  display: none;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar + .ddm-label {
  display: none;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .btn,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title[href],
.fds .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .table-list-title[href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title [href],
.fds .table-list-title .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar [href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-login a,
.portlet-login .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back {
  min-width: 0;
  padding: 1rem !important;
  height: auto;
  width: auto;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  position: relative;
  margin: -5.75rem 0 2.25rem;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .btn:last-child,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title:last-child[href],
.fds .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .table-list-title:last-child[href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title :last-child[href],
.fds .table-list-title .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar :last-child[href],
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-login a:last-child,
.portlet-login .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a:last-child,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .info-box .header a:last-child,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a:last-child,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .portlet-icon-back:last-child,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back:last-child,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order-content .portlet-icon-back:last-child,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back:last-child,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-product-definitions .portlet-icon-back:last-child,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back:last-child {
  margin-right: .5rem;
}

.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .btn svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title[href] svg,
.fds .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .table-list-title[href] svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .fds .table-list-title [href] svg,
.fds .table-list-title .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar [href] svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-login a svg,
.portlet-login .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .info-box .header a svg,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar a svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order .portlet-icon-back svg,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-order-content .portlet-icon-back svg,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back svg,
.portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-commerce-product-definitions .portlet-icon-back svg,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .lfr-ddm-form-field-repeatable-toolbar .portlet-icon-back svg {
  margin: 0;
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  padding: 0.125rem;
}

.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .form-control {
  background: #FBFBFB !important;
  border-left: none;
  pointer-events: none;
}

.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .btn,
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .fds .table-list-title[href],
.fds .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .table-list-title[href],
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .fds .table-list-title [href],
.fds .table-list-title .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child [href],
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-login a,
.portlet-login .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child a,
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child a,
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-icon-back,
.portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-forms .ddm-form-builder-app .liferay-ddm-form-field-document-library .ddm-field:first-child .portlet-icon-back {
  display: block;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .lfr-ddm-legend {
  padding: 2rem 0 1rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph {
  margin: 0;
  overflow: visible;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text p {
  color: var(--dark);
  margin: 0 0 1rem;
  font-size: 1rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text .input-checkbox-wrapper label {
  display: block;
  line-height: 1.5rem;
  padding-right: 2.25rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Paragraph"] .liferay-ddm-form-field-paragraph-text .input-checkbox-wrapper label input {
  position: absolute;
  right: 0;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="CheckboxMultiple"] .lfr-ddm-checkbox-multiple .custom-control-inline {
  margin: 0 0 1rem 2rem;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Date"] .date-picker-dropdown-toggle:before {
  font-family: "fontawesome-alloy";
  font-weight: 400;
  content: '\f133';
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Date"] .date-picker-dropdown-toggle svg {
  display: none;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Tradecategoriescheckbox"] .ddm-label {
  display: none;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Tradecategoriescheckbox"] .lfr-ddm-checkbox-multiple {
  display: flex;
  flex-wrap: wrap;
}

.portlet-forms .ddm-form-builder-app [data-field-name*="Tradecategoriescheckbox"] .lfr-ddm-checkbox-multiple .custom-checkbox {
  margin-left: 2rem;
}

.dropdown-menu,
.dropdown-menu-select.dropdown-menu {
  border-radius: 2rem;
  min-width: 180px;
}

.dropdown-menu .dropdown-section,
.dropdown-menu-select.dropdown-menu .dropdown-section {
  padding: 0.625rem 1rem;
}

.dropdown-menu .dropdown-subheader,
.dropdown-menu-select.dropdown-menu .dropdown-subheader {
  padding: 0.5rem 1.75rem;
  font-weight: 800;
  color: var(--dark);
}

.dropdown-menu .dropdown-item,
.dropdown-menu .nav-link,
.dropdown-menu-select.dropdown-menu .dropdown-item,
.dropdown-menu-select.dropdown-menu .nav-link {
  padding: .5rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray);
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .nav-link:hover,
.dropdown-menu .nav-link.hover,
.dropdown-menu .nav-link:focus,
.dropdown-menu .nav-link:active,
.dropdown-menu .nav-link.active,
.dropdown-menu-select.dropdown-menu .dropdown-item:hover,
.dropdown-menu-select.dropdown-menu .dropdown-item.hover,
.dropdown-menu-select.dropdown-menu .dropdown-item:focus,
.dropdown-menu-select.dropdown-menu .dropdown-item:active,
.dropdown-menu-select.dropdown-menu .dropdown-item.active,
.dropdown-menu-select.dropdown-menu .nav-link:hover,
.dropdown-menu-select.dropdown-menu .nav-link.hover,
.dropdown-menu-select.dropdown-menu .nav-link:focus,
.dropdown-menu-select.dropdown-menu .nav-link:active,
.dropdown-menu-select.dropdown-menu .nav-link.active {
  background-color: #e2f5f2;
  color: var(--primary);
}

.dropdown-menu-indicator-start .dropdown-item.active,
.dropdown-menu-select.dropdown-menu-indicator-start .dropdown-item.active {
  background: transparent;
  color: var(--gray);
}

.dropdown-menu-indicator-start .dropdown-item.active:hover,
.dropdown-menu-indicator-start .dropdown-item.active:focus,
.dropdown-menu-select.dropdown-menu-indicator-start .dropdown-item.active:hover,
.dropdown-menu-select.dropdown-menu-indicator-start .dropdown-item.active:focus {
  background-color: #e2f5f2;
  color: var(--primary);
}

.dropdown-menu-indicator-start .dropdown-item-indicator-start,
.dropdown-menu-select.dropdown-menu-indicator-start .dropdown-item-indicator-start {
  display: none;
}

.dropdown-menu-right .dropdown-item,
.dropdown-menu-right .nav-link,
.dropdown-menu-select.dropdown-menu-right .dropdown-item,
.dropdown-menu-select.dropdown-menu-right .nav-link {
  text-align: left;
}

.dropdown-menu.date-picker-dropdown-menu,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 100%;
}

.dropdown-menu.date-picker-dropdown-menu .form-control,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu .form-control {
  border-color: #DDDDDD;
  border-radius: 1rem;
  background-color: #FBFBFB;
}

.dropdown-menu.date-picker-dropdown-menu .date-picker-date.active,
.dropdown-menu.date-picker-dropdown-menu .date-picker-date:active,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu .date-picker-date.active,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu .date-picker-date:active {
  background: var(--primary);
}

.dropdown-menu.date-picker-dropdown-menu .date-picker-date.previous-month-date.active,
.dropdown-menu.date-picker-dropdown-menu .date-picker-date.next-month-date.active,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu .date-picker-date.previous-month-date.active,
.dropdown-menu-select.dropdown-menu.date-picker-dropdown-menu .date-picker-date.next-month-date.active {
  background-color: #8bdfcf;
  color: var(--white);
}

.dropdown-menu.dropdown-menu-indicator-start .form-control {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.dropdown-menu.dropdown-menu-indicator-start .form-control:focus,
.dropdown-menu.dropdown-menu-indicator-start .form-control.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.dropdown-menu.dropdown-menu-indicator-start .form-control:disabled,
.dropdown-menu.dropdown-menu-indicator-start .form-control.disabled {
  color: #b8b8b8;
}

.checkbox label,
.input-checkbox-wrapper label,
.lfr-checkbox-column label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check),
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check),
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 1.5rem;
  padding-left: 0.5rem;
  position: relative;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):disabled:before,
.checkbox input[type="checkbox"]:not(.toggle-switch-check):disabled:after,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):disabled:before,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):disabled:after,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):disabled:before,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):disabled:after {
  opacity: .5;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):checked:before,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):checked:before,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):checked:before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):checked:after,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):checked:after,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):checked:after {
  background-image: url(../images/icons/icon-check.svg);
  background-size: 100%;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):before,
.checkbox input[type="checkbox"]:not(.toggle-switch-check):after,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):before,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):after,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):before,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):after {
  position: absolute;
  content: '';
  transition: all 0.15s ease-in-out;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):before,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):before,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):before {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  height: 1.5rem;
  top: 0;
  right: 0;
  width: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: none;
}

.checkbox input[type="checkbox"]:not(.toggle-switch-check):after,
.input-checkbox-wrapper input[type="checkbox"]:not(.toggle-switch-check):after,
.lfr-checkbox-column input[type="checkbox"]:not(.toggle-switch-check):after {
  height: 0.875rem;
  right: 0.75rem;
  top: 0.75rem;
  width: 0.875rem;
  transform: translate(calc(-50% * -1), -50%);
}

.custom-control.custom-checkbox {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.custom-control-input {
  top: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.custom-control-input:active ~ .custom-control-label:before,
.custom-control-input:checked:active ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

.custom-control-input:checked:active ~ .custom-control-label:after,
.custom-control-input:checked ~ .custom-control-label:after {
  background: url(../images/icons/icon-check.svg) no-repeat center center !important;
  background-size: 75% !important;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-control-label:before {
  background-color: #FBFBFB;
  border-color: #DDDDDD;
  height: 1.5rem;
  top: 0;
  width: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: none;
}

.custom-control-label:after {
  height: 1.125rem;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.125rem;
  transform: translate(calc(-50% * -1), -50%);
}

.custom-control-label-text {
  font-size: 1rem;
  color: var(--dark);
  line-height: 1.5rem;
  padding-right: 0.75rem;
}

.custom-control .term-count {
  font-size: 1rem;
}

.custom-control .custom-control-input ~ .custom-control-label:before {
  border-radius: 0.5rem;
}

.custom-control .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.lfr-ddm-form-container .custom-control .custom-control-label-text {
  color: var(--dark);
}

textarea.form-control {
  resize: none;
}

::placeholder {
  color: #b4b4b4;
}

.toggle-switch .toggle-switch-check:focus ~ .toggle-switch-bar:before {
  box-shadow: none;
}

.toggle-switch .toggle-switch-check:checked ~ .toggle-switch-bar:before {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content {
    padding-top: 12rem;
  }
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  border: none;
  max-width: 1000px;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-subtitle {
  display: none;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-title {
  margin-bottom: 2rem;
  font-weight: 800;
  color: var(--dark);
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section {
  margin-bottom: 1rem;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group {
  margin: 0;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:first-child {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:first-child {
    flex-direction: row-reverse;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:first-child .form-group:nth-child(3) {
    margin-right: .5rem;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:first-child .form-group:nth-child(4) {
    margin-left: .5rem;
  }
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:first-child .lfr-tooltip-scope {
  display: none;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(3) .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6 .form-group:nth-child(odd),
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6 [id*="userNameFields"] {
    display: flex;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6 [id*="userNameFields"] .form-group:nth-child(2) {
    margin-left: .5rem;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(2) .col-md-6 [id*="userNameFields"] .form-group:nth-child(4) {
    margin-right: .5rem;
  }
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(3) .col-md-6:first-child {
    display: flex;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(3) .col-md-6:first-child .form-group:first-child {
    margin-left: .5rem;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group:nth-child(3) .col-md-6:first-child .form-group:nth-child(2) {
    margin-right: .5rem;
  }
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-group {
  width: 100%;
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-group {
    width: 50%;
  }
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group label .reference-mark {
  line-height: .5rem;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-control-plaintext {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  color: #b4b4b4;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-control-plaintext:focus,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-control-plaintext.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-control-plaintext:disabled,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-section > .form-group .form-control-plaintext.disabled {
  color: #b8b8b8;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .btn,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .fds .table-list-title[href],
.fds [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .table-list-title[href],
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .fds .table-list-title [href],
.fds .table-list-title [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer [href],
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-login a,
.portlet-login [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer a,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer a,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-icon-back,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-icon-back,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .portlet-icon-back {
  min-width: 11rem;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .btn-secondary {
  border-color: var(--primary);
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .btn-primary {
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer {
    flex-direction: row-reverse;
  }

  [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-footer .btn-primary {
    margin: 0 1rem 0 0;
  }
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet:after {
  display: none;
}

[class*="AccountUsersRegistrationPortlet"] .portlet-content .panel-group {
  margin: 0;
}

.select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary);
}

.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 2rem;
}

.select2.select2-container--default .select2-selection--multiple {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.select2.select2-container--default .select2-selection--multiple:focus,
.select2.select2-container--default .select2-selection--multiple.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.select2.select2-container--default .select2-selection--multiple:disabled,
.select2.select2-container--default .select2-selection--multiple.disabled {
  color: #b8b8b8;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  margin: 0;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 0 0 .5rem;
  display: inline-flex;
  border: none;
  background: var(--primary);
  color: var(--white);
  border-radius: 1rem;
  font-size: .75rem;
  flex-direction: row-reverse;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: .375rem .5rem;
  line-height: 1;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--white);
  border: none;
  background: transparent;
  padding: 0 .25rem 0 .5rem;
  font-size: 1rem;
  position: relative;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: var(--white);
  background: transparent;
}

.select2.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  display: inline-block;
  line-height: 1.375rem;
  height: 1.375rem;
}

.select2-container.select2-container--default .select2-dropdown {
  border: none;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  margin-top: .25rem;
}

.select2-container.select2-container--default .select2-results > .select2-results__options {
  max-height: 480px;
}

.select2-container.select2-container--default .select2-results__option {
  padding: 0.75rem 1.75rem;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary);
}

@media (max-width: 768px) {
  .dropdown-menu-top {
    bottom: auto !important;
  }
}

@media (max-width: 768px) {
  .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn.btn-sm.btn-primary,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.table-list-title[href],
  .fds .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .table-list-title button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary[href],
  .fds .table-list-title .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn.btn-secondary,
  .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn.btn-secondary,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .fds button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .portlet-commerce-cart-content-total .fds .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .fds .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .fds .table-list-title button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary[href],
  .portlet-commerce-cart-content-total .fds .table-list-title .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .table-list-title .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary[href],
  .fds .table-list-title .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-order button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-order .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-order .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-order-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-order-content .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order-content .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-order-content .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-product-definitions button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-product-definitions .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-order .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-order-content .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-product-definitions button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-product-definitions .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-add-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn.btn-sm.btn-primary,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.table-list-title[href],
  .fds .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .table-list-title button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary[href],
  .fds .table-list-title .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn.btn-secondary,
  .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn.btn-secondary,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .fds button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .portlet-commerce-cart-content-total .fds .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .fds .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.table-list-title[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .fds .table-list-title button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary[href],
  .portlet-commerce-cart-content-total .fds .table-list-title .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .fds .table-list-title .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary[href],
  .fds .table-list-title .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary[href],
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-order button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-order .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-order .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-order-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-order-content .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order-content .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-order-content .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-cart-content-total .portlet-commerce-product-definitions button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-product-definitions .portlet-commerce-cart-content-total button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-secondary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-order .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-order-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-order-content .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .lfr-ddm-form-container.position-relative.ddm-user-view-content .portlet-commerce-product-definitions button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back,
  .portlet-commerce-product-definitions .lfr-ddm-form-container.position-relative.ddm-user-view-content button.ddm-form-field-repeatable-delete-button.p-0.btn-sm.btn-primary.portlet-icon-back {
    margin: -1.75rem 0 0.25rem;
  }

  #_com_sirc_admin_dashboard_web_SircRegistrationDetailsPortlet_INSTANCE_jblc_registrationFormsSearchContainerSearchContainer table.table.table-bordered.table-hover.table-striped thead.table-columns {
    display: none;
  }

  #_com_sirc_admin_dashboard_web_SircRegistrationDetailsPortlet_INSTANCE_jblc_registrationFormsSearchContainerSearchContainer table.table.table-bordered.table-hover.table-striped tbody.table-data tr {
    border: 1px solid #00A887;
    margin: 1rem !important;
    padding: 6px;
    display: block;
    border-radius: 12px;
  }

  #_com_sirc_admin_dashboard_web_SircRegistrationDetailsPortlet_INSTANCE_jblc_registrationFormsSearchContainerSearchContainer table.table.table-bordered.table-hover.table-striped tbody.table-data tr td.table-cell {
    border-bottom: none !important;
    padding-right: 6px !important;
    padding-bottom: 1rem !important;
    padding-top: 1px !important;
    display: flex;
    width: max-content;
  }

  #_com_sirc_admin_dashboard_web_SircRegistrationDetailsPortlet_INSTANCE_jblc_registrationFormsSearchContainerSearchContainer table.table.table-bordered.table-hover.table-striped tbody.table-data tr td.table-cell b {
    padding-left: 0.5rem !important;
  }
}

.custom-control .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #FBFBFB !important;
  border-color: #dddddd !important;
}

body .ddm-user-view-content .form-group .custom-control-inline {
  margin-right: 5px !important;
}

.header {
  top: 0;
  background: var(--headerLayoutBackground);
  position: var(--headerLayoutPosition);
  z-index: 2;
}

.header a {
  color: var(--white);
}

.header .mini-cart-item-anchor a {
  color: inherit;
  text-decoration: none;
}

.header-top {
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .header-top {
    padding: 1rem 0;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding: 0.5rem 0;
  }
}

.header-top .site-logo {
  margin-right: 3.5rem;
  min-height: 5rem;
}

@media (min-width: 992px) {
  .header-top .site-logo {
    min-height: 0;
    margin-right: 0;
  }
}

.header-top .site-logo-image img {
  max-height: 3rem;
}

.header-top .site-logo-name {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: var(--headerVisibilitySiteName);
  margin: 0;
}

@media (min-width: 992px) {
  .header-top .site-logo-name {
    font-size: 24px;
    line-height: 2rem;
    margin: 0 1.25rem 0 0;
    padding: 0.75rem 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.header-bottom {
  background: rgba(255, 255, 255, 0.15);
  display: none;
}

@media (min-width: 992px) {
  .header-bottom {
    display: var(--headerVisibilitySecondaryNavigation);
  }
}

.header-bottom .navbar-nav .nav-item {
  padding: 0 1rem;
}

.header-bottom .navbar-nav .nav-item:first-child {
  padding-right: 0;
}

.header-bottom .navbar-nav .nav-item.selected a:before,
.header-bottom .navbar-nav .nav-item.selected a:hover:before {
  opacity: 100%;
}

.header-bottom .navbar-nav .nav-item a {
  color: var(--white);
  padding: 0.65rem 0;
  font-weight: bold;
  outline: none;
  letter-spacing: -.02rem;
}

.header-bottom .navbar-nav .nav-item a:hover:before {
  opacity: 50%;
}

.header-bottom .navbar-nav .nav-item a:before {
  opacity: 0;
  content: '';
  width: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  height: 3px;
  border-radius: 2px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.header .navigation-primary {
  display: none;
}

@media (min-width: 992px) {
  .header .navigation-primary {
    display: block;
  }
}

.header .navigation-primary:hover .nav-item .nav-link {
  opacity: .7;
}

.header .navigation-primary-selector {
  border: 1px solid var(--white);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1.75rem;
  z-index: 0;
  transition: all .2s ease-in-out;
}

.header .navigation-primary .nav-item.selected .nav-link:before {
  position: absolute;
  content: '';
  top: .5rem;
  bottom: .5rem;
  right: .5rem;
  left: .5rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.15);
}

.header .navigation-primary .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.75rem 1.25rem;
  outline: none;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.header .navigation-primary .nav-item .nav-link:hover {
  opacity: 1;
}

.header .navigation-account {
  position: absolute;
  left: 2rem;
}

@media (min-width: 992px) {
  .header .navigation-account {
    position: static;
  }
}

.header .navigation-account-link {
  margin-left: 2.5rem;
}

.header .navigation-account-link:last-child {
  margin-left: 0;
}

.header .navigation-account-link .dropdown-menu a:hover,
.header .navigation-account-link .dropdown-menu a:after {
  background-color: #e2f5f2;
}

.header .navigation-account-link .dropdown-menu a:before {
  display: none;
}

.header .navigation-account .navbar-nav .nav-item.selected:before {
  content: initial;
}

.header .navigation-account .navbar-nav .nav-link {
  padding: .5rem 1.75rem;
}

.header .navigation-account .dropdown-item {
  font-weight: 700;
}

.hamburger {
  padding: 1.5rem;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: calc(2rem - 9px);
  right: 0;
  transform: none;
  z-index: 1040;
}

@media (min-width: 576px) {
  .hamburger {
    top: calc(2.25rem - 9px);
  }
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  top: -7px;
}

.hamburger-inner:after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -7px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 24px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
}

.signed-in .mobile-navigation-primary {
  display: var(--headerVisibilityPrimaryNavigation);
}

@media (min-width: 992px) {
  .signed-in .header .navigation-primary {
    display: var(--headerVisibilityPrimaryNavigation);
  }
}

.has-control-menu header {
  top: 48px;
}

@media (min-width: 576px) {
  .has-control-menu header {
    top: 56px;
  }
}

.has-control-menu .hamburger {
  top: calc(2rem + 39px);
}

@media (min-width: 576px) {
  .has-control-menu .hamburger {
    top: calc(2.25rem + 47px);
  }
}

.has-control-menu .modal-navigation .modal-content {
  padding-top: calc(7.5rem + 48px);
}

@media (min-width: 576px) {
  .has-control-menu .modal-navigation .modal-content {
    padding-top: calc(7.5rem + 56px);
  }
}

div#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_navigationsecondaryuser .navbar-blank.navbar-nav.navbar-site li.nav-item:hover {
  border: none !important;
}

div#navbar_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_navigationsecondaryuser a.nav-link.text-truncate.active {
  font-weight: bold;
}

.header-bottom .navbar-nav .nav-item a {
  color: var(--white);
  padding: 0.5rem 0;
  font-weight: 500;
  outline: none;
  letter-spacing: -.02rem;
  font-size: 15px;
}

.seller_theme .header {
  background: #7473C0;
}

.seller_theme .header .header-bottom {
  background: #8281E4;
}

.portal_admin_theme .header {
  background: #00C1DE;
}

.portal_admin_theme .header .header-bottom {
  background: #25D2EC;
}

.modal-open .modal {
  display: none;
}

.modal-open .modal.show {
  display: block;
}

.modal-backdrop {
  background-color: var(--primary);
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-content {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 480px;
  }
}

.modal .close {
  top: 0;
  left: 0;
}

.modal-navigation {
  z-index: 1038;
}

.modal-navigation .modal-dialog {
  max-width: 100%;
}

.modal-navigation .modal-content {
  background: var(--primary);
  min-height: 100vh;
  padding: 7.5rem 1.5rem;
}

.modal-navigation .navbar-nav {
  flex-direction: column;
}

.modal-navigation .navbar-nav a {
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 1rem;
  color: var(--white);
  transition: all .3s ease-in-out;
  padding-right: 0.25rem;
}

.modal-navigation .navbar-nav a:hover {
  color: var(--white);
}

.modal-navigation .navbar-nav a img {
  display: none;
}

html:not(#__):not(#___) .cadmin.modal-full-screen .modal-content {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  border: none;
}

div.fds-side-panel {
  left: initial;
  right: 50%;
  top: -50% !important;
  transform: translate(calc(-50% * -1), -50%);
  height: 100%;
  box-shadow: none;
  transition: all .3s ease-in-out;
  background: transparent;
  width: 100%;
}

@media (min-width: 768px) {
  div.fds-side-panel {
    width: 70%;
    height: calc(100% - 4rem);
  }
}

div.fds-side-panel:after {
  content: '';
  position: fixed;
  width: 300%;
  height: 300%;
  right: -100%;
  top: -100%;
  background: var(--primary);
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease-in-out;
}

div.fds-side-panel.fds-side-panel-lg {
  width: 100%;
}

@media (min-width: 768px) {
  div.fds-side-panel.fds-side-panel-lg {
    width: 70%;
  }
}

div.fds-side-panel-nav-cover {
  display: none;
}

div.fds-side-panel.is-visible {
  top: 50% !important;
  transform: translate(calc(-50% * -1), -50%);
  box-shadow: none;
}

div.fds-side-panel.is-visible:after {
  opacity: .8;
}

div.fds-side-panel .tab-content {
  background: var(--white);
  border-radius: 0;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  div.fds-side-panel .tab-content {
    border-radius: 2rem;
  }
}

.portal-popup {
  background: transparent !important;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe {
  height: 100%;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header {
  background: var(--white);
  padding: 2rem;
  height: auto;
  border-color: #DDDDDD;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header h3,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header [class*="AccountUsersRegistrationPortlet"] .portlet-content .sheet-title,
[class*="AccountUsersRegistrationPortlet"] .portlet-content .portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header .sheet-title,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header #portlet_new-password .portlet-content .sheet-title,
#portlet_new-password .portlet-content .portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header .sheet-title,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header .portlet-cp-sorting .d-flex p,
.portlet-cp-sorting .d-flex .portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-header p {
  font-weight: 800;
  color: var(--dark);
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-menu-wrapper {
  border: none;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-wrapper,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .side-panel-iframe-content {
  padding: 2rem;
  background: var(--white);
  height: calc(100% - 13.5rem);
  overflow: auto;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .page-header {
  position: static;
  padding: 2rem 2rem 0;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .page-header + .side-panel-iframe-wrapper {
  height: calc(100% - 19rem);
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer {
  padding: 2rem !important;
  border-color: #DDDDDD !important;
  border-radius: 0 0 2rem 2rem;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .btn,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .fds .table-list-title[href],
.fds .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .table-list-title[href],
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .fds .table-list-title [href],
.fds .table-list-title .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer [href],
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-login a,
.portlet-login .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer a,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer a,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-icon-back,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-icon-back,
.portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup:not(.article-preview) #main-content .side-panel-iframe .dialog-footer .portlet-icon-back {
  min-width: 11rem;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .card {
  box-shadow: none;
}

.portal-popup:not(.article-preview) #main-content .side-panel-iframe .card .panel-body {
  padding: 0;
}

.portal-popup:not(.article-preview) #main-content .lfr-form-content {
  padding: 2rem !important;
}

.portal-popup:not(.article-preview) #main-content .lfr-form-content .sheet {
  padding: 0;
  border: none;
  max-width: 100%;
}

.portal-popup [id*="inviteUserForm"] .btn-outline-borderless {
  color: var(--gray);
  padding: 0;
  border: 0;
  min-width: 0;
}

.commerce-modal .modal-dialog,
.clay-modal .modal-dialog,
.liferay-modal .modal-dialog,
.portal-popup .modal-dialog {
  margin: 2rem auto;
}

.commerce-modal .modal-dialog.modal-lg,
.commerce-modal .modal-dialog.modal-full-screen,
.clay-modal .modal-dialog.modal-lg,
.clay-modal .modal-dialog.modal-full-screen,
.liferay-modal .modal-dialog.modal-lg,
.liferay-modal .modal-dialog.modal-full-screen,
.portal-popup .modal-dialog.modal-lg,
.portal-popup .modal-dialog.modal-full-screen {
  max-width: 70%;
  height: calc(100% - 4rem);
}

.commerce-modal .modal-dialog.modal-full-screen,
.clay-modal .modal-dialog.modal-full-screen,
.liferay-modal .modal-dialog.modal-full-screen,
.portal-popup .modal-dialog.modal-full-screen {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.commerce-modal .modal-dialog.modal-full-screen .modal-content,
.clay-modal .modal-dialog.modal-full-screen .modal-content,
.liferay-modal .modal-dialog.modal-full-screen .modal-content,
.portal-popup .modal-dialog.modal-full-screen .modal-content {
  border-radius: 2rem;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-header,
.commerce-modal .modal-header,
.clay-modal .modal-iframe-wrapper .modal-iframe-header,
.clay-modal .modal-header,
.liferay-modal .modal-iframe-wrapper .modal-iframe-header,
.liferay-modal .modal-header,
.portal-popup .modal-iframe-wrapper .modal-iframe-header,
.portal-popup .modal-header {
  padding: 2rem;
  height: auto;
}

.commerce-modal .modal-title,
.clay-modal .modal-title,
.liferay-modal .modal-title,
.portal-popup .modal-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  color: var(--dark);
}

.commerce-modal .modal-content,
.clay-modal .modal-content,
.liferay-modal .modal-content,
.portal-popup .modal-content {
  padding: 0;
  border: none;
  height: 100%;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-content,
.clay-modal .modal-iframe-wrapper .modal-iframe-content,
.liferay-modal .modal-iframe-wrapper .modal-iframe-content,
.portal-popup .modal-iframe-wrapper .modal-iframe-content {
  padding: 2rem;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-footer,
.commerce-modal .modal-footer,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer,
.clay-modal .modal-footer,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer,
.liferay-modal .modal-footer,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer,
.portal-popup .modal-footer {
  padding: 2rem;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .modal-item-last,
.commerce-modal .modal-footer .modal-item-last,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .modal-item-last,
.clay-modal .modal-footer .modal-item-last,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .modal-item-last,
.liferay-modal .modal-footer .modal-item-last,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .modal-item-last,
.portal-popup .modal-footer .modal-item-last {
  margin: 0;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title [href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer [href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.commerce-modal .modal-footer .btn,
.commerce-modal .modal-footer .fds .table-list-title[href],
.fds .commerce-modal .modal-footer .table-list-title[href],
.commerce-modal .modal-footer .fds .table-list-title [href],
.fds .table-list-title .commerce-modal .modal-footer [href],
.commerce-modal .modal-footer .portlet-login a,
.portlet-login .commerce-modal .modal-footer a,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title [href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer [href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.clay-modal .modal-footer .btn,
.clay-modal .modal-footer .fds .table-list-title[href],
.fds .clay-modal .modal-footer .table-list-title[href],
.clay-modal .modal-footer .fds .table-list-title [href],
.fds .table-list-title .clay-modal .modal-footer [href],
.clay-modal .modal-footer .portlet-login a,
.portlet-login .clay-modal .modal-footer a,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a,
.clay-modal .modal-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title [href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer [href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.liferay-modal .modal-footer .btn,
.liferay-modal .modal-footer .fds .table-list-title[href],
.fds .liferay-modal .modal-footer .table-list-title[href],
.liferay-modal .modal-footer .fds .table-list-title [href],
.fds .table-list-title .liferay-modal .modal-footer [href],
.liferay-modal .modal-footer .portlet-login a,
.portlet-login .liferay-modal .modal-footer a,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title [href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer [href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-icon-back,
.portal-popup .modal-footer .btn,
.portal-popup .modal-footer .fds .table-list-title[href],
.fds .portal-popup .modal-footer .table-list-title[href],
.portal-popup .modal-footer .fds .table-list-title [href],
.fds .table-list-title .portal-popup .modal-footer [href],
.portal-popup .modal-footer .portlet-login a,
.portlet-login .portal-popup .modal-footer a,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a,
.portal-popup .modal-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portlet-icon-back {
  min-width: 11rem;
}

.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .btn.btn-secondary,
.commerce-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-footer .btn-secondary.table-list-title[href],
.commerce-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-footer .btn-secondary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .commerce-modal .modal-footer a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .btn.btn-secondary,
.clay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-footer .btn-secondary.table-list-title[href],
.clay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-footer .btn-secondary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .clay-modal .modal-footer a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .btn.btn-secondary,
.liferay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-footer .btn-secondary.table-list-title[href],
.liferay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-footer .btn-secondary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-login a.btn-secondary,
.portlet-login .liferay-modal .modal-footer a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .btn.btn-secondary,
.portal-popup .modal-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-footer .btn-secondary.table-list-title[href],
.portal-popup .modal-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-footer .btn-secondary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup .modal-footer a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back {
  min-width: 11rem;
}

.liferay-modal .mondal-content {
  border-radius: 2rem;
}

li.nav-item .dropdown.creation-menu {
  display: none;
}

@media (max-width: 600px) {
  .portal-popup .modal-iframe-wrapper .modal-iframe-footer,
  .portal-popup .modal-footer {
    padding: 1rem !important;
    flex-wrap: nowrap !important;
  }

  .liferay-modal .modal-footer,
  .portal-popup .modal-iframe-wrapper .modal-iframe-footer,
  .portal-popup .modal-footer {
    padding: 1rem;
  }

  .modal-footer .modal-item-last .btn-group {
    flex-wrap: nowrap;
  }
}

@media (max-width: 600px) {
  .commerce-modal .modal-dialog.modal-lg,
  .commerce-modal .modal-dialog.modal-full-screen,
  .clay-modal .modal-dialog.modal-lg,
  .clay-modal .modal-dialog.modal-full-screen,
  .liferay-modal .modal-dialog.modal-lg,
  .liferay-modal .modal-dialog.modal-full-screen,
  .portal-popup .modal-dialog.modal-lg,
  .portal-popup .modal-dialog.modal-full-screen {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .yui3-widget-mask {
    z-index: auto !important;
    position: relative !important;
  }
}

nav.management-bar {
  padding: 0 2rem;
  border: none;
  min-height: 0;
  margin-bottom: 1rem;
}

nav.management-bar-primary {
  background-color: #e2f5f2;
  color: var(--dark);
  border: none;
}

nav.management-bar-light {
  background: transparent;
}

nav.management-bar-light .navbar-nav .nav-link {
  color: var(--gray);
}

nav.management-bar-light .navbar-nav .nav-link[aria-label="Search"] {
  display: none;
}

nav.management-bar.navbar-expand-md .navbar-form {
  padding: 0;
  height: auto;
  position: relative;
  display: block;
}

nav.management-bar .navbar-nav .nav-item .custom-checkbox.custom-control {
  margin: 0 0 0 2rem;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary) {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
  margin: 0 0 0 1rem;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary):focus,
nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary).focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary):disabled,
nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary).disabled {
  color: #b8b8b8;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary):hover,
nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary):focus {
  border-color: var(--primary);
  background: #FBFBFB;
  border-radius: 2rem;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary) .c-inner {
  padding: 0;
  margin: 0;
  min-width: auto;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary) svg {
  display: block;
  padding-right: 1rem;
  width: 2rem;
  margin: 0;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary):focus,
nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary) .focus {
  background-color: #FBFBFB;
}

nav.management-bar .navbar-nav .dropdown .dropdown-toggle:not(.btn-primary) .navbar-breakpoint-down-d-none {
  display: flex;
  align-items: center;
}

nav.management-bar .navbar-nav .nav-btn {
  height: 3.5rem;
  width: 3.5rem;
  min-width: 0;
  margin: 0 1rem 0 0;
}

nav.management-bar .navbar-nav .nav-btn svg {
  position: absolute;
}

nav.management-bar .navbar-form .form-control {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

nav.management-bar .navbar-form .form-control:focus,
nav.management-bar .navbar-form .form-control.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

nav.management-bar .navbar-form .form-control:disabled,
nav.management-bar .navbar-form .form-control.disabled {
  color: #b8b8b8;
}

nav.management-bar .navbar-form .form-control.input-group-inset-after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  height: auto;
}

nav.management-bar .navbar-form .form-control.input-group-inset-after:focus + .input-group-inset-item-after {
  border-color: var(--primary);
}

nav.management-bar .navbar-form .input-group-inset-item {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

nav.management-bar .navbar-form .input-group-inset-item:focus,
nav.management-bar .navbar-form .input-group-inset-item.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

nav.management-bar .navbar-form .input-group-inset-item:disabled,
nav.management-bar .navbar-form .input-group-inset-item.disabled {
  color: #b8b8b8;
}

nav.management-bar .navbar-form .input-group-inset-item .btn,
nav.management-bar .navbar-form .input-group-inset-item .fds .table-list-title[href],
.fds nav.management-bar .navbar-form .input-group-inset-item .table-list-title[href],
nav.management-bar .navbar-form .input-group-inset-item .fds .table-list-title [href],
.fds .table-list-title nav.management-bar .navbar-form .input-group-inset-item [href],
nav.management-bar .navbar-form .input-group-inset-item .portlet-login a,
.portlet-login nav.management-bar .navbar-form .input-group-inset-item a,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header nav.management-bar .navbar-form .input-group-inset-item a,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order nav.management-bar .navbar-form .input-group-inset-item .portlet-icon-back,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content nav.management-bar .navbar-form .input-group-inset-item .portlet-icon-back,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions nav.management-bar .navbar-form .input-group-inset-item .portlet-icon-back {
  padding: 0;
}

nav.management-bar .navbar-form .input-group-inset-item .btn.btn-monospaced,
nav.management-bar .navbar-form .input-group-inset-item .fds .btn-monospaced.table-list-title[href],
.fds nav.management-bar .navbar-form .input-group-inset-item .btn-monospaced.table-list-title[href],
nav.management-bar .navbar-form .input-group-inset-item .fds .table-list-title .btn-monospaced[href],
.fds .table-list-title nav.management-bar .navbar-form .input-group-inset-item .btn-monospaced[href],
nav.management-bar .navbar-form .input-group-inset-item .portlet-login a.btn-monospaced,
.portlet-login nav.management-bar .navbar-form .input-group-inset-item a.btn-monospaced,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order .info-box .header a.btn-monospaced,
.portlet-commerce-order .info-box .header nav.management-bar .navbar-form .input-group-inset-item a.btn-monospaced,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order .btn-monospaced.portlet-icon-back,
.portlet-commerce-order nav.management-bar .navbar-form .input-group-inset-item .btn-monospaced.portlet-icon-back,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-order-content .btn-monospaced.portlet-icon-back,
.portlet-commerce-order-content nav.management-bar .navbar-form .input-group-inset-item .btn-monospaced.portlet-icon-back,
nav.management-bar .navbar-form .input-group-inset-item .portlet-commerce-product-definitions .btn-monospaced.portlet-icon-back,
.portlet-commerce-product-definitions nav.management-bar .navbar-form .input-group-inset-item .btn-monospaced.portlet-icon-back {
  margin: 0;
  width: 1rem;
  height: 1rem;
  overflow: visible;
}

.loading-animation {
  width: auto;
  height: auto;
}

.loading-animation:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 20px;
  border: 5px solid #DEEBEC;
  border-top-color: var(--primary);
  display: block;
  margin: 0 auto;
  animation: loading .5s linear infinite;
  right: 0;
  top: 0;
  box-shadow: none;
  position: relative;
}

.loading-animation:after {
  display: none;
}

.table-heading {
  padding: 2rem;
}

.table-list,
.table-bordered {
  border: none;
  margin: 0;
}

.table-list-title,
.table-bordered-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark);
}

.table-list .table-active th,
.table-list .table-active td,
.table-bordered .table-active th,
.table-bordered .table-active td {
  background-color: #e2f5f2;
}

.table-responsive {
  margin: 0;
}

@media (max-width: 992px) {
  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table-responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #DDDDDD;
  }

  .table-responsive tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    border: none;
  }

  .table-responsive tbody tr td:first-child {
    padding-top: 2rem;
  }

  .table-responsive tbody tr td:last-child {
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD;
  }
}

.table-hover tbody tr:hover {
  background: transparent;
}

.table-hover tbody tr:hover td {
  background: transparent;
  color: var(--dark);
}

.table thead,
.table tbody,
.table-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table th,
.table thead th {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.25rem;
  background: transparent;
  padding: 2rem 1rem;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 700;
  text-transform: capitalize;
}

.table th:first-child,
.table thead th:first-child {
  padding-right: 2rem;
}

.table th:last-child,
.table thead th:last-child {
  padding-left: 2rem;
}

.table th:last-child [id*="action-link"],
.table thead th:last-child [id*="action-link"] {
  font-size: 1rem;
}

.table th:last-child [id*="action-link"]:hover,
.table th:last-child [id*="action-link"]:focus,
.table thead th:last-child [id*="action-link"]:hover,
.table thead th:last-child [id*="action-link"]:focus {
  color: var(--primary);
}

.table th .table-sort-liner,
.table thead th .table-sort-liner {
  padding: 0;
}

.table th .table-sort-liner a:not(.component-action):not(.btn),
.table thead th .table-sort-liner a:not(.component-action):not(.btn) {
  color: var(--dark);
  display: flex;
  align-items: center;
}

.table th .table-sort-indicator,
.table thead th .table-sort-indicator {
  position: static;
  display: block;
  margin-right: 0.5rem;
}

.table td,
.table tbody td {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.25rem;
  background: transparent;
  padding: 2rem 1rem;
  border: none;
  border-bottom: 1px solid #DDDDDD;
}

.table td:first-child,
.table tbody td:first-child {
  padding-right: 2rem;
}

.table td:last-child,
.table tbody td:last-child {
  padding-left: 2rem;
}

.table td:last-child [id*="action-link"],
.table tbody td:last-child [id*="action-link"] {
  font-size: 1rem;
}

.table td:last-child [id*="action-link"]:hover,
.table td:last-child [id*="action-link"]:focus,
.table tbody td:last-child [id*="action-link"]:hover,
.table tbody td:last-child [id*="action-link"]:focus {
  color: var(--primary);
}

.table tbody tr:last-child td {
  border: none;
}

.table .table-autofit .table-cell-expand,
.table .table-cell-expand,
.table .table-column-expand {
  max-width: 0;
}

.table .table-column-start {
  padding-right: 2rem;
}

.table .table-column-end {
  padding-left: 2rem;
}

.table .info-box header {
  justify-content: flex-end;
  background: transparent;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .table.table-autofit td,
  .table.table-autofit th {
    width: auto;
  }
}

.fds .data-set-wrapper .data-set.data-set-stacked .data-set-content-wrapper,
.fds .data-set-wrapper .data-set.data-set-fluid .data-set-content-wrapper,
.fds .data-set-wrapper .data-set.data-set-inline .data-set-content-wrapper {
  margin: 0;
}

.fds .data-set-wrapper .data-set.data-set-stacked .data-set-pagination-wrapper,
.fds .data-set-wrapper .data-set.data-set-fluid .data-set-pagination-wrapper,
.fds .data-set-wrapper .data-set.data-set-inline .data-set-pagination-wrapper {
  margin: 0;
  padding: 2rem;
}

.fds .data-set-wrapper .data-set.data-set-stacked .management-bar-wrapper,
.fds .data-set-wrapper .data-set.data-set-fluid .management-bar-wrapper,
.fds .data-set-wrapper .data-set.data-set-inline .management-bar-wrapper {
  border: none;
  margin: 0;
}

.fds .data-set-wrapper .data-set .dnd-table {
  border: none;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-tr {
  margin: 0;
  border-radius: 0;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-tr:before {
  background: var(--primary);
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-tr:hover,
.fds .data-set-wrapper .data-set .dnd-table .dnd-tr.selected,
.fds .data-set-wrapper .data-set .dnd-table .dnd-tr:nth-child(odd):not(:hover):not(.selected) {
  background: transparent;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.25rem;
  background: transparent;
  padding: 2rem 1rem;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 700;
  text-transform: capitalize;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th:first-child {
  padding-right: 2rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child {
  padding-left: 2rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"] {
  font-size: 1rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"]:hover,
.fds .data-set-wrapper .data-set .dnd-table .dnd-th:last-child [id*="action-link"]:focus {
  color: var(--primary);
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th-resizer {
  background-color: var(--primary);
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-th.item-actions .dropdown-toggle {
  min-width: 0;
  padding: 0;
  color: var(--primary);
  height: auto;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.25rem;
  background: transparent;
  padding: 2rem 1rem;
  border: none;
  border-bottom: 1px solid #DDDDDD;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td:first-child {
  padding-right: 2rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child {
  padding-left: 2rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"] {
  font-size: 1rem;
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"]:hover,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td:last-child [id*="action-link"]:focus {
  color: var(--primary);
}

.fds .data-set-wrapper .data-set .dnd-table .dnd-td .btn,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .table-list-title[href],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .table-list-title [href],
.fds .table-list-title .data-set-wrapper .data-set .dnd-table .dnd-td [href],
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-login a,
.portlet-login .fds .data-set-wrapper .data-set .dnd-table .dnd-td a,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .fds .data-set-wrapper .data-set .dnd-table .dnd-td a,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-icon-back,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-icon-back,
.fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .fds .data-set-wrapper .data-set .dnd-table .dnd-td .portlet-icon-back {
  padding: 0;
}

.fds .table-list-title[href]:hover,
.fds .table-list-title [href]:hover {
  color: var(--primary);
}

table .loading-animation,
.table-root .loading-animation {
  margin: 0 auto !important;
  padding: 1rem 0 3rem;
}

.fds .dnd-th-resizer {
  background: var(--primary);
}

.sheet-subtitle.autofit-row,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .sheet-tertiary-title,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .control-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .ddm-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .lfr-ddm-legend,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .portlet-commerce-product-definitions .form-group:nth-child(2) label,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .sheet-tertiary-title,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .control-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .ddm-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .lfr-ddm-legend,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .portlet-commerce-product-definitions .form-group:nth-child(2) label,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) label {
  padding: 0;
  margin-bottom: 1rem;
  border: none;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  text-transform: none;
}

.sheet-subtitle.autofit-row .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .sheet-tertiary-title .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .control-label .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label .autofit-col,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .ddm-label .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .autofit-col,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .lfr-ddm-legend .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .portlet-commerce-product-definitions .form-group:nth-child(2) label .autofit-col,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) label .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .sheet-tertiary-title .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .control-label .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label .autofit-col,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .ddm-label .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .autofit-col,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .lfr-ddm-legend .autofit-col,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .portlet-commerce-product-definitions .form-group:nth-child(2) label .autofit-col,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) label .autofit-col,
.sheet-subtitle.autofit-row .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .sheet-tertiary-title .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .control-label .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label .heading-text,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .ddm-label .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .heading-text,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .lfr-ddm-legend .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .portlet-commerce-product-definitions .form-group:nth-child(2) label .heading-text,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) label .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .sheet-tertiary-title .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .control-label .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label .heading-text,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .ddm-label .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend .heading-text,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .lfr-ddm-legend .heading-text,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .portlet-commerce-product-definitions .form-group:nth-child(2) label .heading-text,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) label .heading-text {
  margin: 0;
}

.portlet-commerce-wish-list-content .table-responsive .table thead th,
[class*="SircAdminDashboardPortlet"] .table-responsive .table thead th {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  [class*="SircAuctionManagementPortlet"] .table tbody td,
  .portlet-commerce-wish-list-content .table tbody td,
  .portlet-commerce-order-content .table tbody td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

[class*="SircAuctionManagementPortlet"] .table tbody tr:nth-last-child(2) td,
[class*="SircRegistrationDetailsPortlet"] .table tbody tr:nth-last-child(2) td,
.portlet-commerce-wish-list-content .table tbody tr:nth-last-child(2) td,
.portlet-commerce-order-content .table tbody tr:nth-last-child(2) td {
  border: none;
}

@media (min-width: 992px) {
  [id*="productDefinitionsContainer"] .fds .data-set-wrapper .data-set .dnd-table .dnd-td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.sticker-xl {
  height: 3.5rem;
  width: 5rem;
}

.sticker img {
  width: 100%;
  height: 100%;
}

#_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-th:nth-child(2) {
  width: 8% !important;
}

#_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-td:nth-child(2) {
  width: 8% !important;
}

/* fix for EWVO91I-059 Seller/Portal Admin -> Order Details -> Product Image is not displaying */

#_com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet_editOrderContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-th:first-child {
  width: 8% !important;
}

#_com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet_editOrderContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-td:first-child {
  width: 8% !important;
}

@media (max-width: 768px) {
  #_com_liferay_account_admin_web_internal_portlet_AccountEntriesManagementPortlet_fm .lfr-form-content .sheet-section {
    display: block;
  }

  #_com_liferay_account_admin_web_internal_portlet_AccountEntriesManagementPortlet_fm .lfr-form-content .sheet-section .form-group {
    width: 100%;
  }

  #_com_liferay_account_admin_web_internal_portlet_AccountEntriesManagementPortlet_fm .lfr-form-content .sheet-section .form-group .lfr-tooltip-scope .input-group .input-group-item {
    margin-left: 4px;
  }

  #_com_liferay_account_admin_web_internal_portlet_AccountEntriesManagementPortlet_fm .lfr-form-content .taglib-custom-attributes-list {
    display: block;
  }

  #_com_liferay_account_admin_web_internal_portlet_AccountEntriesManagementPortlet_fm .lfr-form-content .taglib-custom-attributes-list .lfr-ddm-field-group {
    width: 100%;
  }
}

.navigation-bar.navbar-underline.navbar-expand-md {
  background: transparent;
  border: none;
  margin: 0 2rem 1.5rem;
}

.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link:focus,
.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link:disabled,
.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link.disabled {
  color: #b8b8b8;
}

.navigation-bar.navbar-underline.navbar-expand-md .navbar-toggler-link:after {
  display: none;
}

.navigation-bar.navbar-underline.navbar-expand-md .nav-link {
  color: var(--gray);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 1.75rem;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .navigation-bar.navbar-underline.navbar-expand-md .nav-link {
    padding: 1.25rem 0;
    margin: 0 0 0 2.5rem;
  }
}

.navigation-bar.navbar-underline.navbar-expand-md .nav-link:hover,
.navigation-bar.navbar-underline.navbar-expand-md .nav-link.active {
  color: var(--primary);
  background: transparent;
}

.navigation-bar.navbar-underline.navbar-expand-md .nav-link.active:after {
  content: '';
  top: 50%;
  bottom: initial;
  background: var(--primary);
  border-radius: .25rem;
  width: .25rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .navigation-bar.navbar-underline.navbar-expand-md .nav-link.active:after {
    top: 0;
    width: 100%;
    height: .25rem;
    transform: none;
  }
}

.page-header {
  background: transparent;
}

.custom-tabs {
  padding: 1.25rem 0;
  margin: 0 0 0 2.5rem;
}

.custom-tabs .tablinks {
  padding: 0.5rem 0;
  margin: 0 0 0 2.5rem;
  color: var(--primary);
  background: transparent;
  font-weight: bold;
  border-top: 2px solid #00A887;
  text-decoration: none;
  font-size: 14px;
}

.container.container-custom-changes {
  margin-top: 2rem;
}

.seller_theme .navigation-bar.navbar-underline.navbar-expand-md .nav-link:hover,
.seller_theme .navigation-bar.navbar-underline.navbar-expand-md .nav-link.active {
  color: #7473C0;
}

.seller_theme .navigation-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
  background: #7473C0;
}

.seller_theme .portlet-commerce-order .step-tracker .step.completed:not(:first-child):before,
.seller_theme .portlet-commerce-order .step-tracker .step.completed:not(:last-child):after {
  background: #7473C0;
}

.seller_theme .step-tracker .step.active {
  background-color: #dbdaff;
  color: #7473C0;
}

.seller_theme .portlet-boundary.portlet-boundary_sirc_commerce_user_account_web_SircCommerceUserAccountWebPortlet_.portlet-static.portlet-static-end.portlet-barebone .tab a.active {
  color: #7473C0;
  text-align: center;
  font-style: normal;
  border-top: 2px solid #7473C0;
}

.seller_theme section .portlet-content-container .back-link {
  color: #7473C0;
}

.seller_theme section a.dropdown-item.deactivate-btn:hover {
  background-color: #7473C0;
}

.portal_admin_theme .navigation-bar.navbar-underline.navbar-expand-md .nav-link:hover,
.portal_admin_theme .navigation-bar.navbar-underline.navbar-expand-md .nav-link.active {
  color: #00C1DE;
}

.portal_admin_theme .navigation-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
  background: #00C1DE;
}

.portal_admin_theme .portlet-commerce-order .step-tracker .step.completed:not(:first-child):before,
.portal_admin_theme .portlet-commerce-order .step-tracker .step.completed:not(:last-child):after {
  background: #00C1DE;
}

.portal_admin_theme .step-tracker .step.active {
  background-color: #c1f5fd;
  color: #00C1DE;
}

.portal_admin_theme .portlet-boundary.portlet-boundary_sirc_commerce_user_account_web_SircCommerceUserAccountWebPortlet_.portlet-static.portlet-static-end.portlet-barebone .tab a.active {
  color: #00C1DE;
  text-align: center;
  font-style: normal;
  border-top: 2px solid #00C1DE;
}

.portal_admin_theme section .portlet-content-container .back-link {
  color: #00C1DE;
}

.portal_admin_theme section a.dropdown-item.deactivate-btn:hover {
  background-color: #00C1DE;
}

.portal_admin_theme section a.dropdown-item.deactivate-btn {
  border: 1px solid #00C1DE;
}

.navigation-account .nav,
.navigation-account .navbar-nav,
.menubar-vertical-expand-lg .nav,
.menubar-vertical-expand-lg .navbar-nav {
  flex-direction: column;
}

.navigation-account .nav .nav-item.selected:before,
.navigation-account .nav .nav-link.active:before,
.navigation-account .navbar-nav .nav-item.selected:before,
.navigation-account .navbar-nav .nav-link.active:before,
.menubar-vertical-expand-lg .nav .nav-item.selected:before,
.menubar-vertical-expand-lg .nav .nav-link.active:before,
.menubar-vertical-expand-lg .navbar-nav .nav-item.selected:before,
.menubar-vertical-expand-lg .navbar-nav .nav-link.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.25rem;
  height: 1.5rem;
  background: var(--primary);
  border-radius: 0.25rem;
  transform: translate(0, -50%);
}

.navigation-account .nav .nav-item,
.navigation-account .navbar-nav .nav-item,
.menubar-vertical-expand-lg .nav .nav-item,
.menubar-vertical-expand-lg .navbar-nav .nav-item {
  position: relative;
}

.navigation-account .nav .nav-item.selected .nav-link,
.navigation-account .navbar-nav .nav-item.selected .nav-link,
.menubar-vertical-expand-lg .nav .nav-item.selected .nav-link,
.menubar-vertical-expand-lg .navbar-nav .nav-item.selected .nav-link {
  color: var(--primary);
}

.navigation-account .nav .nav-link,
.navigation-account .navbar-nav .nav-link,
.menubar-vertical-expand-lg .nav .nav-link,
.menubar-vertical-expand-lg .navbar-nav .nav-link {
  outline: none;
  width: 100%;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray);
}

.navigation-account .nav .nav-link.active,
.navigation-account .nav .nav-link:hover,
.navigation-account .navbar-nav .nav-link.active,
.navigation-account .navbar-nav .nav-link:hover,
.menubar-vertical-expand-lg .nav .nav-link.active,
.menubar-vertical-expand-lg .nav .nav-link:hover,
.menubar-vertical-expand-lg .navbar-nav .nav-link.active,
.menubar-vertical-expand-lg .navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary);
}

.menubar.menubar-vertical-expand-lg {
  max-width: 100%;
}

.menubar.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus,
.menubar.menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
  background: transparent;
}

[class*="SircProfilePortlet"] .btn.btn-primary,
[class*="SircProfilePortlet"] .fds .btn-primary.table-list-title[href],
.fds [class*="SircProfilePortlet"] .btn-primary.table-list-title[href],
[class*="SircProfilePortlet"] .fds .table-list-title .btn-primary[href],
.fds .table-list-title [class*="SircProfilePortlet"] .btn-primary[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn.btn-secondary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds [class*="SircProfilePortlet"] .btn-secondary.table-list-title[href],
[class*="SircProfilePortlet"] .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.table-list-title[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title [class*="SircProfilePortlet"] .btn-secondary[href],
[class*="SircProfilePortlet"] .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column [class*="SircProfilePortlet"] .btn.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-login [class*="SircProfilePortlet"] a.btn-secondary,
[class*="SircProfilePortlet"] .portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-secondary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] a.btn-secondary,
[class*="SircProfilePortlet"] .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-secondary,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-login a.btn-primary,
.portlet-login [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] a.btn-primary,
[class*="SircProfilePortlet"] .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back,
[class*="SircProfilePortlet"] .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back {
  min-width: 11rem;
}

[class*="SircProfilePortlet"] .btn.btn-primary:hover,
[class*="SircProfilePortlet"] .fds .btn-primary.table-list-title:hover[href],
.fds [class*="SircProfilePortlet"] .btn-primary.table-list-title:hover[href],
[class*="SircProfilePortlet"] .fds .table-list-title .btn-primary:hover[href],
.fds .table-list-title [class*="SircProfilePortlet"] .btn-primary:hover[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .btn.btn-secondary:hover,
.portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn.btn-secondary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title:hover[href],
.portlet-commerce-cart-content-total .fds [class*="SircProfilePortlet"] .btn-secondary.table-list-title:hover[href],
[class*="SircProfilePortlet"] .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title:hover[href],
.fds .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.table-list-title:hover[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary:hover[href],
.portlet-commerce-cart-content-total .fds .table-list-title [class*="SircProfilePortlet"] .btn-secondary:hover[href],
[class*="SircProfilePortlet"] .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary:hover[href],
.fds .table-list-title .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary:hover[href],
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-login a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-login [class*="SircProfilePortlet"] a.btn-secondary:hover,
[class*="SircProfilePortlet"] .portlet-login .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-login .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-secondary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] a.btn-secondary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary:hover,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] a.btn-secondary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-order-content [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-order-content .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back:hover,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total [class*="SircProfilePortlet"] .btn-secondary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-login a.btn-primary:hover,
.portlet-login [class*="SircProfilePortlet"] a.btn-primary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order .info-box .header a.btn-primary:hover,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] a.btn-primary:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-order-content .btn-primary.portlet-icon-back:hover,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back:hover,
[class*="SircProfilePortlet"] .portlet-commerce-product-definitions .btn-primary.portlet-icon-back:hover,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .btn-primary.portlet-icon-back:hover {
  color: var(--white);
}

[class*="SircProfilePortlet"] .lfr-form-row:nth-child(2) .lfr-autorow-controls {
  display: block;
  bottom: calc(100% + 1.5rem);
}

[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls {
  display: none;
}

[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .btn,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title[href],
.fds [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .table-list-title[href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title [href],
.fds .table-list-title [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls [href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-login a,
.portlet-login [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back {
  min-width: 0;
  padding: 1rem !important;
  height: auto;
  width: auto;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  position: relative;
  margin: -5.75rem 0 2.25rem;
}

[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .btn:last-child,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title:last-child[href],
.fds [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .table-list-title:last-child[href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title :last-child[href],
.fds .table-list-title [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls :last-child[href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-login a:last-child,
.portlet-login [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a:last-child,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .info-box .header a:last-child,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a:last-child,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .portlet-icon-back:last-child,
.portlet-commerce-order [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back:last-child,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order-content .portlet-icon-back:last-child,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back:last-child,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-product-definitions .portlet-icon-back:last-child,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back:last-child {
  margin-right: .5rem;
}

[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .btn svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title[href] svg,
.fds [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .table-list-title[href] svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title [href] svg,
.fds .table-list-title [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls [href] svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-login a svg,
.portlet-login [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .info-box .header a svg,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .portlet-icon-back svg,
.portlet-commerce-order [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order-content .portlet-icon-back svg,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back svg,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-product-definitions .portlet-icon-back svg,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back svg {
  margin: 0;
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  padding: 0.125rem;
}

[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .btn,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title[href],
.fds [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .table-list-title[href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .fds .table-list-title [href],
.fds .table-list-title [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls [href],
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-login a,
.portlet-login [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls a,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back,
[class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions [class*="SircProfilePortlet"] .lfr-form-row .lfr-autorow-controls .portlet-icon-back {
  margin: 0;
}

[class*="SircProfilePortlet"] .form-control[id*="Download"] {
  display: flex;
}

.form-feedback-text {
  color: var(--gray);
  font-size: .875rem;
}

.approval-table {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.approval-table .taglib-search-iterator-page-iterator-top {
  display: none;
}

.approval-detail-actions {
  display: flex;
}

.approval-detail-actions .btn-secondary {
  background: transparent;
  border-color: var(--primary);
}

.approval-detail form {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
}

.approval-detail form .page-heading,
.approval-detail form .cart-root .mini-cart .mini-cart-header-resume,
.cart-root .mini-cart .approval-detail form .mini-cart-header-resume {
  margin: 2rem 0;
}

.approval-detail form .input-checkbox-wrapper {
  margin-left: 2rem;
}

.approval-detail form .form-control {
  min-height: 3.5rem;
}

.portlet-commerce-cart-content .commerce-order-items .lfr-description-column a {
  color: var(--dark);
  text-decoration: none;
}

.portlet-commerce-cart-content .lfr-quantity-column .input-group {
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .portlet-commerce-cart-content .lfr-quantity-column .input-group .input-group-item {
    display: block;
  }
}

.portlet-commerce-cart-content .lfr-quantity-column .commerce-input {
  width: 70% !important;
}

.portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-secondary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary[href],
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-secondary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column a.btn-secondary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-secondary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column a.btn-secondary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back {
  min-width: 0;
}

.portlet-commerce-cart-content .lfr-entry-action-column {
  text-align: right;
}

@media (min-width: 992px) {
  .portlet-commerce-cart-content .lfr-entry-action-column {
    text-align: left;
  }
}

.portlet-commerce-cart-content .lfr-entry-action-column .item-remove .lfr-icon-item {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.portlet-commerce-cart-content .lfr-entry-action-column .item-remove .lfr-icon-item:hover {
  color: var(--primary);
  text-decoration: none;
}

.portlet-commerce-cart-content .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td {
  border: none;
}

@media (min-width: 992px) {
  .portlet-commerce-cart-content .table.table-autofit td,
  .portlet-commerce-cart-content .table.table-autofit th {
    width: 1%;
  }
}

.portlet-commerce-cart-content-total .order-total .row:last-child .h4 {
  font-weight: 700;
}

.portlet-commerce-cart-content-total .order-total .h4 {
  color: var(--dark);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.portlet-commerce-cart-content-total .btn.btn-secondary,
.portlet-commerce-cart-content-total .fds .btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .btn-secondary[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-cart-content-total .btn-primary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.table-list-title[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-cart-content-total .btn-primary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary[href],
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total a.btn-primary,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-cart-content-total .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-login a.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .btn-secondary.portlet-icon-back {
  margin-top: 1rem;
  width: 100%;
}

.portlet-commerce-open-order-content .portlet-icon-back {
  display: none;
}

.portlet-commerce-open-order-content .commerce-cta {
  margin-bottom: 2rem;
}

.portlet-commerce-open-order-content .commerce-cta .btn-secondary {
  display: none;
}

.portlet-commerce-open-order-content .commerce-cta .btn-primary {
  min-width: 11rem;
}

.portlet-commerce-open-order-content .order-details-container {
  display: flex;
  flex-direction: column-reverse;
}

.portlet-commerce-open-order-content .order-details-container > .row,
.portlet-commerce-open-order-content .order-details-container > .lfr-icon-menu,
.portlet-commerce-open-order-content .order-details-container .notes-icon {
  display: none;
}

.portlet-commerce-open-order-content .order-details-container > .commerce-panel {
  margin-bottom: 2rem;
}

.portlet-commerce-open-order-content .order-details-container > .commerce-panel .commerce-list {
  display: block;
}

.portlet-commerce-open-order-content .order-details-container > .commerce-panel .commerce-panel__content:first-child {
  margin-bottom: 2rem;
}

.portlet-commerce-open-order-content .order-details-container > .commerce-panel .commerce-panel__content:first-child .col-md-3:first-child {
  display: none;
}

.portlet-commerce-open-order-content .table-root {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem 0 0;
}

.portlet-commerce-open-order-content .commerce-panel {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.portlet-commerce-open-order-content .commerce-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.portlet-commerce-open-order-content .commerce-list > * {
  width: 50%;
  margin: 0;
}

.cart-root .mini-cart {
  position: relative;
  height: auto;
  width: auto;
  z-index: 1052;
}

.cart-root .mini-cart:not(.is-open) {
  position: relative;
  width: initial;
  height: initial;
}

.cart-root .mini-cart:not(.is-open) .mini-cart-overlay {
  pointer-events: none;
}

.cart-root .mini-cart .mini-cart-opener {
  position: relative;
  width: initial;
  height: initial;
  padding: 0;
}

.cart-root .mini-cart .mini-cart-opener:before {
  margin-right: 0;
  margin-top: 0;
  width: auto;
}

.cart-root .mini-cart .mini-cart-opener:after {
  content: '';
  background-image: url(../images/icons/icon-cart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.cart-root .mini-cart .mini-cart-opener svg {
  display: none;
}

.cart-root .mini-cart .mini-cart-wrapper {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: initial;
  bottom: 0;
  box-shadow: -10px 70px 20px -10px rgba(0, 0, 0, 0.3);
  background: var(--white);
}

@media (min-width: 768px) {
  .cart-root .mini-cart .mini-cart-wrapper {
    width: 640px;
    border-radius: 0 2rem 2rem 0;
  }
}

.cart-root .mini-cart .mini-cart-wrapper .mini-cart-cart-items {
  overflow-y: visible;
}

.cart-root .mini-cart .mini-cart-overlay {
  position: fixed;
  background-color: var(--primary);
  opacity: 0.8;
}

.cart-root .mini-cart .mini-cart-close {
  margin-right: auto;
  padding: 2rem;
}

.cart-root .mini-cart .mini-cart-header {
  background-color: transparent;
}

.cart-root .mini-cart .mini-cart-header-block {
  padding: 0;
}

.cart-root .mini-cart .mini-cart-header-title {
  display: none;
}

.cart-root .mini-cart .mini-cart-header-resume {
  padding: 0;
}

.cart-root .mini-cart .mini-cart-header-resume span.items {
  font-weight: 800;
}

.cart-root .mini-cart .mini-cart-header-actions {
  height: auto;
}

.cart-root .mini-cart .mini-cart-header-actions .actions .action,
.cart-root .mini-cart .mini-cart-header-actions .actions .action:last-child {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary) !important;
  padding: 0 2rem 0 0;
  border: none;
  margin: 0;
}

.cart-root .mini-cart .mini-cart-items-list {
  display: block;
  overflow: auto;
}

.cart-root .mini-cart .mini-cart-items-list > .form-group {
  display: none;
}

.cart-root .mini-cart .mini-cart-items-list .mini-cart-header {
  border-bottom: 1px solid #DDDDDD;
}

.cart-root .mini-cart .mini-cart-items-list .mini-cart-header-block {
  padding: 0 2rem 2rem;
}

.cart-root .mini-cart .mini-cart-items-list .summary-table {
  padding: 2rem 2rem 0 2rem;
  border-color: #DDDDDD;
  width: 100%;
}

.cart-root .mini-cart .mini-cart-items-list .summary-table > div {
  padding: 0;
}

.cart-root .mini-cart .mini-cart-items-list .summary-table > div:nth-child(odd) {
  text-align: right;
}

.cart-root .mini-cart .mini-cart-items-list .summary-table > div:nth-child(odd) .summary-table-item {
  font-size: 1rem;
}

.cart-root .mini-cart .mini-cart-items-list .summary-table-item,
.cart-root .mini-cart .mini-cart-items-list .summary-table-item-big {
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0.5rem 0 !important;
  display: block;
}

.cart-root .mini-cart .mini-cart-item {
  font-size: 1rem;
  border-color: #DDDDDD;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .cart-root .mini-cart .mini-cart-item {
    padding: 0.5rem 0rem;
  }
}

.cart-root .mini-cart .mini-cart-item .quantity-selector {
  max-width: 210px;
  padding: 1rem 0.5rem;
}

.cart-root .mini-cart .mini-cart-item:last-child {
  border-bottom: none;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor {
  width: calc(100% - 22rem);
  display: flex;
  padding-right: 2rem;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .mini-cart-item-thumbnail {
  display: none;
  margin-left: 1rem;
}

@media (min-width: 575px) {
  .cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .mini-cart-item-thumbnail {
    display: block;
  }
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .mini-cart-item-info,
.cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .item-info-extra {
  margin: 0 !important;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .mini-cart-item-info * {
  margin-top: 12px !important;
}

@media (max-width: 576px) {
  .cart-root .mini-cart .mini-cart-item .mini-cart-item-anchor .mini-cart-item-info * {
    margin-top: 0px !important;
  }
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-quantity {
  width: 8rem;
  position: relative;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-quantity .disable-txt {
  position: absolute;
  width: 35px;
  top: 0;
  left: 0;
  text-align: right;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-quantity .disable-txt span {
  color: var(--gray) !important;
  border: 0;
  position: relative;
  top: 1px;
  right: -10px;
  height: 30px;
  font-size: 14px;
  padding: 1rem 0;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-price {
  display: flex;
  width: 11rem;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-price .price {
  display: flex;
  flex-direction: column;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-price .price-value {
  font-size: 1rem !important;
  color: var(--dark);
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-delete {
  width: 3rem;
  padding-left: 2rem;
}

.cart-root .mini-cart .mini-cart-item .mini-cart-item-errors {
  width: 100%;
  margin: 0 1rem 1rem;
  border-radius: 2rem;
  padding: 1rem 1.75rem;
  background-color: #feefef;
  border: 1px solid #f48989;
  color: #da1414;
  font-size: .875rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .cart-root .mini-cart .mini-cart-item .mini-cart-item-errors {
    margin: 1rem 1rem 1rem;
  }
}

.cart-root .mini-cart .mini-cart-submit {
  padding: 2rem;
}

/* Cart Details page Quantity */

.commerce-quantity-container {
  position: relative;
}

.commerce-quantity-container .disable-txt {
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 100;
  background: #FBFBFB;
}

.commerce-quantity-container .disable-txt span {
  color: var(--gray) !important;
  border: 0;
  position: relative;
  top: 1px;
  left: 0;
  padding: 15px 0;
  width: 45px;
  background: transparent;
}

.item-info-base .item-sku {
  display: none !important;
}

.quantity-selector-popover {
  display: none;
}

.commerce-checkout-summary-header {
  display: none;
}

.commerce-checkout-summary-body {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin-bottom: 2rem;
}

.commerce-checkout-summary-body .lfr-total-column {
  text-align: left;
}

.commerce-checkout-summary-footer {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  line-height: 1.25rem;
}

.commerce-checkout-summary .table tbody tr:nth-last-child(2) td {
  border: none;
}

.commerce-checkout-info {
  display: none;
}

.commerce-checkout-address-body {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: .75rem;
}

.commerce-checkout-confirmation {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.commerce-checkout-confirmation .success-message {
  color: var(--gray);
}

.commerce-checkout .multi-step-nav {
  margin-bottom: 3rem;
  padding: 0 1rem;
}

@media (min-width: 576px) {
  .commerce-checkout .multi-step-nav {
    padding: 0 5rem;
  }
}

.commerce-checkout .multi-step-item {
  margin: 0;
}

.commerce-checkout .multi-step-item.active .multi-step-icon,
.commerce-checkout .multi-step-item.complete .multi-step-icon {
  background-color: var(--primary);
}

.commerce-checkout .multi-step-item.active .multi-step-divider {
  background-color: #CCCCCC;
}

.commerce-checkout .multi-step-item.complete .multi-step-divider {
  background-color: var(--primary);
}

.commerce-checkout .multi-step-indicator {
  width: 3.5rem;
}

.commerce-checkout .multi-step-indicator-label-top .multi-step-item {
  padding-top: 2rem;
}

@media (max-width: 576px) {
  .commerce-checkout .multi-step-indicator-label-top .multi-step-item {
    padding-top: 0rem;
  }
}

.commerce-checkout .multi-step-indicator .multi-step-indicator-label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
  bottom: calc(100% + 1rem);
  max-width: initial;
  margin: 0;
}

.commerce-checkout .multi-step-indicator .multi-step-indicator-label .reference-mark {
  line-height: .5rem;
}

.commerce-checkout .multi-step-divider {
  margin-right: 3.5rem;
  top: 1.875rem;
  background-color: #CCCCCC;
}

.commerce-checkout .multi-step-icon {
  height: 3.5rem;
  width: 3.5rem;
  background-color: #CCCCCC;
  color: var(--white);
}

.commerce-checkout .multi-step-icon[data-multi-step-icon]:before {
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.commerce-checkout .button-holder {
  margin-top: 3rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
}

@media (min-width: 576px) {
  .commerce-checkout .button-holder {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .commerce-checkout .button-holder {
    margin-top: 0rem;
  }
}

.commerce-checkout .button-holder .btn-primary {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .commerce-checkout .button-holder .btn-primary {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.commerce-checkout .button-holder .btn-secondary {
  border-color: var(--primary);
  background: transparent;
}

.commerce-checkout .button-holder .btn-primary,
.commerce-checkout .button-holder .btn-secondary {
  min-width: 11rem;
  float: none;
}

.portlet-commerce-checkout .portlet-body > .row {
  margin: 0;
}

.portlet-login-description {
  border-top: 1px solid #DDDDDD;
  margin: 2.25rem 0 2.5rem;
}

.portlet-login .panel-body {
  padding: 0;
}

.portlet-login legend.sr-only {
  width: auto;
  height: auto;
  margin: 0 0 2rem;
  position: relative;
  color: var(--dark);
  font-weight: 800;
}

.portlet-login .sign-in-form legend {
  display: none;
}

.portlet-login .btn,
.portlet-login .fds .table-list-title[href],
.fds .portlet-login .table-list-title[href],
.portlet-login .fds .table-list-title [href],
.fds .table-list-title .portlet-login [href],
.portlet-login a,
.portlet-login .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-login a,
.portlet-login .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-login .portlet-icon-back,
.portlet-login .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-login .portlet-icon-back,
.portlet-login .rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-login .portlet-icon-back,
.portlet-login .rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-login .portlet-icon-back,
.portlet-login .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-login .portlet-icon-back,
.portlet-login .rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-login .portlet-icon-back {
  width: 100%;
}

.portlet-login a.taglib-icon:hover .taglib-text {
  text-decoration: none;
}

.portlet-login .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.portlet-mfa-verify .alert-sent .alert:last-child {
  margin-bottom: 2rem;
}

.portlet-mfa-verify .mfa-header-text {
  font-weight: 800;
}

.portlet-mfa-verify .control-label,
.portlet-mfa-verify .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-mfa-verify .ddm-label,
.portlet-mfa-verify .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-mfa-verify .lfr-ddm-legend,
.portlet-mfa-verify .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group .portlet-mfa-verify label {
  font-weight: 400;
}

.portlet-mfa-verify .btn,
.portlet-mfa-verify .fds .table-list-title[href],
.fds .portlet-mfa-verify .table-list-title[href],
.portlet-mfa-verify .fds .table-list-title [href],
.fds .table-list-title .portlet-mfa-verify [href],
.portlet-mfa-verify .portlet-login a,
.portlet-login .portlet-mfa-verify a,
.portlet-mfa-verify .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-mfa-verify a,
.portlet-mfa-verify .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-mfa-verify .portlet-icon-back,
.portlet-mfa-verify .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-mfa-verify .portlet-icon-back,
.portlet-mfa-verify .rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .portlet-mfa-verify .portlet-icon-back,
.portlet-mfa-verify .rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-mfa-verify .portlet-icon-back,
.portlet-mfa-verify .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-mfa-verify .portlet-icon-back,
.portlet-mfa-verify .rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-mfa-verify .portlet-icon-back {
  width: 100%;
}

.portlet-mfa-verify .mfa-header-text,
.portlet-mfa-verify .form-group,
.portlet-mfa-verify .control-label,
.portlet-mfa-verify .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-mfa-verify .ddm-label,
.portlet-mfa-verify .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-mfa-verify .lfr-ddm-legend,
.portlet-mfa-verify .portlet-commerce-product-definitions .form-group label,
.portlet-commerce-product-definitions .form-group .portlet-mfa-verify label {
  margin-bottom: 2rem;
}

.portlet-mfa-verify .mfa-footer-text + .btn,
.portlet-mfa-verify .fds .mfa-footer-text + .table-list-title[href],
.fds .portlet-mfa-verify .mfa-footer-text + .table-list-title[href],
.portlet-mfa-verify .fds .table-list-title .mfa-footer-text + [href],
.fds .table-list-title .portlet-mfa-verify .mfa-footer-text + [href],
.portlet-mfa-verify .portlet-login .mfa-footer-text + a,
.portlet-login .portlet-mfa-verify .mfa-footer-text + a,
.portlet-mfa-verify .portlet-commerce-order .info-box .header .mfa-footer-text + a,
.portlet-commerce-order .info-box .header .portlet-mfa-verify .mfa-footer-text + a,
.portlet-mfa-verify .portlet-commerce-order .mfa-footer-text + .portlet-icon-back,
.portlet-commerce-order .portlet-mfa-verify .mfa-footer-text + .portlet-icon-back,
.portlet-mfa-verify .portlet-commerce-order-content .mfa-footer-text + .portlet-icon-back,
.portlet-commerce-order-content .portlet-mfa-verify .mfa-footer-text + .portlet-icon-back,
.portlet-mfa-verify .portlet-commerce-product-definitions .mfa-footer-text + .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-mfa-verify .mfa-footer-text + .portlet-icon-back {
  width: auto;
  min-width: auto;
}

.signed-out.page-maximized .columns-max {
  background: url("../images/default-background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.signed-out.page-maximized .portlet-icon-back {
  display: none;
}

.signed-out.page-maximized .portlet-layout {
  margin: 0;
}

.signed-out.page-maximized .portlet-layout > .portlet-column {
  padding: 0;
}

.signed-out.page-maximized .portlet-login,
.signed-out.page-maximized .portlet-mfa-verify {
  margin-top: 13rem;
  margin-bottom: 9rem;
}

.signed-out.page-maximized .portlet-login .portlet-body,
.signed-out.page-maximized .portlet-mfa-verify .portlet-body {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  margin: 0 auto;
}

#portlet_new-password {
  background: url("../images/default-background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#portlet_new-password .portlet-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#portlet_new-password .portlet-content .sheet {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  border: none;
  max-width: 500px;
}

#portlet_new-password .portlet-content .sheet-header {
  margin-bottom: 2rem;
}

#portlet_new-password .portlet-content .sheet-title {
  margin: 0;
  font-weight: 800;
  color: var(--dark);
}

#portlet_new-password .portlet-content .sheet-text,
#portlet_new-password .portlet-content .sheet .alert {
  margin: 0;
}

#portlet_new-password .portlet-content .sheet:after,
#portlet_new-password .portlet-content .sheet .autofit-col:last-child {
  display: none;
}

#portlet_new-password .portlet-content .panel-body {
  padding: 0;
}

#portlet_new-password .portlet-content .button-holder {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0.75rem;
}

#portlet_new-password .portlet-content .button-holder .btn,
#portlet_new-password .portlet-content .button-holder .fds .table-list-title[href],
.fds #portlet_new-password .portlet-content .button-holder .table-list-title[href],
#portlet_new-password .portlet-content .button-holder .fds .table-list-title [href],
.fds .table-list-title #portlet_new-password .portlet-content .button-holder [href],
#portlet_new-password .portlet-content .button-holder .portlet-login a,
.portlet-login #portlet_new-password .portlet-content .button-holder a,
#portlet_new-password .portlet-content .button-holder .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header #portlet_new-password .portlet-content .button-holder a,
#portlet_new-password .portlet-content .button-holder .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order #portlet_new-password .portlet-content .button-holder .portlet-icon-back,
#portlet_new-password .portlet-content .button-holder .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content #portlet_new-password .portlet-content .button-holder .portlet-icon-back,
#portlet_new-password .portlet-content .button-holder .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions #portlet_new-password .portlet-content .button-holder .portlet-icon-back {
  width: 100%;
}

#portlet_new-password .portlet-content .button-holder .btn-primary {
  margin-right: .5rem;
}

#portlet_new-password .portlet-content .button-holder .btn-secondary {
  border-color: var(--primary);
  margin-left: .5rem;
}

form.form.sign-in-form .alert.alert-dismissible.alert-danger .close .lexicon-icon {
  margin-top: -1rem;
}

.portlet-language .portlet-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: capitalize;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.portlet-language .portlet-body > a,
.portlet-language .portlet-body > span {
  padding: .5rem .75rem;
  position: relative;
}

.portlet-language .portlet-body > a {
  color: var(--gray);
  text-decoration: none;
}

.portlet-language .portlet-body > a:hover {
  color: var(--primary);
}

.portlet-language .portlet-body > span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  background-image: url(../images/icons/icon-check-green.svg);
  background-size: 100%;
  transform: translate(0, -50%);
}

.portlet-commerce-order .commerce-header .sticker,
.portlet-commerce-order .commerce-header .header-actions .btn[href*="transitionName=20"],
.portlet-commerce-order .commerce-header .header-actions .fds .table-list-title[href*="transitionName=20"][href],
.fds .portlet-commerce-order .commerce-header .header-actions .table-list-title[href*="transitionName=20"][href],
.portlet-commerce-order .commerce-header .header-actions .fds .table-list-title [href*="transitionName=20"][href],
.fds .table-list-title .portlet-commerce-order .commerce-header .header-actions [href*="transitionName=20"][href],
.portlet-commerce-order .commerce-header .header-actions .portlet-login a[href*="transitionName=20"],
.portlet-login .portlet-commerce-order .commerce-header .header-actions a[href*="transitionName=20"],
.portlet-commerce-order .commerce-header .header-actions .info-box .header a[href*="transitionName=20"],
.portlet-commerce-order .info-box .header .commerce-header .header-actions a[href*="transitionName=20"],
.portlet-commerce-order .commerce-header .header-actions .portlet-icon-back[href*="transitionName=20"] {
  display: none !important;
}

.portlet-commerce-order .commerce-header .header-info > div {
  margin: 0;
}

.portlet-commerce-order .page-header .navbar-underline .navbar-nav .nav-link[href*="shipments"],
.portlet-commerce-order .page-header .navbar-underline .navbar-nav .nav-link[href*="notes"],
.portlet-commerce-order .page-header .navbar-underline .navbar-nav .nav-link[href*="emails"],
.portlet-commerce-order .page-header .navbar-underline .navbar-nav .nav-link[href*="custom-fields"] {
  display: none;
}

.portlet-commerce-order .step-tracker {
  border-radius: 2rem !important;
}

.portlet-commerce-order .step-tracker .step {
  clip-path: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  padding: .5rem;
}

.portlet-commerce-order .step-tracker .step:not(:first-child):before {
  width: 2.125rem;
  z-index: 0;
}

.portlet-commerce-order .step-tracker .step:not(:last-child):after {
  width: 2.125rem;
  border-radius: 100% 0 0 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-right: none;
  margin: -1px 0;
  height: calc(100% + 2px);
  z-index: 1;
  right: calc(100% - 2.125rem);
}

.portlet-commerce-order .step-tracker .step:first-child,
.portlet-commerce-order .step-tracker .step:last-child {
  clip-path: none;
}

.portlet-commerce-order .step-tracker .step.completed {
  background-color: var(--primary);
}

.portlet-commerce-order .step-tracker .step.completed:not(:first-child):before,
.portlet-commerce-order .step-tracker .step.completed:not(:last-child):after {
  background-color: var(--primary);
}

.portlet-commerce-order .step-tracker .step.completed .step-label {
  position: relative;
}

.portlet-commerce-order .step-tracker .step.completed .step-label:before {
  content: '';
  background-image: url(/o/sirc/images/icons/icon-check.svg);
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -1.5rem;
}

.portlet-commerce-order .step-tracker .step-label svg {
  display: none;
}

.portlet-commerce-order .vertically-divided {
  margin-right: -2rem;
  margin-left: -2rem;
}

.portlet-commerce-order .vertically-divided .col-xl-3,
.portlet-commerce-order .vertically-divided .col-xl-4 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.portlet-commerce-order .info-box {
  padding: 0 !important 2rem 0;
}

@media (min-width: 1280px) {
  .portlet-commerce-order .info-box:last-child {
    padding: 0 !important;
  }
}

.portlet-commerce-order .info-box .header {
  background: transparent;
}

.portlet-commerce-order .info-box .title,
.portlet-commerce-order .info-box .description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--dark);
}

.portlet-commerce-order .info-box .title .text-muted,
.portlet-commerce-order .info-box .description .text-muted {
  color: var(--gray) !important;
}

.portlet-commerce-order .summary-table-item {
  font-size: 1rem;
  padding: 0.5rem 0;
  display: block;
  line-height: 1.25rem;
}

.portlet-commerce-order .summary-table .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.portlet-commerce-order .summary-table .col-6.col-md-9 {
  text-align: right;
}

.portlet-commerce-order .summary-table .col-12 {
  display: none;
}

.portlet-commerce-order .dnd-td.item-actions .dropdown {
  display: none;
}

.portlet-commerce-order .dnd-th.item-selector,
.portlet-commerce-order .dnd-td.item-selector {
  display: none !important;
}

.portlet-commerce-order .dnd-th.item-selector + *,
.portlet-commerce-order .dnd-td.item-selector + * {
  padding-right: 2rem !important;
}

.portlet-commerce-order #order-summary-modal {
  display: none;
}

.portlet-commerce-order .sirc-payment-method,
.portlet-commerce-order .sirc-payment-status {
  display: none !important;
}

.portlet-commerce-order .sirc-payment-receipt {
  /* Upload button height  */
}

.portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-outline-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .btn.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .commerce-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .commerce-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.commerce-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.commerce-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-login a.btn-secondary,
.commerce-modal .modal-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .commerce-modal .modal-footer a.btn-secondary,
.portlet-login .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .commerce-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .commerce-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .commerce-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.commerce-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .commerce-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .commerce-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .btn.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .clay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .clay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.clay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.clay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-login a.btn-secondary,
.clay-modal .modal-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .clay-modal .modal-footer a.btn-secondary,
.portlet-login .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .clay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .clay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .clay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.clay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .clay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .clay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .btn.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .fds .btn-secondary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .liferay-modal .modal-footer .btn-secondary.table-list-title[href],
.fds .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .fds .table-list-title .btn-secondary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .liferay-modal .modal-footer .btn-secondary[href],
.fds .table-list-title .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.liferay-modal .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.liferay-modal .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-login a.btn-secondary,
.liferay-modal .modal-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .liferay-modal .modal-footer a.btn-secondary,
.portlet-login .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .liferay-modal .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .liferay-modal .modal-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .liferay-modal .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.liferay-modal .modal-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .liferay-modal .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .liferay-modal .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-login .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-iframe-wrapper .modal-iframe-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-iframe-wrapper .modal-iframe-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .btn.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .fds .btn-secondary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portal-popup .modal-footer .btn-secondary.table-list-title[href],
.fds .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .fds .table-list-title .btn-secondary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portal-popup .modal-footer .btn-secondary[href],
.fds .table-list-title .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup .modal-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup .modal-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-login a.btn-secondary,
.portal-popup .modal-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portal-popup .modal-footer a.btn-secondary,
.portlet-login .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup .modal-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup .modal-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup .modal-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup .modal-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portal-popup .modal-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup .modal-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .btn-outline-primary.table-list-title[href],
.fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .btn-outline-primary[href],
.fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login a.btn-outline-primary,
.portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-outline-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-outline-primary,
.portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-outline-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .rtl[dir="rtl"] .portlet-commerce-order-content .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-outline-primary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-outline-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .btn.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-login a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-login .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .btn.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title[href],
.fds .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary[href],
.fds .table-list-title .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-login a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-login .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.table-list-title[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary[href],
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt a.btn-primary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-primary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back,
.portlet-commerce-order .sirc-payment-receipt .payment-receipt .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .sirc-payment-receipt .payment-receipt .btn-secondary.portlet-icon-back {
  height: 56px;
}

.portlet-commerce-order .card .table-root {
  margin: 2rem -2rem -2rem;
}

.portlet-commerce-order .portlet-icon-back:after,
.portlet-commerce-order-content .portlet-icon-back:after {
  content: 'Back to Orders';
  font-family: 'Nunito', sans-serif;
}

.portlet-commerce-order-content .portlet-icon-back {
  position: absolute;
  top: 1.125rem;
}

.portlet-commerce-order-content .btn.btn-secondary,
.portlet-commerce-order-content .fds .btn-secondary.table-list-title[href],
.fds .portlet-commerce-order-content .btn-secondary.table-list-title[href],
.portlet-commerce-order-content .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-commerce-order-content .btn-secondary[href],
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn.btn-primary,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order-content .btn-primary.table-list-title[href],
.portlet-commerce-order-content .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.table-list-title[href],
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order-content .btn-primary[href],
.portlet-commerce-order-content .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary[href],
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order-content a.btn-primary,
.portlet-commerce-order-content .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content a.btn-primary,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-commerce-order-content a.btn-primary,
.portlet-commerce-order-content .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-login a.btn-secondary,
.portlet-login .portlet-commerce-order-content a.btn-secondary,
.portlet-commerce-order-content .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-order-content a.btn-secondary,
.portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .rtl[dir="rtl"] .portlet-commerce-order .btn-secondary.portlet-icon-back,
.rtl[dir="rtl"] .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .rtl[dir="rtl"] .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back {
  border-color: var(--primary);
  background: transparent;
}

.portlet-commerce-order-content .commerce-panel {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

.portlet-commerce-order-content .commerce-panel-details {
  margin-top: 2rem;
}

.portlet-commerce-order-content .commerce-panel label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

.portlet-commerce-order-content .commerce-panel label .reference-mark {
  line-height: .5rem;
}

.portlet-commerce-order-content .commerce-panel .col-sm-4 {
  margin-bottom: 2rem;
}

.portlet-commerce-order-content .item-actions {
  justify-content: flex-end;
}

.portlet-commerce-order-content .item-actions .btn.btn-secondary,
.portlet-commerce-order-content .item-actions .fds .btn-secondary.table-list-title[href],
.fds .portlet-commerce-order-content .item-actions .btn-secondary.table-list-title[href],
.portlet-commerce-order-content .item-actions .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-commerce-order-content .item-actions .btn-secondary[href],
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions .btn.btn-primary,
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-commerce-order-content .item-actions .btn-primary.table-list-title[href],
.portlet-commerce-order-content .item-actions .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions .btn-primary.table-list-title[href],
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-commerce-order-content .item-actions .btn-primary[href],
.portlet-commerce-order-content .item-actions .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions .btn-primary[href],
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-commerce-order-content .item-actions a.btn-primary,
.portlet-commerce-order-content .item-actions .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions a.btn-primary,
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-commerce-order-content .item-actions a.btn-primary,
.portlet-commerce-order-content .item-actions .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .item-actions .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .item-actions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .item-actions .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .item-actions .portlet-login a.btn-secondary,
.portlet-login .portlet-commerce-order-content .item-actions a.btn-secondary,
.portlet-commerce-order-content .item-actions .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-order-content .item-actions a.btn-secondary,
.portlet-commerce-order-content .item-actions .btn-secondary.portlet-icon-back {
  min-width: 0;
  border: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .portlet-commerce-order-content .table-responsive tbody tr td:not(:first-child) {
    width: 25%;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #DDDDDD;
  }
}

@media (max-width: 768px) {
  .portlet-commerce-order-content .table-responsive tbody tr td:not(:first-child) {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .portlet-commerce-order-content .table-responsive tbody tr td:nth-last-child(2) {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #DDDDDD;
  }
}

.portlet-commerce-order-content .table tbody tr:last-child td {
  border: none !important;
}

.Margin-left-1rem {
  margin-right: 1rem;
}

.rtl[dir="rtl"] .portlet-commerce-order .portlet-icon-back:after,
.rtl[dir="rtl"] .portlet-commerce-order-content .portlet-icon-back:after {
  content: 'العودة إلى الطلبات';
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 768px) {
  .review-header-commerce {
    gap: 5px !important;
    flex-direction: column-reverse;
  }

  .review-header-commerce .print-btn {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 600px) {
  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-table {
    display: block !important;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-thead {
    display: none !important;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-tbody {
    display: block !important;
    margin: 1rem;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-tr {
    display: block !important;
    margin-bottom: 20px !important;
    border: 1px solid #00a887 !important;
    padding: 10px !important;
    border-radius: 25px !important;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td {
    width: 100% !important;
    text-align: right!important;
    padding: 5px 0 !important;
    border: none !important;
    display: flex !important;
    gap: 5px !important;
    padding-right: 0rem !important;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(1)::before {
    content: "Order Number: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(2)::before {
    content: "Order Type: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(3)::before {
    content: "Order Date: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(4)::before {
    content: "Submitted By: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(5)::before {
    content: "Status: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td:nth-child(6)::before {
    content: "Amount: ";
    font-weight: bold;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td.item-actions {
    position: absolute !important;
    top: -8px !important;
    left: 1rem !important;
  }

  #portlet_com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet .dnd-td.item-actions::before {
    content: none !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-td:first-child {
    display: none !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .fds .data-set-wrapper .data-set .dnd-table .dnd-td:nth-child(2) {
    width: 100% !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-table {
    display: block !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-thead {
    display: none !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-tbody {
    display: block !important;
    margin: 1rem;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-tr {
    display: block !important;
    margin-bottom: 20px !important;
    border: 1px solid #00a887 !important;
    padding: 10px !important;
    border-radius: 25px !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td {
    width: 100% !important;
    text-align: right!important;
    padding: 5px 0 !important;
    border: none !important;
    display: flex !important;
    gap: 5px !important;
    padding-right: 0rem !important;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(1)::before {
    content: "Product: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(2)::before {
    content: "Product Image: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(3)::before {
    content: "Product Name: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(4)::before {
    content: "Material Type: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(5)::before {
    content: "Product Type: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(6)::before {
    content: "Seller ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(7)::before {
    content: "Pending Reverify: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td:nth-child(8)::before {
    content: "Modified Date: ";
    font-weight: bold;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td.item-actions {
    position: absolute !important;
    top: -8px !important;
    justify-content: end;
  }

  #_com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet_productDefinitionsContainer .dnd-td.item-actions::before {
    content: none !important;
  }
}

.portlet-commerce-product-definitions .commerce-header .sticker {
  margin-left: 2rem;
  border-radius: 0;
  height: 3.5rem;
  width: 5rem;
}

.portlet-commerce-product-definitions .commerce-header .sticker-overlay {
  border-radius: 0.5rem;
}

.portlet-commerce-product-definitions .commerce-header .header-info {
  display: none;
}

.portlet-commerce-product-definitions .commerce-header .header-info > div {
  margin: 0;
}

.portlet-commerce-product-definitions .commerce-header .header-info .btn,
.portlet-commerce-product-definitions .commerce-header .header-info .fds .table-list-title[href],
.fds .portlet-commerce-product-definitions .commerce-header .header-info .table-list-title[href],
.portlet-commerce-product-definitions .commerce-header .header-info .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-definitions .commerce-header .header-info [href],
.portlet-commerce-product-definitions .commerce-header .header-info .portlet-login a,
.portlet-login .portlet-commerce-product-definitions .commerce-header .header-info a,
.portlet-commerce-product-definitions .commerce-header .header-info .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-definitions .commerce-header .header-info a,
.portlet-commerce-product-definitions .commerce-header .header-info .portlet-icon-back {
  border-radius: 0;
}

.portlet-commerce-product-definitions .commerce-header #dropdown-header-container {
  display: none;
}

@media (max-width: 1200px) {
  .portlet-commerce-product-definitions .page-header + .container .col-8,
  .portlet-commerce-product-definitions .page-header + .container .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.portlet-commerce-product-definitions .page-header + .container .col-8 .card:nth-child(2),
.portlet-commerce-product-definitions .page-header + .container .col-4 .card:nth-child(2) {
  display: none !important;
}

.portlet-commerce-product-definitions .page-header + .container .col-4 .card:first-child a,
.portlet-commerce-product-definitions .page-header + .container .col-4 .card:first-child .sheet-subtitle,
.portlet-commerce-product-definitions .page-header + .container .col-4 .card:first-child .text-secondary {
  display: none !important;
}

.portlet-commerce-product-definitions .page-header + .container .col-4 .btn-outline-secondary {
  display: none;
}

.portlet-commerce-product-definitions .page-header + .container .col-12 {
  display: none;
}

.portlet-commerce-product-definitions .page-header + .container .col-12:last-child .card {
  padding: 0;
  margin: 0;
}

.portlet-commerce-product-definitions .page-header + .container .col-12:last-child .card-header {
  padding: 2rem !important 1rem 2rem;
}

.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="options"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="product-relations"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="product-groups"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="subscription"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="visibility"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="configuration"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="virtual-settings"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="_mvcRenderCommandName=%2Fcp_definitions%2Fedit_cp_instance"][href*="_screenNavigationCategoryKey=details"],
.portlet-commerce-product-definitions .page-header .navbar-underline .navbar-nav .nav-link[href*="units-of-measure"] {
  display: none;
}

.portlet-commerce-product-definitions .btn-secondary {
  margin-right: 1rem;
  border: 1px solid var(--primary);
}

.portlet-commerce-product-definitions textarea.form-control {
  min-height: 120px;
}

.portlet-commerce-product-definitions .input-localized .input-localized-content {
  margin: 0;
  /* display: none; */
}

.portlet-commerce-product-definitions .input-localized .input-localized-content .input-localized-trigger {
  border: 1px solid #DDDDDD;
  min-width: 0;
  color: #000;
}

.portlet-commerce-product-definitions .portlet-body > div > .navigation-bar {
  display: none;
}

.portlet-commerce-product-definitions [action*="edit_cp_definition"] > .table-root .management-bar .btn-primary {
  display: none;
}

.portlet-commerce-product-definitions .portlet-icon-back:after {
  content: 'Back to Products';
  font-family: 'Nunito', sans-serif;
}

.portlet-commerce-product-definitions .portlet-content-container:not(:first-child) form > .table-root {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem 0 0;
}

.portlet-commerce-product-definitions form > .card {
  padding: 0;
}

.portlet-commerce-product-definitions form > .card .card-header {
  padding: 2rem !important;
}

.portlet-commerce-product-definitions .c-empty-state-animation {
  margin: 4rem auto;
}

.portlet-commerce-product-definitions .c-empty-state-animation .btn-secondary {
  margin-right: 0;
}

.portlet-commerce-product-definitions .lfr-attachment-cover-image-selector {
  border-radius: 2rem;
  overflow: hidden;
}

.portlet-commerce-product-definitions .lfr-attachment-cover-image-selector .taglib-image-selector .change-image-controls {
  border-radius: 2rem;
}

.portlet-commerce-product-definitions .lfr-attachment-cover-image-selector .taglib-image-selector .change-image-controls .btn-secondary {
  min-width: 0;
  margin: 0;
  height: auto;
  width: auto;
  padding: 1rem;
}

.portlet-commerce-product-definitions .lfr-attachment-cover-image-selector .taglib-image-selector .change-image-controls .btn-secondary svg {
  height: 1.25rem;
  width: 1.25rem;
}

.portlet-commerce-product-definitions .dnd-th.item-selector,
.portlet-commerce-product-definitions .dnd-td.item-selector {
  display: none !important;
}

.portlet-commerce-product-definitions .dnd-th.item-selector + *,
.portlet-commerce-product-definitions .dnd-td.item-selector + * {
  padding-right: 2rem !important;
}

.portlet-commerce-product-definitions [value*="screenNavigationCategoryKey=media"] ~ .card:nth-of-type(2) {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions form {
  display: flex;
  flex-wrap: wrap;
}

.portal-popup .portlet-commerce-product-definitions form > * {
  width: 100%;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_commerce_inventory_warehouse_item"] {
  margin: 0 -2rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] {
  margin: 0 -1rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card {
  padding: 0 1rem !important;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 992px) {
  .portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) {
    width: 50%;
  }
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) .row {
  display: block;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) .row:first-child {
  display: block;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) .row:first-child .col-6 {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(1) .row:first-child .col-6:first-child {
  display: block;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 992px) {
  .portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(2) {
    width: 50%;
  }
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(2) .row .col-4 {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(2) .row .col-4:first-child {
  display: block;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(3) {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) {
  margin: 0;
  width: 100%;
  display: none !important;
}

@media (min-width: 992px) {
  .portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) {
    width: 50%;
  }
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) label .reference-mark {
  line-height: .5rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) label.toggle-switch {
  display: flex;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) label.toggle-switch-label {
  margin: 0;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .form-control {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .form-control:focus,
.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .form-control.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .form-control:disabled,
.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .form-control.disabled {
  color: #b8b8b8;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_instance"] .card:nth-of-type(4) #autocomplete-root .btn-secondary {
  padding: 0;
  border: none;
  min-width: auto;
  margin: 0;
  height: 3.5rem;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_attachment_file_entry"] .input-container {
  width: 100%;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_attachment_file_entry"] .card:nth-of-type(2) {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_attachment_file_entry"] .card:nth-of-type(3) {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions form[action*="edit_cp_attachment_file_entry"] .card:nth-of-type(4) {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions .lfr-alert-wrapper {
  height: auto !important;
  margin: 2rem;
}

.portal-popup .portlet-commerce-product-definitions .card {
  padding: 0 !important;
}

.portal-popup .portlet-commerce-product-definitions .card-header {
  display: none !important;
}

.portal-popup .portlet-commerce-product-definitions .card-body {
  padding: 0;
}

.page-maximized .portlet-commerce-product-definitions {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.page-maximized .columns-max .portlet-layout.row {
  margin: 0;
}

.page-maximized .columns-max .portlet-layout.row > [class*="col-"] {
  padding: 0;
}

#item-finder-root .input-group-inset-item-after .btn,
#item-finder-root .input-group-inset-item-after .fds .table-list-title[href],
.fds #item-finder-root .input-group-inset-item-after .table-list-title[href],
#item-finder-root .input-group-inset-item-after .fds .table-list-title [href],
.fds .table-list-title #item-finder-root .input-group-inset-item-after [href],
#item-finder-root .input-group-inset-item-after .portlet-login a,
.portlet-login #item-finder-root .input-group-inset-item-after a,
#item-finder-root .input-group-inset-item-after .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header #item-finder-root .input-group-inset-item-after a,
#item-finder-root .input-group-inset-item-after .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order #item-finder-root .input-group-inset-item-after .portlet-icon-back,
#item-finder-root .input-group-inset-item-after .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content #item-finder-root .input-group-inset-item-after .portlet-icon-back,
#item-finder-root .input-group-inset-item-after .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions #item-finder-root .input-group-inset-item-after .portlet-icon-back {
  position: absolute;
  left: 1rem;
}

#item-finder-root .add-or-create {
  padding: 0;
}

#item-finder-root .add-or-create .card-header,
#item-finder-root .add-or-create .card-body,
#item-finder-root .add-or-create .pagination-bar {
  padding: 2rem !important 0 2rem;
  margin: 0 !important;
}

#item-finder-root .add-or-create .card-body:nth-child(3) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#item-finder-root .add-or-create .card-body:last-child {
  padding-bottom: 2rem !important;
}

#item-finder-root .add-or-create .list-group-header,
#item-finder-root .add-or-create .list-group-item {
  padding: 1rem 2rem !important;
  align-items: center;
}

#item-finder-root .add-or-create .list-group-header.border-bottom,
#item-finder-root .add-or-create .list-group-item.border-bottom {
  border-bottom: none !important;
}

#item-finder-root .add-or-create .list-group-header .autofit-col,
#item-finder-root .add-or-create .list-group-item .autofit-col {
  padding: 0;
}

#item-finder-root .add-or-create .list-group-header-title {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
  text-transform: none;
}

#item-finder-root .add-or-create .list-group-header-title .reference-mark {
  line-height: .5rem;
}

#item-finder-root .add-or-create .btn-primary,
#item-finder-root .add-or-create .btn-secondary {
  min-width: 11rem;
}

#item-finder-root .add-or-create .table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 5rem;
}

.sticker img,
.mini-cart-item-thumbnail img {
  border-radius: .5rem;
}

.bid-product .btn-primary {
  min-width: 11rem;
}

.bids .panel-body {
  padding: 0;
}

.bids .panel-body > .alert {
  margin: 0 2rem 2rem;
}

/* fix for - Add Price - USD */

.add-price-entry-sheet.sheet.sheet-lg .input-group-item.input-group-append.input-group-item-shrink div.input-group-text {
  height: 2.5rem;
}

.rtl[dir="rtl"] .portlet-commerce-product-definitions .portlet-icon-back:after {
  content: 'العودة إلى المنتجات';
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 600px) {
  .add-price-entry-sheet.sheet.sheet-lg .container-fluid.container-fluid-max-xl .row.justify-content-start .col-5 {
    display: contents;
  }

  .add-price-entry-sheet.sheet.sheet-lg .container-fluid.container-fluid-max-xl .row.justify-content-start .col-5 select.form-control {
    margin-bottom: 1rem;
  }
}

.portlet-users-admin .portlet-icon-back,
.portlet-account-management .portlet-icon-back {
  display: none;
}

.portlet-users-admin .page-header .navbar-underline,
.portlet-account-management .page-header .navbar-underline {
  margin-right: 0;
  margin-left: 0;
}

.portlet-users-admin .page-header .navbar-underline .navbar-nav .nav-link[href*="account-groups"],
.portlet-users-admin .page-header .navbar-underline .navbar-nav .nav-link[href*="channel-defaults"],
.portlet-users-admin .page-header .navbar-underline .navbar-nav .nav-link[href*="preferences"],
.portlet-account-management .page-header .navbar-underline .navbar-nav .nav-link[href*="account-groups"],
.portlet-account-management .page-header .navbar-underline .navbar-nav .nav-link[href*="channel-defaults"],
.portlet-account-management .page-header .navbar-underline .navbar-nav .nav-link[href*="preferences"] {
  display: none;
}

.portlet-users-admin .sheet,
.portlet-account-management .sheet {
  max-width: 100%;
  border: none;
  margin: 0;
}

.portlet-users-admin .sheet:after,
.portlet-account-management .sheet:after {
  display: none;
}

.portlet-users-admin .sheet-title,
.portlet-users-admin .sheet h2.heading-text,
.portlet-account-management .sheet-title,
.portlet-account-management .sheet h2.heading-text {
  font-weight: 800;
}

.portlet-users-admin .sheet-header,
.portlet-account-management .sheet-header {
  margin-bottom: 2rem;
}

.portlet-users-admin .sheet-footer,
.portlet-account-management .sheet-footer {
  margin: .75rem 0 0;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.portlet-users-admin .sheet-footer .btn,
.portlet-users-admin .sheet-footer .fds .table-list-title[href],
.fds .portlet-users-admin .sheet-footer .table-list-title[href],
.portlet-users-admin .sheet-footer .fds .table-list-title [href],
.fds .table-list-title .portlet-users-admin .sheet-footer [href],
.portlet-users-admin .sheet-footer .portlet-login a,
.portlet-login .portlet-users-admin .sheet-footer a,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .portlet-icon-back,
.portlet-account-management .sheet-footer .btn,
.portlet-account-management .sheet-footer .fds .table-list-title[href],
.fds .portlet-account-management .sheet-footer .table-list-title[href],
.portlet-account-management .sheet-footer .fds .table-list-title [href],
.fds .table-list-title .portlet-account-management .sheet-footer [href],
.portlet-account-management .sheet-footer .portlet-login a,
.portlet-login .portlet-account-management .sheet-footer a,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .portlet-icon-back {
  margin: 0 1rem 0 0;
  min-width: 11rem;
}

.portlet-users-admin .sheet-footer .btn.btn-secondary,
.portlet-users-admin .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portlet-users-admin .sheet-footer .btn-secondary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-users-admin .sheet-footer .btn-secondary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.table-list-title[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-users-admin .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary[href],
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer a.btn-primary,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-users-admin .sheet-footer .btn-primary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-users-admin .sheet-footer a.btn-secondary,
.portlet-users-admin .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-users-admin .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-users-admin .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .btn.btn-secondary,
.portlet-account-management .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portlet-account-management .sheet-footer .btn-secondary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portlet-account-management .sheet-footer .btn-secondary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.table-list-title[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-account-management .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary[href],
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer a.btn-primary,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portlet-account-management .sheet-footer .btn-primary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-account-management .sheet-footer a.btn-secondary,
.portlet-account-management .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back,
.portlet-account-management .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-account-management .sheet-footer .btn-secondary.portlet-icon-back {
  min-width: 11rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div .sheet-subtitle,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div .text-sexondary {
  display: none;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(2) {
  display: flex;
  margin: 0 -.75rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(2) .form-group {
  width: 100%;
  padding: 0 .75rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(2) .lfr-tooltip-scope {
  display: none;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) {
  margin: 0 -.75rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .form-group-autofit {
  margin: 0;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-5,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-5 .form-group,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 .form-group {
  width: calc(100% / 3);
  padding: 0 0.75rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-5,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 [id*="userNameFields"] {
  display: flex;
  flex-wrap: wrap;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 > .form-group:first-child {
  display: none;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 [id*="userNameFields"] .form-group:first-child,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(3) .col-md-6 [id*="userNameFields"] .form-group:last-child {
  display: none;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) label {
  font-size: 1rem;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) a,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .text-secondary,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) a,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .text-secondary {
  display: none !important;
}

.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .sheet-tertiary-title,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .control-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .ddm-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) .lfr-ddm-legend,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .portlet-commerce-product-definitions .form-group:nth-child(2) label,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(4) .form-group:nth-child(2) label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .sheet-tertiary-title,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .control-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .ddm-label,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .ddm-label,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .portlet-forms .ddm-form-builder-app .lfr-ddm-legend,
.portlet-forms .ddm-form-builder-app .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) .lfr-ddm-legend,
.portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .portlet-commerce-product-definitions .form-group:nth-child(2) label,
.portlet-commerce-product-definitions .portlet-users-admin-edit-user[action*="edit_user&"] .sheet > .sheet-section > div:nth-child(5) .form-group:nth-child(2) label {
  margin: 2rem 0;
}

.portlet-users-admin-edit-user[action*="update_memberships"] .lfr-search-container-wrapper,
.portlet-users-admin-edit-user[action*="update_user_roles"] .lfr-search-container-wrapper {
  margin: 0 -2rem;
}

.portlet-users-admin .page-header {
  display: none;
}

.portlet-users-admin .sheet {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.portlet-users-admin .menubar .nav-link[href*="profile-and-dashboard"],
.portlet-users-admin .menubar .nav-link[href*="connected-app"] {
  display: none;
}

.portlet-users-admin .btn-secondary {
  border-color: var(--primary);
  margin-right: 1rem;
}

.portlet-account-management .page-header + div {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem 0 0;
}

.portlet-account-management .page-header + div [action*="edit_account_entry"] {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.portlet-account-management .page-header + div [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(3) {
  display: block;
}

.portlet-account-management .page-header + div [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(4) {
  display: none;
}

.portlet-account-management .sheet {
  padding: 0 2rem 2rem;
  background: transparent;
}

.portlet-account-management .sheet .panel-group {
  margin: 0;
}

.portlet-account-management .table tbody tr:nth-last-child(2) td {
  border: none;
}

.portlet-account-management [action*="edit_account_user"],
.portlet-account-management [action*="edit_account_entry"],
.portlet-account-management [action*="edit_account_entry_address"] {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem 0 0;
}

.portlet-account-management [action*="edit_account_user"] .lfr-form-content,
.portlet-account-management [action*="edit_account_entry_address"] .lfr-form-content {
  margin: 0 -.75rem;
}

.portlet-account-management [action*="edit_account_user"] .lfr-form-content:after,
.portlet-account-management [action*="edit_account_entry_address"] .lfr-form-content:after {
  content: '';
  display: block;
  clear: both;
}

.portlet-account-management [action*="edit_account_user"] .lfr-form-content .form-group,
.portlet-account-management [action*="edit_account_entry_address"] .lfr-form-content .form-group {
  width: 50%;
  padding: 0 .75rem;
  float: right;
}

.portlet-account-management [action*="edit_account_user"] .lfr-form-content [id*="userNameFields"] .form-group:nth-child(odd),
.portlet-account-management [action*="edit_account_entry_address"] .lfr-form-content [id*="userNameFields"] .form-group:nth-child(odd) {
  float: left;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content .taglib-custom-attributes-list,
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin: .5rem -.75rem 2rem;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content .taglib-custom-attributes-list > .form-group,
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content .taglib-custom-attributes-list > .lfr-ddm-field-group,
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > .form-group,
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > .lfr-ddm-field-group {
  width: 25%;
  padding: 0 .75rem;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content .taglib-custom-attributes-list > .field,
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > .field {
  width: 100%;
  padding: 0 .75rem;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > .form-group.lfr-ddm-field-group {
  width: 100%;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > :nth-child(1),
.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(2) > :nth-child(2) {
  display: none;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .sheet-section:nth-child(3) {
  display: none;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .autofit-row {
  align-items: center;
  margin-bottom: 2rem;
}

.portlet-account-management [action*="edit_account_entry"] .lfr-form-content > .autofit-row .sheet-tertiary-title {
  margin: 0;
}

.portlet-account-management [action*="edit_account_entry"] .sheet-subtitle,
.portlet-account-management [action*="edit_account_entry"] .sheet-tertiary-title {
  text-transform: none;
  font-weight: 800;
  border: none;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0;
}

.portlet-account-management [action*="edit_account_entry"] .sheet-subtitle .autofit-col,
.portlet-account-management [action*="edit_account_entry"] .sheet-tertiary-title .autofit-col {
  margin: 0;
}

.portlet-account-management [action*="edit_account_entry"] .sheet-text {
  color: var(--dark);
  font-weight: 700;
}

.portlet-account-management [action*="edit_account_entry"] .sheet-text svg {
  display: none;
}

.portlet-account-management [action*="edit_account_entry"] .btn-secondary {
  border-color: var(--primary);
}

.portlet-account-management [action*="edit_account_entry"] .form-group-item .btn-group {
  margin-top: 0.5rem;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .management-bar {
  margin-top: 2rem;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .form-group label {
  display: block;
  color: var(--dark);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 0 0.5rem;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .form-group label .reference-mark {
  line-height: .5rem;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .form-group .form-control-inset {
  margin: 0;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer {
  justify-content: flex-end;
}

.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .btn-secondary.table-list-title[href],
.fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .btn-secondary[href],
.fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.table-list-title[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary[href],
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-primary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-primary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-login a.btn-secondary,
.portlet-login .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .info-box .header a.btn-secondary,
.portlet-commerce-order .info-box .header .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer a.btn-secondary,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order .btn-secondary.portlet-icon-back,
.portlet-commerce-order .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-order-content .btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back,
.portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .portlet-commerce-product-definitions .btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portal-popup [class*="AccountEntriesManagementPortlet"] .sheet-footer .btn-secondary.portlet-icon-back {
  min-width: 11rem;
}

@media (max-width: 992px) {
  .portlet-commerce-wish-list-content .table .btn-primary,
  .portlet-commerce-wish-list-content .table .btn-tertiary {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .portlet-commerce-wish-list-content .table thead th:nth-last-child(2),
  .portlet-commerce-wish-list-content .table tbody td:nth-last-child(2) {
    width: 220px;
  }

  .portlet-commerce-wish-list-content .table thead th:last-child,
  .portlet-commerce-wish-list-content .table tbody td:last-child {
    width: 100px;
  }
}

.notifications-count,
.cart-root .mini-cart .mini-cart-opener:before {
  align-items: center;
  right: initial;
  left: -50%;
  position: absolute;
  top: 50%;
  background-color: var(--secondary);
  font-size: 13px;
  font-weight: 800;
  height: 20px;
  min-width: 20px;
  transform: translate(calc(4px * -1), -20px);
  padding: 6px;
  max-width: none;
  border-radius: 10px;
}

.notifications-portlet .navigation-bar {
  display: none;
}

.notifications-portlet .user-notifications {
  margin-top: 2rem;
}

.notifications-portlet .list-group-notification .list-group-item {
  border-top: 1px solid #DDDDDD;
  padding: 1.5rem 1rem;
  margin: 0;
  background: transparent;
  align-items: center;
}

.notifications-portlet .list-group-notification .list-group-item.list-group-item-primary {
  box-shadow: none;
}

.notifications-portlet .list-group-notification .list-group-item.list-group-item-primary:before {
  content: '';
  position: absolute;
  right: 0.75rem;
  background: var(--secondary);
  width: 0.375rem;
  height: calc(100% - 2rem);
  border-radius: 0.25rem;
}

.notifications-portlet .list-group-notification .list-group-item.list-group-item-flex .autofit-col {
  padding-right: 1rem;
  padding-left: 1rem;
}

.notifications-portlet .list-group-notification .list-group-item .checkbox label {
  margin: 0;
}

.notifications-portlet .list-group-notification .list-group-item .checkbox label input {
  padding: 0;
  width: 1.5rem;
}

.notifications-portlet .list-group-notification .list-group-item a:not(.component-action),
.notifications-portlet .list-group-notification .list-group-item .text-default {
  font-size: 1rem;
  line-height: 1.25rem;
}

.notifications-portlet .list-group-notification .list-group-item a:not(.component-action) {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.notifications-portlet .list-group-notification .list-group-item .text-default {
  color: var(--gray);
}

.notifications-portlet .list-group-notification .list-group-item .user-info .sticker-circle {
  color: var(--dark);
  margin: 0;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.5rem;
  background: whitesmoke;
}

.portlet-commerce-product-publisher .product-card-tiles,
.portlet-cp-search-results .product-card-tiles {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: initial;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.portlet-commerce-product-publisher .product-card-tiles .cp-renderer,
.portlet-cp-search-results .product-card-tiles .cp-renderer {
  width: 100%;
  padding: 0 0.5rem;
  position: relative;
}

@media (min-width: 576px) {
  .portlet-commerce-product-publisher .product-card-tiles .cp-renderer,
  .portlet-cp-search-results .product-card-tiles .cp-renderer {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portlet-commerce-product-publisher .product-card-tiles .cp-renderer,
  .portlet-cp-search-results .product-card-tiles .cp-renderer {
    width: calc(100% / 3);
  }
}

@media (min-width: 1280px) {
  .portlet-commerce-product-publisher .product-card-tiles .cp-renderer,
  .portlet-cp-search-results .product-card-tiles .cp-renderer {
    width: 25%;
  }
}

.portlet-commerce-product-publisher .product-card-tiles .cp-renderer:hover .product-card,
.portlet-cp-search-results .product-card-tiles .cp-renderer:hover .product-card {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}

.portlet-commerce-product-publisher .product-card-tiles .cp-renderer:hover .cp-renderer-action,
.portlet-cp-search-results .product-card-tiles .cp-renderer:hover .cp-renderer-action {
  opacity: 1;
  height: 160px;
}

.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action {
  height: 160px;
  position: absolute;
  z-index: 1;
  width: calc(100% - 1rem);
  border-radius: 20px 20px 0px 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .1s ease-in-out;
}

.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .btn,
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .fds .table-list-title[href],
.fds .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .table-list-title[href],
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action [href],
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-login a,
.portlet-login .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action a,
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action a,
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-icon-back,
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-icon-back,
.portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-product-publisher .product-card-tiles .cp-renderer-action .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .btn,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title[href],
.fds .portlet-cp-search-results .product-card-tiles .cp-renderer-action .table-list-title[href],
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title [href],
.fds .table-list-title .portlet-cp-search-results .product-card-tiles .cp-renderer-action [href],
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-login a,
.portlet-login .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(calc(-50% * -1), -50%);
  width: 100%;
  max-width: 150px;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card,
.portlet-cp-search-results .product-card-tiles .product-card {
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  height: calc(100% - 1rem);
  transition: all .1s ease-in-out;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card:hover,
.portlet-cp-search-results .product-card-tiles .product-card:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body,
.portlet-cp-search-results .product-card-tiles .product-card .card-body {
  text-align: right;
  padding: 1rem !important;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body h6,
.portlet-cp-search-results .product-card-tiles .product-card .card-body h6 {
  display: flex;
  align-items: center;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body .badge,
.portlet-cp-search-results .product-card-tiles .product-card .card-body .badge {
  line-height: 1rem;
  text-transform: uppercase;
  padding: 1px .5rem 0;
  margin: 0 0 0 .5rem;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body .In-stock,
.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body .card-subtitle,
.portlet-cp-search-results .product-card-tiles .product-card .card-body .In-stock,
.portlet-cp-search-results .product-card-tiles .product-card .card-body .card-subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #646A73;
  font-weight: bold;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body .card-title,
.portlet-cp-search-results .product-card-tiles .product-card .card-body .card-title {
  color: #101828;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0.5rem 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .card-body .card-title .text-truncate,
.portlet-cp-search-results .product-card-tiles .product-card .card-body .card-title .text-truncate {
  white-space: normal;
  font-size: 16px;
  font-weight: 800;
}

.portlet-commerce-product-publisher .product-card-tiles .product-card .add-to-wish-list,
.portlet-cp-search-results .product-card-tiles .product-card .add-to-wish-list {
  z-index: 1;
  position: absolute;
  left: 0;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist,
.portlet-cp-search-results .product-card-tiles .compare-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  justify-content: flex-end;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .btn,
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .fds .table-list-title[href],
.fds .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .table-list-title[href],
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list [href],
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-login a,
.portlet-login .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list a,
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list a,
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .btn,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .fds .table-list-title[href],
.fds .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .table-list-title[href],
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .fds .table-list-title [href],
.fds .table-list-title .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list [href],
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-login a,
.portlet-login .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list a,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list a,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .portlet-icon-back {
  min-width: initial;
  margin: .75rem;
  padding: 0.625rem;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .text-truncate-inline,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .text-truncate-inline {
  display: none;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon {
  margin: 0;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart {
  background-image: url(/o/sirc/images/icons/icon-bookmark.svg);
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart-full,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart-full {
  background-image: url(/o/sirc/images/icons/icon-bookmark-full.svg);
}

.portlet-commerce-product-publisher .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg use,
.portlet-cp-search-results .product-card-tiles .compare-wishlist .add-to-wish-list .wish-list-icon svg use {
  display: none;
}

.portlet-category-facet .panel,
.portlet-cp-option-facets .panel,
.portlet-cp-specification-option-facets .panel,
.portlet-cp-price-range-facets .panel {
  border: none;
  background: transparent;
}

.portlet-category-facet .panel-header-link,
.portlet-cp-option-facets .panel-header-link,
.portlet-cp-specification-option-facets .panel-header-link,
.portlet-cp-price-range-facets .panel-header-link {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  border-top: 1px solid #DDDDDD;
}

.portlet-category-facet .panel-header-link .panel-title,
.portlet-cp-option-facets .panel-header-link .panel-title,
.portlet-cp-specification-option-facets .panel-header-link .panel-title,
.portlet-cp-price-range-facets .panel-header-link .panel-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1rem;
  color: var(--dark);
}

.portlet-category-facet .panel-header-link .collapse-icon,
.portlet-cp-option-facets .panel-header-link .collapse-icon,
.portlet-cp-specification-option-facets .panel-header-link .collapse-icon,
.portlet-cp-price-range-facets .panel-header-link .collapse-icon {
  left: 1.5rem;
}

.portlet-category-facet .panel-header .collapse-icon-closed,
.portlet-category-facet .panel-header .collapse-icon-open,
.portlet-cp-option-facets .panel-header .collapse-icon-closed,
.portlet-cp-option-facets .panel-header .collapse-icon-open,
.portlet-cp-specification-option-facets .panel-header .collapse-icon-closed,
.portlet-cp-specification-option-facets .panel-header .collapse-icon-open,
.portlet-cp-price-range-facets .panel-header .collapse-icon-closed,
.portlet-cp-price-range-facets .panel-header .collapse-icon-open {
  font-size: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.5rem;
}

.portlet-category-facet .panel-collapse .panel-body,
.portlet-cp-option-facets .panel-collapse .panel-body,
.portlet-cp-specification-option-facets .panel-collapse .panel-body,
.portlet-cp-price-range-facets .panel-collapse .panel-body {
  padding: 0 1.5rem 1.5rem;
}

.portlet-category-facet .panel-collapse .panel-body .panel-body,
.portlet-cp-option-facets .panel-collapse .panel-body .panel-body,
.portlet-cp-specification-option-facets .panel-collapse .panel-body .panel-body,
.portlet-cp-price-range-facets .panel-collapse .panel-body .panel-body {
  padding: 0;
}

.portlet-category-facet .panel-collapse .panel-body .panel-body ul,
.portlet-cp-option-facets .panel-collapse .panel-body .panel-body ul,
.portlet-cp-specification-option-facets .panel-collapse .panel-body .panel-body ul,
.portlet-cp-price-range-facets .panel-collapse .panel-body .panel-body ul {
  margin: 0;
}

.portlet-category-facet .facet-value,
.portlet-cp-option-facets .facet-value,
.portlet-cp-specification-option-facets .facet-value,
.portlet-cp-price-range-facets .facet-value {
  margin-bottom: 1rem;
}

.portlet-category-facet .facet-value:last-child,
.portlet-cp-option-facets .facet-value:last-child,
.portlet-cp-specification-option-facets .facet-value:last-child,
.portlet-cp-price-range-facets .facet-value:last-child {
  margin-bottom: 0;
}

.portlet-category-facet .facet-clear-btn,
.portlet-cp-option-facets .facet-clear-btn,
.portlet-cp-specification-option-facets .facet-clear-btn,
.portlet-cp-price-range-facets .facet-clear-btn {
  margin-bottom: 1.5rem;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child {
  margin: 0;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child > .tree-item-category > .c-inner,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child > .tree-item-category > .c-inner,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child > .tree-item-category > .c-inner,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group > .treeview-item:last-child > .tree-item-category > .c-inner {
  margin: 0;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-item > .tree-item-category,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category {
  padding: 0;
  margin: 0;
  border: none;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-item > .tree-item-category > .c-inner,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category > .c-inner,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category > .c-inner,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category > .c-inner {
  margin: 0 0 1rem;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control {
  margin: 0;
}

.portlet-category-facet .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control .custom-control-label-text,
.portlet-cp-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control .custom-control-label-text,
.portlet-cp-specification-option-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control .custom-control-label-text,
.portlet-cp-price-range-facets .search-facet-display-vocabulary .treeview-item > .tree-item-category .custom-control .custom-control-label-text {
  color: var(--dark);
}

.portlet-category-facet .lfr-asset-category-list-container:before .loading-animation {
  width: auto;
  height: auto;
}

.portlet-category-facet .lfr-asset-category-list-container:before .loading-animation:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 20px;
  border: 5px solid #DEEBEC;
  border-top-color: var(--primary);
  display: block;
  margin: 0 auto;
  animation: loading .5s linear infinite;
  right: 0;
  top: 0;
  box-shadow: none;
  position: relative;
}

.portlet-category-facet .lfr-asset-category-list-container:before .loading-animation:after {
  display: none;
}

.portlet-category-facet .lfr-asset-category-list-container.tree-view:before {
  display: none;
}

.portlet-category-facet .lfr-asset-category-list-container.tree-view .lfr-asset-category-list {
  display: block;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list {
  display: none;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list > li:last-child > .tree-node-content {
  margin-bottom: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list li {
  padding: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list li .tree-label {
  margin-right: 0;
  padding: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list li .tree-label label {
  margin: 0;
  position: relative;
}

.portlet-category-facet .lfr-asset-category-list-container .lfr-asset-category-list span {
  padding: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .lexicon-icon-folder,
.portlet-category-facet .lfr-asset-category-list-container .lexicon-icon-move-folder,
.portlet-category-facet .lfr-asset-category-list-container .lexicon-icon-page {
  display: none;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node ul.tree-container {
  margin: 1rem 1.5rem 1rem 0;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content {
  display: flex;
  align-items: center;
  margin-bottom: .75rem;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content .tree-hitarea {
  display: block;
  color: var(--dark);
  font-size: .75rem;
  padding: .375rem 0 .375rem .75rem;
  margin: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content .tree-hitarea svg.lexicon-icon {
  display: block;
  margin: 0;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content label {
  display: block;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content label .custom-control-label {
  display: flex;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content label .custom-control-label-text {
  width: calc(100% - 2.25rem);
  margin-right: .75rem;
  line-height: 1.25rem;
  margin-top: .1875rem;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-content label .custom-control-label-text b {
  font-weight: 400;
}

.portlet-category-facet .lfr-asset-category-list-container .tree-node-leaf {
  margin-right: 1.5rem;
}

.portlet-cp-sorting {
  margin-bottom: 1rem;
}

.portlet-cp-sorting .d-flex {
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 575px) {
  .portlet-cp-sorting .d-flex {
    flex-direction: row;
  }
}

.portlet-cp-sorting .d-flex p {
  font-weight: 600;
  color: var(--dark);
  font-size: 20px;
}

.portlet-cp-sorting .dropdown-menu {
  max-width: 100%;
  min-width: 220px;
  width: 100%;
}

@media (min-width: 575px) {
  .portlet-cp-sorting .dropdown-menu {
    max-width: initial;
    width: auto;
  }
}

.portlet-cp-sorting .dropdown-menu.dropdown-menu-right .dropdown-item {
  text-align: right!important;
}

@media (max-width: 575px) {
  .portlet-cp-sorting .dropdown-menu.dropdown-menu-right {
    top: 6rem;
  }
}

.portlet-cp-sorting .dropdown-toggle {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.portlet-cp-sorting .dropdown-toggle:focus,
.portlet-cp-sorting .dropdown-toggle.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.portlet-cp-sorting .dropdown-toggle:disabled,
.portlet-cp-sorting .dropdown-toggle.disabled {
  color: #b8b8b8;
}

.portlet-cp-sorting .dropdown-toggle:hover,
.portlet-cp-sorting .dropdown-toggle:focus {
  border-color: var(--primary);
  background: #FBFBFB;
  border-radius: 2rem;
}

.portlet-cp-sorting .dropdown-toggle .c-inner {
  padding: 0;
  margin: 0;
  min-width: auto;
}

.portlet-cp-sorting .dropdown-toggle svg {
  display: block;
  padding-right: 1rem;
  width: 2rem;
  margin: 0;
}

@media (min-width: 575px) {
  .portlet-cp-sorting .dropdown-toggle {
    margin-top: 0;
  }
}

.portlet-cp-sorting .dropdown-toggle span {
  flex-grow: 1;
  text-align: right;
}

.portlet-search-bar .panel-body {
  padding: 0;
}

.portlet-search-bar .input-group-inset,
.portlet-search-bar .input-group-inset-item {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
}

.portlet-search-bar .input-group-inset:focus,
.portlet-search-bar .input-group-inset.focus,
.portlet-search-bar .input-group-inset-item:focus,
.portlet-search-bar .input-group-inset-item.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.portlet-search-bar .input-group-inset:disabled,
.portlet-search-bar .input-group-inset.disabled,
.portlet-search-bar .input-group-inset-item:disabled,
.portlet-search-bar .input-group-inset-item.disabled {
  color: #b8b8b8;
}

.portlet-search-bar .input-group-inset:focus ~ .input-group-inset-item,
.portlet-search-bar .input-group-inset.focus ~ .input-group-inset-item {
  background-color: #FBFBFB;
  border-color: var(--primary);
}

.portlet-search-bar .input-group-inset-item {
  padding-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.portlet-search-bar .input-group-inset-item .btn,
.portlet-search-bar .input-group-inset-item .fds .table-list-title[href],
.fds .portlet-search-bar .input-group-inset-item .table-list-title[href],
.portlet-search-bar .input-group-inset-item .fds .table-list-title [href],
.fds .table-list-title .portlet-search-bar .input-group-inset-item [href],
.portlet-search-bar .input-group-inset-item .portlet-login a,
.portlet-login .portlet-search-bar .input-group-inset-item a,
.portlet-search-bar .input-group-inset-item .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-search-bar .input-group-inset-item a,
.portlet-search-bar .input-group-inset-item .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-search-bar .input-group-inset-item .portlet-icon-back,
.portlet-search-bar .input-group-inset-item .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-search-bar .input-group-inset-item .portlet-icon-back,
.portlet-search-bar .input-group-inset-item .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-search-bar .input-group-inset-item .portlet-icon-back {
  padding: 0;
}

.portlet-search-bar .input-group-inset-item .btn-monospaced {
  height: auto;
  width: auto;
  border-radius: 0;
}

.marketplace-grid > .row > .col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .marketplace-grid > .row > .col-3 {
    flex: 0 0 34%;
  }
}

@media (min-width: 992px) {
  .marketplace-grid > .row > .col-3 {
    flex: 0 0 26%;
  }
}

@media (min-width: 1280px) {
  .marketplace-grid > .row > .col-3 {
    flex: 0 0 22%;
  }
}

.marketplace-grid > .row > .col-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .marketplace-grid > .row > .col-9 {
    flex: 0 0 66%;
  }
}

@media (min-width: 992px) {
  .marketplace-grid > .row > .col-9 {
    flex: 0 0 74%;
  }
}

@media (min-width: 1280px) {
  .marketplace-grid > .row > .col-9 {
    flex: 0 0 78%;
  }
}

/*  Radio button css */

.custom-control.custom-radio .facet-radio-label {
  display: flex;
  align-items: center;
}

.custom-control.custom-radio .custom-control-input ~ .custom-control-label:before {
  border-radius: 50%;
}

.custom-control.custom-radio .custom-control-input:active ~ .custom-control-label:before,
.custom-control.custom-radio .custom-control-input:checked:active ~ .custom-control-label:before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--white);
  border-color: var(--primary);
  box-shadow: none;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: var(--primary) !important;
  border-radius: 50%;
  height: .875rem;
  width: .875rem;
}

.rating-container {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: -1rem;
  font-size: 1.5rem;
}

.rating-score {
  font-weight: normal;
  font-size: 0.8rem;
  font-family: "Gotham Rounded";
  padding-left: 4px;
  font-weight: 600;
}

.stars-filled {
  color: #FFA41C;
  padding: 0px;
  margin: 0px;
  margin-top: -4px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.stars-filled span {
  color: #FFA41C;
  fill: #FFA41C;
  stroke-width: 0.5px;
  stroke: #DF7D29;
}

.stars {
  fill: linear-gradient(0deg, #FFF 0%, #FFF 100%);
  stroke-width: 0.5px;
  stroke: #DF7D29;
  color: #DF7D29;
  margin-top: 0px;
  font-size: 20px;
}

.review-count {
  font-size: 0.8rem;
  color: #6E3248;
  font-family: "Gotham Rounded";
  padding-right: 6px;
  font-weight: 600;
}

/* Banner HTML */

.purchase-info {
  border: 1px solid #00A887;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 14px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.left-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icon-text-wrapper {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.icon {
  margin-left: 10px;
  color: #555;
}

.text {
  color: #000000;
  font-family: "Gotham Rounded";
  font-weight: 600;
  font-size: 14px;
  margin-right: 0.5rem;
}

.link,
.review-link {
  color: #008DE0;
  font-family: "Gotham Rounded";
  text-decoration-line: underline;
  font-weight: bold;
}

.review-link {
  margin-right: auto;
}

@media (max-width: 768px) {
  .purchase-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .icon-text-wrapper,
  .link {
    margin-bottom: 10px;
  }

  .review-link {
    margin-right: 0;
  }
}

/* Review HTML */

.review-container {
  background-color: white;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  font-family: "Gotham Rounded";
}

.reviewer-name {
  font-weight: bold;
  margin-left: 10px;
  font-size: 16px;
  font-family: "Gotham Rounded";
}

.review-date {
  color: #526179;
  font-family: "Gotham Rounded";
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-size: 12px;
  font-family: "Gotham Rounded";
}

.rating {
  color: #f8ce0b;
  margin-top: -1rem;
  font-size: 14px;
}

.rating-text {
  color: #000;
  font-size: 0.7rem;
  margin-left: 0.25rem;
  font-family: "Gotham Rounded";
}

.headline {
  font-weight: bold;
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  margin: 15px 0 10px;
  font-family: "Gotham Rounded";
}

.response-tag {
  color: #111434;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: "Gotham Rounded";
}

.review-text {
  color: #111434;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: "Gotham Rounded";
}

.seller-response {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
}

.seller-name {
  color: #000000;
  font-weight: bold;
  margin-right: -7px;
}

.false-review-tag {
  border-radius: 32px;
  background: rgba(255, 0, 0, 0.1);
  color: #000;
  font-size: 0.6rem;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 2rem;
  width: max-content;
}

.more-options {
  font-size: 16px;
  color: #010101;
  cursor: pointer;
}

@media (max-width: 600px) {
  .review-container {
    padding: 10px;
  }

  .headline {
    font-size: 0.95em;
  }

  .review-text {
    font-size: 0.85em;
  }
}

.form-actions-input {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.input-headline {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 32px;
  border: 1px solid #00A887;
  background: #FFF;
  font-size: 0.7rem;
}

.submit-btn {
  border-radius: 20px;
  background: #F99D27;
  padding: 7px 16px;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 0.8rem;
}

.rating-container-plp {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: -8px;
  font-size: initial;
}

.rating-container-plp .rating-score {
  padding-left: 4px;
}

.rating-container-plp .stars {
  font-size: 20px;
  margin-top: -4px;
}

.rating-container-plp .review-count {
  padding-right: 4px;
}

.rtl .false-review-tag {
  left: 1.5rem !important;
  right: auto !important;
}

.product-card .product-card-picture {
  height: 160px !important;
  object-fit: fill;
}

.list-view {
  width: 100% !important;
}

.list-view .product-card {
  display: flex !important;
  flex-direction: row !important;
}

.list-view .product-card .card-item-first {
  width: 30% !important;
}

.list-view .cp-renderer {
  width: 100%;
  padding: 0 0.5rem;
  position: relative;
}

.list-view .cp-renderer .product-card {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}

.list-view .cp-renderer .cp-renderer-action {
  opacity: 1;
  height: 170px;
}

.list-view .cp-renderer-action {
  height: 170px;
  position: absolute;
  z-index: 1;
  border-radius: 20px 20px 0px 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .1s ease-in-out;
}

.list-view .cp-renderer-action .btn,
.list-view .cp-renderer-action .fds .table-list-title[href],
.fds .list-view .cp-renderer-action .table-list-title[href],
.list-view .cp-renderer-action .fds .table-list-title [href],
.fds .table-list-title .list-view .cp-renderer-action [href],
.list-view .cp-renderer-action .portlet-login a,
.portlet-login .list-view .cp-renderer-action a,
.list-view .cp-renderer-action .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .list-view .cp-renderer-action a,
.list-view .cp-renderer-action .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .list-view .cp-renderer-action .portlet-icon-back,
.list-view .cp-renderer-action .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .list-view .cp-renderer-action .portlet-icon-back,
.list-view .cp-renderer-action .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .list-view .cp-renderer-action .portlet-icon-back {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(calc(-50% * -1), -50%);
  width: 100%;
  max-width: 150px;
  padding: 0.35rem 1rem !important;
  font-size: 14px;
}

.list-view .cp-renderer-action {
  width: auto !important;
  left: 5rem;
  opacity: inherit !important;
  top: 3.5rem !important;
}

.list-view .card-subtitle.list-title {
  position: absolute !important;
  left: 1rem !important;
  top: 20px !important;
  color: var(--Pure-Black, #000) !important;
  text-align: left!important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  width: 30% !important;
}

.list-view .add-to-wish-list {
  z-index: 1;
  position: relative;
  left: 8rem !important;
  top: 7rem !important;
}

.list-view .product-description {
  color: var(--Pure-Black, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  width: 80%;
  letter-spacing: -0.04px;
}

.list-view .flex-column-row {
  gap: 2rem;
}

.list-view .flex-column-row .flex-column-col {
  gap: 0.1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.5rem !important;
}

.list-view .flex-column-row .flex-column-col .header-label {
  color: var(--Dark-Grey, #999);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01px;
}

.list-view .flex-column-row .flex-column-col .header-label-data {
  color: var(--Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn.btn-primary,
.cp-renderer-vertical .fds .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.fds .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.cp-renderer-vertical .fds .table-list-title .button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.fds .table-list-title .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.cp-renderer-vertical .portlet-commerce-cart-content-total .fds .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.cp-renderer-vertical .fds .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total .fds .table-list-title .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.cp-renderer-vertical .fds .table-list-title .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-login a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.portlet-commerce-cart-content-total .portlet-login .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.cp-renderer-vertical .portlet-login .portlet-commerce-cart-content-total a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.portlet-login .portlet-commerce-cart-content-total .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.portlet-commerce-cart-content-total .portlet-commerce-order .info-box .header .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.cp-renderer-vertical .portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content-total .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-secondary,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order-content .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-product-definitions .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions .portlet-commerce-cart-content-total .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-login a.button.mt-0.btn-lg.btn-add-to-cart.btn-primary,
.portlet-login .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-primary,
.cp-renderer-vertical .portlet-commerce-order .info-box .header a.button.mt-0.btn-lg.btn-add-to-cart.btn-primary,
.portlet-commerce-order .info-box .header .cp-renderer-vertical a.button.mt-0.btn-lg.btn-add-to-cart.btn-primary,
.cp-renderer-vertical .portlet-commerce-order .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .cp-renderer-vertical .button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back {
  position: absolute;
  right: 4rem;
  top: 7rem;
}

.cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn.btn-secondary,
.cp-renderer-vertical .fds .button.btn-outline-borderless.btn-sm.btn-secondary.table-list-title[href],
.fds .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-secondary.table-list-title[href],
.cp-renderer-vertical .fds .table-list-title .button.btn-outline-borderless.btn-sm.btn-secondary[href],
.fds .table-list-title .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-secondary[href],
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn.btn-primary,
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .fds .button.btn-outline-borderless.btn-sm.btn-primary.table-list-title[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.table-list-title[href],
.cp-renderer-vertical .fds .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn-primary.table-list-title[href],
.fds .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.table-list-title[href],
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .button.btn-outline-borderless.btn-sm.btn-primary[href],
.portlet-commerce-cart-content .lfr-quantity-column .fds .table-list-title .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary[href],
.cp-renderer-vertical .fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn-primary[href],
.fds .table-list-title .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary[href],
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .portlet-login a.button.btn-outline-borderless.btn-sm.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-login .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-primary,
.cp-renderer-vertical .portlet-login .portlet-commerce-cart-content .lfr-quantity-column a.button.btn-outline-borderless.btn-sm.btn-primary,
.portlet-login .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-primary,
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header a.button.btn-outline-borderless.btn-sm.btn-primary,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .info-box .header .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-primary,
.cp-renderer-vertical .portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column a.button.btn-outline-borderless.btn-sm.btn-primary,
.portlet-commerce-order .info-box .header .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-primary,
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-order-content .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-cart-content .lfr-quantity-column .portlet-commerce-product-definitions .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content .lfr-quantity-column .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-login a.button.btn-outline-borderless.btn-sm.btn-secondary,
.portlet-login .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-secondary,
.cp-renderer-vertical .portlet-commerce-order .info-box .header a.button.btn-outline-borderless.btn-sm.btn-secondary,
.portlet-commerce-order .info-box .header .cp-renderer-vertical a.button.btn-outline-borderless.btn-sm.btn-secondary,
.cp-renderer-vertical .portlet-commerce-order .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back,
.portlet-commerce-order .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .cp-renderer-vertical .button.btn-outline-borderless.btn-sm.btn-secondary.portlet-icon-back {
  left: 0rem;
  position: absolute;
  top: 5rem !important;
  z-index: 2000;
}

.cp-renderer-vertical .product-info-grid .info-column p {
  text-align: right;
}

.cp-renderer-vertical span.product-quantity {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 0px;
}

.cp-renderer-vertical .product-info-grid .info-column .card-subtitle-location {
  text-align: right;
}

.cp-renderer-vertical .portlet-cp-sorting .d-flex p {
  width: 100%;
}

.cp-renderer-vertical .add-to-wish-list.lfr-tooltip-scope {
  top: 5rem;
}

.cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn.btn-primary,
.cp-renderer-vertical .fds button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.fds .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.table-list-title[href],
.cp-renderer-vertical .fds .table-list-title button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.fds .table-list-title .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn.btn-secondary,
.cp-renderer-vertical .portlet-commerce-cart-content-total .fds button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.portlet-commerce-cart-content-total .fds .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.cp-renderer-vertical .fds .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.fds .portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.table-list-title[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total .fds .table-list-title button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.portlet-commerce-cart-content-total .fds .table-list-title .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.cp-renderer-vertical .fds .table-list-title .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.fds .table-list-title .portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary[href],
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order .portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-order-content button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-order-content .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-cart-content-total .portlet-commerce-product-definitions button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-cart-content-total .portlet-commerce-product-definitions .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions .portlet-commerce-cart-content-total button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-cart-content-total .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-secondary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-order-content button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-order-content .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.cp-renderer-vertical .portlet-commerce-product-definitions button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back,
.portlet-commerce-product-definitions .cp-renderer-vertical button.mt-0.btn-lg.btn-add-to-cart.btn-primary.portlet-icon-back {
  right: 4rem;
  top: 7rem;
}

.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn.btn-tertiary,
.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .fds button.btn-tertiary.table-list-title[href],
.fds .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.table-list-title[href],
.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .fds .table-list-title button.btn-tertiary[href],
.fds .table-list-title .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary[href],
.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-order button.btn-tertiary.portlet-icon-back,
.portlet-commerce-order .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-order-content button.btn-tertiary.portlet-icon-back,
.portlet-commerce-order-content .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back,
.cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action .portlet-commerce-product-definitions button.btn-tertiary.portlet-icon-back,
.portlet-commerce-product-definitions .cp-renderer-vertical .card.d-flex.flex-column.product-card .cp-renderer-action button.btn-tertiary.portlet-icon-back {
  right: 4rem;
  top: 7rem;
}

.cp-renderer-vertical .product-card .card-subtitle {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 8px;
}

.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .btn,
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title[href],
.fds .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .table-list-title[href],
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .fds .table-list-title [href],
.fds .table-list-title .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action [href],
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-login a,
.portlet-login .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action a,
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back,
.cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .cp-renderer-vertical .portlet-cp-search-results .product-card-tiles .cp-renderer-action .portlet-icon-back {
  right: 4rem;
}

@media (max-width: 650px) {
  .seller_theme button#commerce-order-by {
    margin-bottom: 1rem;
  }

  .cp-renderer-vertical span.product-quantity {
    top: -10px;
  }

  .portlet-commerce-product-publisher .product-card-tiles .product-card,
  .portlet-cp-search-results .product-card-tiles .product-card {
    overflow: visible;
  }

  .cp-renderer-vertical .cp-renderer-action {
    position: relative !important;
    height: 120px !important;
    border-radius: 12px 12px 0px 0px;
  }

  .cp-renderer .cp-renderer-action {
    border-radius: 12px 12px 0px 0px;
  }

  .cp-renderer-vertical .add-to-wish-list.lfr-tooltip-scope {
    top: 6rem;
  }

  .product-card .product-card-picture {
    border-radius: 12px 12px 0px 0px;
  }
}

.portlet-commerce-product-content .product-detail > .row {
  margin: 0 -2rem;
}

.portlet-commerce-product-content .product-detail > .row > .col-xl-6 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.portlet-commerce-product-content .product-detail p span {
  color: var(--gray);
  font-size: 14px;
  font-weight: 600 !important;
}

.portlet-commerce-product-content .product-gallery .arrow {
  display: none;
}

.portlet-commerce-product-content .product-gallery .main-image {
  box-shadow: none;
  border-radius: 24px;
  overflow: hidden;
  height: 0;
  padding-top: 55%;
}

.portlet-commerce-product-content .product-gallery .main-image .product-img {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(calc(-50% * -1), -50%);
  object-fit: cover;
}

.portlet-commerce-product-content .product-gallery .card-interactive-primary:active:after,
.portlet-commerce-product-content .product-gallery .card-interactive-primary.active:after,
.portlet-commerce-product-content .product-gallery .card-interactive-primary:hover:after,
.portlet-commerce-product-content .product-gallery .card-interactive-primary.hover:after {
  background-color: var(--primary);
}

.portlet-commerce-product-content .availability {
  color: var(--gray);
}

.portlet-commerce-product-content .heading-price {
  font-size: 24px;
  line-height: 2.5rem;
  color: var(--dark);
  font-weight: 800;
  display: flex !important;
  flex-direction: row !important;
}

@media (max-width: 900px) {
  .portlet-commerce-product-content .heading-price {
    flex-direction: column !important;
  }
}

.portlet-commerce-product-content .product-detail-actions .input-group {
  align-items: flex-start;
}

.portlet-commerce-product-content .product-detail-actions .input-group-prepend {
  flex-direction: column;
}

.portlet-commerce-product-content .product-detail-actions .input-group-prepend .form-control {
  border-left: none;
}

.portlet-commerce-product-content .product-detail-actions .input-group-prepend .form-control:focus {
  border-color: #DDDDDD;
}

.portlet-commerce-product-content .product-detail-actions .input-group-addon {
  background: #FBFBFB;
  border-color: #DDDDDD;
  border-right: none;
  padding-right: 0;
}

.portlet-commerce-product-content .product-detail-actions .quantity-selector {
  max-width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .quantity-selector {
    margin-bottom: 0;
  }
}

.portlet-commerce-product-content .product-detail-actions .btn-primary {
  margin-right: 0 !important;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .btn-primary {
    margin-right: 1rem !important;
  }
}

.portlet-commerce-product-content .product-detail-actions .btn-primary .cart-icon {
  display: none;
}

.portlet-commerce-product-content .product-detail-actions .add-to-cart {
  width: 100%;
  margin: 0 !important;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .add-to-cart {
    width: auto;
  }
}

.portlet-commerce-product-content .product-detail-actions .add-to-cart-wrapper {
  flex-direction: column;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .add-to-cart-wrapper {
    flex-direction: row;
  }
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list {
  position: absolute;
  top: .75rem;
  left: .75rem;
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .btn,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .fds .table-list-title[href],
.fds .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .table-list-title[href],
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-content .product-detail-actions .add-to-wish-list [href],
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-login a,
.portlet-login .portlet-commerce-product-content .product-detail-actions .add-to-wish-list a,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-content .product-detail-actions .add-to-wish-list a,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back {
  min-width: initial;
  margin: .75rem;
  padding: 0.625rem;
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .text-truncate-inline {
  display: none;
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .wish-list-icon {
  margin: 0;
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .wish-list-icon svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart {
  background-image: url(/o/sirc/images/icons/icon-bookmark.svg);
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .wish-list-icon svg.lexicon-icon-heart-full {
  background-image: url(/o/sirc/images/icons/icon-bookmark-full.svg);
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .wish-list-icon svg use {
  display: none;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .add-to-wish-list {
    position: static;
    margin-right: 1rem;
  }
}

.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .btn,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .fds .table-list-title[href],
.fds .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .table-list-title[href],
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .fds .table-list-title [href],
.fds .table-list-title .portlet-commerce-product-content .product-detail-actions .add-to-wish-list [href],
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-login a,
.portlet-login .portlet-commerce-product-content .product-detail-actions .add-to-wish-list a,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order .info-box .header a,
.portlet-commerce-order .info-box .header .portlet-commerce-product-content .product-detail-actions .add-to-wish-list a,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order .portlet-icon-back,
.portlet-commerce-order .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-order-content .portlet-icon-back,
.portlet-commerce-order-content .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back,
.portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-commerce-product-definitions .portlet-icon-back,
.portlet-commerce-product-definitions .portlet-commerce-product-content .product-detail-actions .add-to-wish-list .portlet-icon-back {
  margin: 0;
  padding: 1.125rem;
}

@media (min-width: 575px) {
  .portlet-commerce-product-content .product-detail-actions .quantity-selector,
  .portlet-commerce-product-content .product-detail-actions .btn-primary,
  .portlet-commerce-product-content .product-detail-actions .input-group .form-control {
    min-width: 220px;
  }
}

.portlet-commerce-product-content .nav-tabs {
  background: transparent;
  border: none;
  margin: 0 2rem 1.5rem;
  flex-direction: column;
}

.portlet-commerce-product-content .nav-tabs .navbar-toggler-link {
  background-color: #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--dark);
  padding: 1rem 1.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.375rem);
  background-size: 1.75rem;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.portlet-commerce-product-content .nav-tabs .navbar-toggler-link:focus,
.portlet-commerce-product-content .nav-tabs .navbar-toggler-link.focus {
  background-color: #FBFBFB;
  border-color: var(--primary);
  box-shadow: none;
  color: var(--dark);
}

.portlet-commerce-product-content .nav-tabs .navbar-toggler-link:disabled,
.portlet-commerce-product-content .nav-tabs .navbar-toggler-link.disabled {
  color: #b8b8b8;
}

.portlet-commerce-product-content .nav-tabs .navbar-toggler-link:after {
  display: none;
}

.portlet-commerce-product-content .nav-tabs .nav-link {
  color: var(--gray);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 1.75rem;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .portlet-commerce-product-content .nav-tabs .nav-link {
    padding: 1.25rem 0;
    margin: 0 0 0 2.5rem;
  }
}

.portlet-commerce-product-content .nav-tabs .nav-link:hover,
.portlet-commerce-product-content .nav-tabs .nav-link.active {
  color: var(--primary);
  background: transparent;
}

.portlet-commerce-product-content .nav-tabs .nav-link.active:after {
  content: '';
  top: 50%;
  bottom: initial;
  background: var(--primary);
  border-radius: .25rem;
  width: .25rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .portlet-commerce-product-content .nav-tabs .nav-link.active:after {
    top: 0;
    width: 100%;
    height: .25rem;
    transform: none;
  }
}

@media (min-width: 768px) {
  .portlet-commerce-product-content .nav-tabs {
    flex-direction: row;
  }
}

.portlet-commerce-product-content .tab-content {
  background: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

.portlet-commerce-product-content .tab-content > .tab-pane {
  padding: 2rem;
}

.portlet-commerce-product-content .tab-content p,
.portlet-commerce-product-content .tab-content .list-group {
  margin-bottom: 0;
}

.portlet-commerce-product-content .tab-content .list-group-item {
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0;
}

.portlet-commerce-product-content .tab-content .list-group-item:last-child {
  border: none;
}

.portlet-commerce-product-content .tab-content .list-group-item .doc-main-content,
.portlet-commerce-product-content .tab-content .list-group-item .doc-sub-content {
  font-size: 1rem;
  color: var(--dark);
}

.portlet-commerce-product-content .tab-content .list-group-item .btn-secondary {
  border-color: var(--primary);
}

/* Bid-Now Css */

.quantity-selector-wrapper {
  position: relative;
  width: 220px;
}

.quantity-selector-wrapper input {
  padding-left: 70px;
  width: 202px;
}

.quantity-selector-wrapper .disable-txt {
  position: absolute;
  width: 62px;
  left: 0;
  top: 0;
}

.quantity-selector-wrapper .disable-txt span {
  color: var(--gray) !important;
  border: 0;
  position: relative;
  top: 1px;
  right: -10px;
  background: #FBFBFB;
}

@media (max-width: 760px) {
  .rtl nav.management-bar-light .navbar-nav .nav-link {
    display: none;
  }
}

.rtl .form-group .form-control,
.field-wrapper .form-control,
#autocomplete-root .form-control,
#item-finder-root .form-control {
  background-position: calc(100% - 96%);
}

.ml-3.stock-quantity.text-truncate-inline {
  font-size: 13px;
  font-weight: 600;
  padding-top: 0.25rem;
}

.portlet-commerce-product-content .product-gallery .main-image {
  margin-right: 1rem;
  background: transparent;
}

.portlet-commerce-product-content .tab-content {
  border-radius: 24px;
  box-shadow: none;
}

.rtl .cp-renderer-vertical .quantity-selector-wrapper .disable-txt {
  position: absolute;
  width: auto !important;
  right: 5rem !important;
  top: 0;
  left: auto !important;
}

/*# sourceMappingURL=main.css.map */