.account-selector .btn-account-selector {
  font-size: 0.75rem;
  margin: 0 0.75rem;
  max-width: 16rem;
}
.account-selector .btn-account-selector:focus {
  box-shadow: none !important;
}
.account-selector .btn-account-selector .account-name,
.account-selector .btn-account-selector .no-account-selected-placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
.account-selector .label {
  transform: translateY(-1px);
}
.account-selector-dropdown-menu {
  max-height: 28.65rem !important;
  max-width: 25rem !important;
  min-height: 28.65rem !important;
  min-width: 25rem !important;
  position: fixed;
}
.account-selector-dropdown-menu .item-list-head {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  position: relative;
  text-transform: capitalize;
}
.account-selector-dropdown-menu .item-list-head .btn {
  height: 100%;
  left: 0.5rem;
  position: absolute;
  top: 0;
}
.account-selector-dropdown-menu .accounts-list-container .dropdown-item {
  font-size: 0.825rem;
  font-weight: 500;
  text-transform: capitalize;
}
.account-selector-dropdown-menu .accounts-list-container .inline-scroller {
  max-height: 19rem;
  min-height: 19rem;
}
.account-selector-dropdown-menu .accounts-list-container .item-list-head .btn {
  left: auto;
  right: 0.5rem;
}
.account-selector-dropdown-menu .orders-list-container .inline-scroller {
  max-height: 15.25rem;
  min-height: 15.25rem;
}
.account-selector-dropdown-menu .orders-list-container .orders-table a {
  text-decoration: none;
}
.account-selector-dropdown-menu .orders-list-container .orders-table tr {
  font-size: 0.8rem;
  height: auto !important;
}

.add-to-wish-list .btn-sm {
  margin-right: -0.5rem;
  padding: 0.5rem;
}
.add-to-wish-list .text-truncate-inline {
  padding-right: 0.5rem;
  position: relative;
}
.add-to-wish-list .text-truncate-inline::after {
  background-color: var(--btn-secondary-border-color);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
.add-to-wish-list .wish-list-icon {
  margin-left: 0.5rem;
}
.rtl .add-to-wish-list .wish-list-icon, [dir=rtl] .add-to-wish-list .wish-list-icon {
  margin-left: auto;
  margin-right: 0.5rem;
}

.status.workflow-status-data-renderer {
  background-color: #fff;
  border-color: #89a7e0;
  color: #2e5aac;
}
.status.workflow-status-data-renderer.awaiting-pickup, .status.workflow-status-data-renderer.draft, .status.workflow-status-data-renderer.expired, .status.workflow-status-data-renderer.in-progress, .status.workflow-status-data-renderer.partially-refunded, .status.workflow-status-data-renderer.partially-shipped, .status.workflow-status-data-renderer.pending, .status.workflow-status-data-renderer.processing, .status.workflow-status-data-renderer.on-hold, .status.workflow-status-data-renderer.shipped {
  border-color: #ff8f39;
  color: #863a00;
}
.status.workflow-status-data-renderer.denied, .status.workflow-status-data-renderer.disputed, .status.workflow-status-data-renderer.cancelled, .status.workflow-status-data-renderer.declined {
  border-color: #f48989;
  color: #da1414;
}
.status.workflow-status-data-renderer.approved, .status.workflow-status-data-renderer.completed, .status.workflow-status-data-renderer.refunded, .status.workflow-status-data-renderer.subscription, .status.workflow-status-data-renderer.completed {
  border-color: #5aca76;
  color: #287d3d;
}

.product-gallery .arrow {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent 50%);
  background-position: 99%;
  background-size: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all ease 100ms;
  width: 20%;
}
.product-gallery .arrow:hover {
  background-position: 0%;
}
.product-gallery .arrow.next {
  cursor: e-resize;
  right: 0;
  transform: rotate(180deg);
}
.product-gallery .arrow.prev {
  cursor: w-resize;
  left: 0;
}
.product-gallery .card {
  position: relative;
}
.product-gallery .gallery-overlay {
  background: #fff;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.product-gallery .gallery-overlay img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-gallery .gallery-thumbnails {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(100, 75px);
  overflow-x: auto;
}
.product-gallery .loading-animation {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-gallery .loading-animation::after {
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  top: 50%;
}
.product-gallery .main-image {
  cursor: zoom-in;
  position: relative;
}

.info-box {
  font-size: 14px;
}
.info-box .action {
  line-height: 1;
  margin-right: -4px;
  margin-top: -4px;
  padding: 4px;
}
.info-box .header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.info-box .item {
  padding-bottom: 14px;
}
.info-box .item:last-child {
  padding-bottom: 0;
}
.info-box .item .title {
  padding-right: 10px;
}

.add-or-create .list-group {
  margin-bottom: 0;
}
.add-or-create .list-group-header,
.add-or-create .list-group-item {
  background-color: transparent;
  border: 0;
}
.add-or-create .table-responsive tr:first-child td {
  border-top: none;
}
.add-or-create.has-focus .list-group-item.is-selected::before {
  background-color: var(--primary);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
}

.expose {
  --transition-time: 200ms;
}
.expose__content {
  --transition-delay: var(--transition-time);
  position: relative;
  transition: box-shadow var(--transition-time) ease, z-index 0s ease var(--transition-delay);
  z-index: 0;
}
.expose.is-open .expose__content {
  --transition-delay: 0s;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 801;
}
.expose__backdrop {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all ease var(--transition-time);
  z-index: 800;
}
.expose.is-open .expose__backdrop {
  opacity: 0.7;
  pointer-events: all;
}

.mini-cart {
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 200ms ease-out;
  transition-delay: unset;
  width: 100vw;
  z-index: 999;
}
.mini-cart:not(.is-open) {
  height: 64px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0ms ease-out, width 0ms ease-out;
  transition-delay: 200ms;
  width: 64px;
  z-index: 0;
}
.mini-cart-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 200ms ease-out;
  width: 100%;
}
.mini-cart:not(.is-open) .mini-cart-overlay {
  background-color: transparent;
}
.mini-cart-opener {
  align-items: center;
  color: #6b6c7e;
  display: flex;
  height: 64px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
}
.mini-cart-opener::before {
  align-items: center;
  background-color: #0b5fff;
  border-radius: 50%;
  color: #fff;
  content: attr(data-badge-count);
  display: flex;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transform: translate(17px, -7px);
  transition: all ease 200ms;
  width: 18px;
}
.mini-cart-opener:not(.has-badge)::before {
  opacity: 0;
  transform: scale(0.1) translate(17px, -7px);
}
.mini-cart-close, .mini-cart-opener {
  background: transparent;
  border: 0;
}
.mini-cart-submit {
  background-color: #fff;
  flex-basis: auto;
  flex-grow: initial;
  flex-shrink: 0;
  padding: 1em;
  width: 100%;
  z-index: 2;
}
.mini-cart-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 600px;
  z-index: 999;
}
.mini-cart-wrapper-items {
  background-color: #fff;
  flex: 1;
  overflow: hidden;
}
.mini-cart-wrapper-items .dataset-display {
  height: 100%;
}
.mini-cart-wrapper-items .dataset-display-content-wrapper, .mini-cart-wrapper-items .dataset-display-wrapper {
  height: 100%;
}
.mini-cart-wrapper-items .dataset-display > form {
  height: 100%;
}
.mini-cart:not(.is-open) .mini-cart-wrapper {
  transform: translate3d(920px, 0, 0);
  z-index: 0;
}
.rtl .mini-cart:not(.is-open) .mini-cart-wrapper {
  transform: translate3d(-920px, 0, 0);
}
.mini-cart .empty-cart {
  align-items: center;
  color: #f1f2f5;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.mini-cart .empty-cart-icon {
  color: #f1f2f5;
  font-size: 6rem;
}
.mini-cart .empty-cart-label {
  color: #cdced9;
  font-size: 1.2rem;
  max-width: 220px;
  text-align: center;
}
.mini-cart .loading-cart {
  align-items: center;
  color: #f1f2f5;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.mini-cart .mini-cart-header {
  background-color: #f7f8f9;
  box-sizing: border-box;
  flex-basis: auto;
  flex-grow: inherit;
  flex-shrink: 0;
}
.mini-cart .mini-cart-header-block {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 14px 21px;
}
.mini-cart .mini-cart-header-actions {
  align-items: center;
  display: flex;
  height: 33px;
}
.mini-cart .mini-cart-header-actions .actions {
  animation: showActions 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
  display: inline;
  opacity: 0;
}
.mini-cart .mini-cart-header-actions .actions.hide {
  display: none;
}
.mini-cart .mini-cart-header-actions .actions .action {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px;
}
.mini-cart .mini-cart-header-actions .actions .action:last-child {
  border-left: 2px solid #f1f2f5;
  border-radius: 0;
  height: auto;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
}
@keyframes showActions {
  to {
    opacity: 1;
  }
}
.mini-cart .mini-cart-header .confirmation-prompt {
  animation: askConfirmation 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
  display: inline-block;
  opacity: 0;
  transform: translate3d(920px, 0, 0);
}
.mini-cart .mini-cart-header .confirmation-prompt.hide {
  display: none;
}
.rtl .mini-cart .mini-cart-header .confirmation-prompt {
  transform: translate3d(-920px, 0, 0);
}
.mini-cart .mini-cart-header .confirmation-prompt .btn {
  border-color: #cdced9;
  height: 30px;
  margin-left: 10px;
  padding: 0;
  width: 45px;
}
.mini-cart .mini-cart-header .confirmation-prompt .btn:not(:hover) {
  background-color: #fff;
}
.mini-cart .mini-cart-header .confirmation-prompt .btn:hover {
  border-color: transparent;
}
@keyframes askConfirmation {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.mini-cart .mini-cart-header .items {
  font-weight: 600;
}
.mini-cart .mini-cart-header h3 {
  margin: 10px 0;
}
.mini-cart .mini-cart-item {
  align-items: center;
  border-bottom: 1px solid rgba(180, 187, 201, 0.2);
  display: grid;
  font-size: 12px;
  grid-column-gap: 15px;
  max-height: 200px;
  grid-template-areas: "info quantity price delete" "errors errors errors errors";
  grid-template-columns: auto 90px minmax(min-content, 100px) min-content;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: height 0.2s ease-in, padding 0.1s ease-in;
}
.mini-cart .mini-cart-item-anchor, .mini-cart .mini-cart-item-anchor:hover, .mini-cart .mini-cart-item-anchor:active, .mini-cart .mini-cart-item-anchor:focus {
  align-items: center;
  color: inherit;
  display: flex;
  grid-area: info;
  text-decoration: inherit;
}
.mini-cart .mini-cart-item-thumbnail {
  align-self: flex-start;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  width: 70px;
}
.mini-cart .mini-cart-item-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mini-cart .mini-cart-item-info *:not(.mini-cart .mini-cart-item-info .child-items-quantity) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mini-cart .mini-cart-item-info.has-options {
  align-items: initial;
  display: grid;
  height: 100%;
}
.mini-cart .mini-cart-item-info.has-options .item-info-base {
  align-self: flex-start;
}
.mini-cart .mini-cart-item-info.has-options .item-info-extra {
  align-self: flex-end;
}
.mini-cart .mini-cart-item-info .child-items {
  font-weight: 600;
}
.mini-cart .mini-cart-item-info .child-items .child-item {
  display: flex;
}
.mini-cart .mini-cart-item-info .child-items .child-item-quantity {
  padding-right: 0.5em;
  text-align: right;
  width: 20%;
}
.mini-cart .mini-cart-item-info .child-items .child-item-info p:nth-child(2) {
  font-weight: 400;
}
.mini-cart .mini-cart-item-info p,
.mini-cart .mini-cart-item-info h5,
.mini-cart .mini-cart-item-info h6 {
  margin: 0;
}
.mini-cart .mini-cart-item-quantity {
  grid-area: quantity;
}
.mini-cart .mini-cart-item-quantity .quantity-selector {
  font-size: 0.95rem;
  height: unset;
  padding: 0.25rem 0.8rem;
}
.mini-cart .mini-cart-item-quantity input[type=number] {
  padding: 0.25rem 0.5rem 0.25rem 0.8rem;
}
.mini-cart .mini-cart-item-quantity input[type=number]::-webkit-inner-spin-button, .mini-cart .mini-cart-item-quantity input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  opacity: 1;
}
.mini-cart .mini-cart-item-price {
  grid-area: price;
  text-align: right;
}
.mini-cart .mini-cart-item-price .price {
  grid-template-areas: unset;
}
.mini-cart .mini-cart-item-price .price-value {
  display: block;
  font-size: 0.9rem !important;
  margin: 0 !important;
}
.mini-cart .mini-cart-item-delete {
  font-size: 1rem;
  grid-area: delete;
  margin: 10px 0;
}
.mini-cart .mini-cart-item.is-removed {
  border: 0;
  max-height: 0;
  padding: 0;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mini-cart .mini-cart-item-removing {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.mini-cart .mini-cart-item-removing.active {
  animation: isRemoving 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}
.mini-cart .mini-cart-item-removing.canceled {
  animation: isCanceled 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}
.rtl .mini-cart .mini-cart-item-removing.active {
  animation: isRemovingRTL 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}
.rtl .mini-cart .mini-cart-item-removing.canceled {
  animation: isCanceledRTL 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}
.mini-cart .mini-cart-item-removing .btn-link {
  font-size: 12px;
  padding: 0;
}
@keyframes isRemoving {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes isCanceled {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes isRemovingRTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes isCanceledRTL {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.mini-cart .mini-cart-item-errors {
  background-color: #f1f2f5;
  color: #da1414;
  font-weight: 600;
  grid-area: errors;
  margin: 12px -12px -12px;
  padding: 12px;
}
.mini-cart .mini-cart-item-errors span {
  margin-left: 10px;
}
.mini-cart .mini-cart-items-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.mini-cart .mini-cart-items-list .summary-table {
  border-top: 1px solid #f1f2f5;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 12px 0;
  position: relative;
}
.mini-cart .mini-cart-items-list .summary-table div:nth-child(2n+1) .summary-table-item {
  font-size: 12px;
}
.mini-cart .mini-cart-items-list .summary-table-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mini-cart .mini-cart-cart-items {
  flex: 1;
  overflow-y: auto;
}
.mini-cart .mini-cart-cart-items::-webkit-scrollbar {
  width: 5px;
}
.mini-cart .mini-cart-cart-items::-webkit-scrollbar-track {
  background: transparent;
}
.mini-cart .mini-cart-cart-items::-webkit-scrollbar-thumb {
  background: #cdced9;
}

.mini-compare {
  background: white;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  box-shadow: 0 17px 84px 0 rgba(52, 55, 62, 0.2);
  display: inline-flex;
  left: 50%;
  opacity: 0.3;
  padding: 1rem;
  position: fixed;
  transform: translateX(-50%) translateY(100%);
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.mini-compare.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  z-index: 5;
}
body.open .mini-compare {
  transform: translateX(calc(-50% + 160px)) translateY(100%);
}
body.open .mini-compare.active {
  opacity: 1;
  transform: translateX(calc(-50% + 160px)) translateY(0);
}
.mini-compare-item {
  margin-right: 1rem;
  position: relative;
}
@media screen and (hover: none) {
  .mini-compare-item {
    margin-right: 1rem;
  }
}
.mini-compare-item::after {
  border: 2px dashed #e7e7ed;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in;
}
.mini-compare-item.active::after {
  opacity: 0;
}
.mini-compare-item.active .mini-compare-delete {
  opacity: 1;
  transform: scale(0.6) translate(50%, -50%);
}
.mini-compare-item.active .mini-compare-thumbnail-container {
  opacity: 1;
  transform: scale(1);
}
.mini-compare-thumbnail {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mini-compare-thumbnail-container {
  opacity: 0;
  position: relative;
  transform: scale(0.6);
  transition: all 0.2s ease-in;
}
.mini-compare-delete {
  background-color: #da1414;
  border-color: #cdced9;
  color: #f7f8f9;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0) translate(50%, -50%);
  transition: all 0.2s ease-in;
  z-index: 10;
}

.modal-iframe-wrapper {
  background: white;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-iframe-wrapper .modal-iframe-content {
  padding: 1.5rem;
}
.modal-iframe-wrapper .modal-iframe-footer {
  align-items: center;
  background-color: white;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  left: 0;
  padding: 1rem 1.5rem;
  position: fixed;
  right: 0;
}
.modal-iframe-wrapper .modal-iframe-header {
  background-color: white;
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.price-label, .price-value {
  font-weight: 500;
}
.price-label {
  font-size: 0.8rem;
}
.price-value {
  font-weight: 500;
}
.price-value-discount, .price-value-final {
  color: #da1414;
}
.price-value-inactive {
  color: #6b6c7e !important;
  text-decoration: line-through;
}
.price-value-percentages {
  font-size: 10px;
  white-space: nowrap;
}
.price-value-percentages::after {
  color: #6b6c7e;
  content: " | ";
}
.price-value-percentages:last-child::after {
  content: "";
}
.price-value-promo {
  color: #da1414;
}
.price.compact .price-label {
  display: none;
}
.price.compact .price-value-inactive {
  margin-right: 1rem;
}
.price:not(.compact) {
  align-items: center;
  display: grid;
  grid-template-areas: "label value";
}
.price:not(.compact) .price-value {
  font-size: 1rem !important;
  text-align: right;
}
.price:not(.compact) .price-value-final, .price:not(.compact) .price-value-promo {
  font-size: 1.5rem;
}

.product-card {
  min-width: 15rem;
}
.product-card a {
  text-decoration: none;
}
.product-card-tiles {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .product-card-tiles {
    grid-template-columns: repeat(auto-fill, minmax(13.125rem, 1fr));
  }
}
@media all and (-ms-high-contrast: none) {
  .product-card-tiles {
    display: flex;
    flex-wrap: wrap;
  }
  .product-card-tiles::before, .product-card-tiles::after {
    content: "";
    order: 100;
  }
  .product-card-tiles::before, .product-card-tiles::after, .product-card-tiles .product-card {
    flex: 1 1 15rem;
    margin: 0 1rem 1rem 0;
  }
}
.product-card .product-card-picture {
  height: 190px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.form-control-lg.quantity-selector {
  min-width: 8rem;
}

input[type=number].quantity-selector {
  padding: 0.25rem 0.5rem 0.25rem 1rem;
}
input[type=number].quantity-selector::-webkit-inner-spin-button, input[type=number].quantity-selector::-webkit-outer-spin-button {
  margin: 0;
  opacity: 1;
}

.step-tracker {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.step-tracker .step {
  align-items: center;
  clip-path: polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, -8px 100%, 11px 50%, -8px 0);
  display: flex;
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  text-align: center;
}
.step-tracker .step:first-child {
  clip-path: polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
}
.step-tracker .step:last-child {
  clip-path: polygon(100% 0%, 100% 100%, -8px 100%, 11px 50%, -8px 0);
}
.step-tracker .step:not(:first-child)::before {
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 11px;
}
.step-tracker .step:not(:last-child)::after {
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 11px;
}
.step-tracker .step.active {
  background-color: #a1e7cc;
  color: #26966b;
}
.step-tracker .step.active:not(:first-child)::before, .step-tracker .step.active:not(:last-child)::after {
  background-color: #a1e7cc;
}
.step-tracker .step.active .step-label {
  color: currentColor;
}
.step-tracker .step.completed {
  background-color: #3ccd95;
  color: #fff;
}
.step-tracker .step.completed:not(:first-child)::before, .step-tracker .step.completed:not(:last-child)::after {
  background-color: #3ccd95;
}
.step-tracker .step.completed .step-label {
  color: currentColor;
}
.step-tracker .step.inactive {
  background-color: #fff;
  color: #a7a9bc;
}
.step-tracker .step.inactive:not(:first-child)::before, .step-tracker .step.inactive:not(:last-child)::after {
  background-color: #fff;
}
.step-tracker .step.inactive .step-label {
  color: currentColor;
}
.step-tracker .step .step-label {
  color: #a7a9bc;
}

@media screen and (max-width: 1024px) {
  .step-tracker {
    flex-wrap: wrap;
  }
  .step-tracker .step {
    clip-path: none !important;
  }
  .step-tracker .step::before {
    display: none;
  }
  .step-tracker .step::after {
    background: none !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid currentColor;
    height: 0 !important;
    left: calc(50% - 6px) !important;
    top: 100% !important;
    z-index: 1;
  }
}
.summary-table-item {
  font-size: 0.875rem;
}
.summary-table-item-big {
  font-size: 1rem;
}

.cell-comment {
  cursor: pointer;
}
.cell-comment svg {
  pointer-events: none;
}

.commerce-admin-header {
  position: sticky;
  z-index: 989;
}
.has-control-menu .commerce-admin-header {
  top: 56px;
}
.ie11 .commerce-admin-header {
  position: static;
}

.commerce-header {
  position: sticky;
  top: 0;
  z-index: 900;
}
.has-control-menu .commerce-header {
  top: 48px;
}
@media screen and (min-width: 576px) {
  .has-control-menu .commerce-header {
    top: 56px;
  }
}
.commerce-header .header-details {
  max-width: 300px;
}
@media screen and (max-width: 576px) {
  .commerce-header .header-details {
    flex-grow: 1;
    width: 0;
  }
}
@media screen and (min-width: 576px) {
  .commerce-header .header-details {
    min-width: 100px;
  }
}
.commerce-header .header-assign-label {
  font-size: 0.625rem;
  left: 13px;
  top: -7px;
}
.commerce-header .header-assign-button {
  min-width: 100px;
}

.filter-panel-head.active .panel-header-link {
  background-color: #eef2fa;
}

.list-group-no-bordered .list-group-item {
  border-width: 0 0 1px;
  margin-bottom: 0;
}
.list-group-no-bordered .list-group-item:last-child {
  border-width: 0;
}

.modal-lg,
.modal-xl {
  max-width: 800px;
}

.row.vertically-divided {
  overflow: hidden;
}
.row.vertically-divided > [class*=col]::after {
  border-right: 1px solid #e6e7ed;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 0;
}
.row.vertically-divided > [class*=col]:last-child::after {
  border-color: transparent;
}

.skeleton {
  border-color: transparent !important;
  overflow: hidden;
  position: relative;
}
.skeleton::after {
  animation: skeleton-glow 1s ease-in-out alternate-reverse infinite;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes skeleton-glow {
  from {
    background-color: #ebebeb;
  }
  to {
    background-color: white;
  }
}

.sorting-icons-wrapper .sorting-icon:nth-child(2) {
  left: -6px;
  position: relative;
}
.sorting-icons-wrapper .sorting-icon:not(.active) {
  opacity: 0.5;
}

.sticky-header-menu {
  border-bottom: 1px solid #e7e7ed;
  position: sticky;
  z-index: 899;
}
.sticky-header-menu .navbar {
  border-bottom: none;
}

/*# sourceMappingURL=main.css.map */