@keyframes wholesale-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.wholesale-spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(192, 192, 192, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.wholesale-spinner > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #000;
  border-bottom-color: transparent;
  animation: wholesale-spin linear 0.4s infinite;
}

.import-overlay, .quick-entry-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 192, 192, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.import-overlay.visible, .quick-entry-overlay.visible {
  display: flex;
}
.import-overlay > div, .quick-entry-overlay > div {
  width: 600px;
  height: 650px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.import-overlay > div textarea, .quick-entry-overlay > div textarea {
  height: 100%;
  flex: 1;
  font-family: monospace;
  font-size: 13px;
  padding: 5px;
}

.import-overlay > div {
  width: 800px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}
.import-overlay > div > .footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
}
.import-overlay > div > .footer div {
  margin-right: 30px;
}
.import-overlay > div > .footer button {
  margin-left: 10px;
}
.import-overlay > div > .scroll-container {
  flex: 1;
  overflow-y: auto;
  height: 100%;
}
.import-overlay > div tr span.importable {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: green;
  display: inline-block;
}
.import-overlay > div tr.issues span.importable {
  background: orange;
}
.import-overlay > div tr.fail span.importable {
  background: red;
}
.import-overlay > div td {
  padding: 10px;
  border-right: 1px solid #eee;
  overflow: hidden;
  font-size: 0.8rem;
}
.import-overlay > div td img {
  width: 25px;
}
.import-overlay > div td.bad {
  color: red;
}
.import-overlay > div td.details {
  background: #eee;
}
.import-overlay > div td.details span {
  border-radius: 4px;
  padding: 1px 5px;
  border: 1px solid #ccc;
}

.quick-entry-overlay ul {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.quick-entry-overlay ul li {
  padding: 0.3rem 0;
}
.quick-entry-overlay ul li button {
  padding: 0.4rem;
  margin-left: 1rem;
}
.quick-entry-overlay input {
  padding: 0.5rem;
}

body {
  padding-top: 5rem;
}

body > header {
  height: 5rem;
}
body > header > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header > div {
  position: absolute;
  left: 0;
}
body > header > ul {
  position: absolute;
  right: 0;
}
body > header > ul a {
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 0.9em;
}

thead td {
  font-weight: 500;
}

tbody td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.wholesale-order-form div.error {
  color: #d10f3e;
  background: #f1b7c5;
  padding: 20px;
  display: none;
  margin: 10px 0;
}
.wholesale-order-form div.success {
  color: #136f5d;
  background: #b8d4ce;
  padding: 20px;
  margin: 10px 0;
}
.wholesale-order-form table {
  font-family: "Montserrat", sans-serif;
}
.wholesale-order-form thead td {
  vertical-align: bottom;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-size: 0.9em;
}
.wholesale-order-form thead td:nth-child(5), .wholesale-order-form thead td:nth-child(6), .wholesale-order-form thead td:nth-child(7), .wholesale-order-form thead td:nth-child(8), .wholesale-order-form thead td:nth-child(9) {
  text-align: right;
}
.wholesale-order-form tfoot tr td {
  text-align: right;
  padding: 0.7rem 0;
}
.wholesale-order-form tfoot tr.total {
  color: #000;
  font-weight: 500;
  font-size: 1.3em;
}
.wholesale-order-form tbody td {
  vertical-align: middle;
  font-size: 0.8em;
}
.wholesale-order-form tbody td img {
  width: 60px;
  height: 60px;
}
.wholesale-order-form tbody td input {
  width: 50px;
  padding: 10px;
  text-align: center;
}
.wholesale-order-form tbody td:nth-child(3) {
  color: #000;
}
.wholesale-order-form tbody td:nth-child(3) span {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  background: #000;
  padding: 2px;
  margin-left: 0.5em;
  font-size: 0.8em;
}
.wholesale-order-form tbody td:nth-child(4) {
  width: 20%;
}
.wholesale-order-form tbody td:nth-child(5), .wholesale-order-form tbody td:nth-child(6), .wholesale-order-form tbody td:nth-child(7), .wholesale-order-form tbody td:nth-child(8), .wholesale-order-form tbody td:nth-child(9) {
  text-align: right;
}
.wholesale-order-form tbody td:nth-child(8) {
  padding-right: 20px !important;
}
.wholesale-order-form tbody td.low-stock {
  background: url(../images/low-stock.svg) no-repeat right center;
  background-size: 16px 16px;
}
.wholesale-order-form tbody tr:not(.product-line) {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.wholesale-order-form tbody tr:not(.product-line) input {
  background: #f2f2f2;
  border-color: #ccc;
}
.wholesale-order-form tbody tr:not(.product-line).active, .wholesale-order-form tbody tr:not(.product-line):hover {
  opacity: 1;
}
.wholesale-order-form tbody tr:not(.product-line).active input, .wholesale-order-form tbody tr:not(.product-line):hover input {
  background: #fff;
  border-color: #222;
}
.wholesale-order-form tbody tr:not(.product-line).active td:nth-child(3) {
  font-weight: bold;
}
.wholesale-order-form tr.product-line td {
  padding: 1rem 0 !important;
  padding-left: 15px !important;
  font-size: 1em;
}
.wholesale-order-form footer {
  margin-top: 30px;
  text-align: right;
}

.wholesale-dashboard a {
  color: #893553;
  transition: color 0.2s ease;
}
.wholesale-dashboard a:hover {
  color: #000 !important;
}
.wholesale-dashboard > nav {
  display: flex;
  margin-left: -5px;
  font-family: sans-serif;
}
.wholesale-dashboard > nav > div {
  background: #ccc;
  padding: 30px;
  margin: 5px;
  height: 230px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.wholesale-dashboard > nav > div a {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}
.wholesale-dashboard > nav > div:first-child {
  flex: 1;
  background: #893553;
  color: #fff;
}
.wholesale-dashboard > nav > div:first-child h2 {
  color: #fff;
}
.wholesale-dashboard > nav > div:first-child:hover {
  background: #a15d75;
}
.wholesale-dashboard > nav > div:first-child a {
  color: #fff;
}
.wholesale-dashboard > nav > div:nth-child(2) {
  cursor: default;
}
.wholesale-dashboard > nav > div:nth-child(2) li {
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 0.9em;
}
.wholesale-dashboard > nav > div:nth-child(2) li:hover {
  color: #893553;
}
.wholesale-dashboard > nav > div:nth-child(2), .wholesale-dashboard > nav > div:nth-child(3) {
  width: 25%;
}
.wholesale-dashboard > nav > div:nth-child(2):hover, .wholesale-dashboard > nav > div:nth-child(3):hover {
  background: #d6d6d6;
}
.wholesale-dashboard > nav > div h2 {
  margin-top: 0.6em !important;
  font-size: 1.3em !important;
}
.wholesale-dashboard > h2 {
  border-bottom: 1px solid #222;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  margin-top: 3em !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wholesale-dashboard > h2 span {
  flex: 1;
}
.wholesale-dashboard > h2 a {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: bold;
  color: #893553;
}
.wholesale-dashboard .two-columns {
  display: flex;
  flex-direction: row;
}
.wholesale-dashboard .two-columns > * {
  flex: 1;
}

.wholesale-login-form {
  margin: 0 auto;
  max-width: 35rem;
}

.wholesale-account-details div.error {
  color: #d10f3e;
  background: #f1b7c5;
  padding: 20px;
}
.wholesale-account-details div.success {
  color: #136f5d;
  background: #b8d4ce;
  padding: 20px;
}
.wholesale-account-details section {
  display: flex;
  flex-direction: row;
}
.wholesale-account-details section > fieldset {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
}
.wholesale-account-details section > fieldset p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  margin-top: 10px;
}
.wholesale-account-details section > fieldset:first-child {
  padding-right: 30px;
}
.wholesale-account-details section > fieldset:last-child {
  padding-left: 30px;
}
.wholesale-account-details section.submit {
  margin-top: 3em;
}

.wholesale-order-view div.error {
  color: #d10f3e;
  background: #f1b7c5;
  padding: 20px;
  margin: 10px 0;
}
.wholesale-order-view .progress {
  display: flex;
  flex-direction: row;
  margin: 30px 20px;
  position: relative;
}
.wholesale-order-view .progress > div {
  width: 25%;
  border-bottom: 4px solid #ccc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #ccc;
}
.wholesale-order-view .progress span:last-child {
  display: block;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  margin-top: -3px;
  margin-left: -8px;
}
.wholesale-order-view .progress > span:last-child {
  margin: 0;
  right: -8px;
  top: 17px;
}
.wholesale-order-view .progress.state-1 > div:first-child {
  border-color: #893553;
  color: #893553;
}
.wholesale-order-view .progress.state-1 > div:first-child > span:last-child {
  background: #893553;
}
.wholesale-order-view .progress.state-1 > div:nth-child(2) > span:last-child {
  background: #893553;
}
.wholesale-order-view .progress.state-2 > div:nth-child(2) {
  border-color: #893553;
  color: #893553;
}
.wholesale-order-view .progress.state-2 > div:nth-child(3) > span:last-child {
  background: #893553;
}
.wholesale-order-view .progress.state-3 > div:nth-child(3) {
  border-color: #893553;
  color: #893553;
}
.wholesale-order-view .progress.state-3 > div:nth-child(4) > span:last-child {
  background: #893553;
}
.wholesale-order-view .progress.state-4 > div:nth-child(4) {
  border-color: #893553;
  color: #893553;
}
.wholesale-order-view .progress.state-4 > span:last-child {
  background: #893553;
}
.wholesale-order-view a {
  color: #893553;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
}
.wholesale-order-view p.warning {
  color: #d10f3e !important;
}
.wholesale-order-view header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  position: relative;
}
.wholesale-order-view header .po-info {
  position: absolute;
  right: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.8em;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
.wholesale-order-view header .po-info button {
  display: block;
  background: none;
  border: none;
  margin-top: 10px;
  color: #fff;
  padding: 0;
}
.wholesale-order-view header h2 {
  font-size: 1em !important;
}
.wholesale-order-view header h2 a {
  margin-left: 10px;
}
.wholesale-order-view header > div {
  width: 25%;
  box-sizing: border-box;
}
.wholesale-order-view header > div:last-child {
  width: auto;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.wholesale-order-view header > div:last-child ul {
  list-style-type: none;
}
.wholesale-order-view header > div:last-child ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
.wholesale-order-view header > div:last-child ul li div:first-child {
  width: 120px;
  font-weight: bold;
}
.wholesale-order-view header > div:last-child ul li div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.wholesale-order-view table {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.wholesale-order-view table td:nth-child(4) {
  text-align: center;
}
.wholesale-order-view table td:nth-child(5), .wholesale-order-view table td:nth-child(6), .wholesale-order-view table tfoot td {
  text-align: right;
}
.wholesale-order-view table thead td {
  text-transform: uppercase;
  color: #000;
}
.wholesale-order-view table td {
  padding: 20px 5px !important;
}
.wholesale-order-view table tfoot td {
  padding: 10px 5px !important;
}
.wholesale-order-view table tfoot tr {
  border: none !important;
}
.wholesale-order-view table tfoot tr:first-child td {
  padding-top: 20px !important;
}
.wholesale-order-view table tfoot tr:last-child td {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.wholesale-order-view footer {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.wholesale-order-view footer > div {
  flex: 1;
}
.wholesale-order-view footer button#place-order {
  margin-left: 10px;
}
.wholesale-order-view .cancel-prompt {
  display: none;
  padding: 30px;
  background: #f1b7c5;
  color: #000;
  font-family: "Montserrat", sans-serif;
  border-left: 4px solid #d10f3e;
}

.change-address-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.change-address-overlay div {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
.change-address-overlay div button {
  background: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 0.8em;
}

.cancelled {
  font-size: 0.5em;
  border: 1px solid #d10f3e;
  padding: 0.2em 1em;
  border-radius: 0.5em;
  vertical-align: middle;
  color: #d10f3e;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-left: 0.5em;
}

.wholesale-order-view-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wholesale-order-view-header h1 {
  flex: 1;
}
.wholesale-order-view-header a.cancel {
  border: none;
  color: #666;
}
.wholesale-order-view-header a.cancel:hover {
  color: #d10f3e;
}

.wholesale-order-history .history-cancelled {
  color: #d10f3e;
}
.wholesale-order-history table {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.wholesale-order-history table td {
  padding: 20px 10px !important;
}
.wholesale-order-history table td:nth-child(5), .wholesale-order-history table td:nth-child(6) {
  text-align: right;
}
.wholesale-order-history table a {
  color: #893553;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  transition: color 0.2s ease;
}
.wholesale-order-history table a:hover {
  color: #000;
}
.wholesale-order-history table thead td {
  color: #000;
  text-transform: uppercase;
}
@keyframes highlight {
  0% {
    opacity: 0;
    background: #fff;
    transform: scale(0.9) translateY(10px);
  }
  14% {
    opacity: 0;
    background: #fff;
    transform: scale(0.9) translateY(10px);
  }
  25% {
    opacity: 1;
    background: #b8d4ce;
    transform: scale(1) translateY(0);
  }
  80% {
    background: #b8d4ce;
  }
  100% {
    background: #fff;
  }
}
.wholesale-order-history table tr.highlight {
  animation: highlight 4s ease;
  animation-fill-mode: forwards;
}

.wholesale-image-library .listing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  font-family: "Montserrat", sans-serif;
}
.wholesale-image-library .listing > a, .wholesale-image-library .listing > div {
  display: block;
  width: 170px;
  height: 170px;
  margin: 10px 10px 40px 10px;
  box-sizing: border-box;
}
.wholesale-image-library .listing > a {
  background: #ccc;
  padding: 20px;
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
}
.wholesale-image-library .listing > div {
  display: flex;
  flex-direction: column;
}
.wholesale-image-library .listing > div figure {
  flex: 1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wholesale-image-library .listing > div figcaption {
  text-align: center;
  padding-top: 5px;
}
.wholesale-image-library .path-breadcrumbs {
  padding: 1em 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  display: flex;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
}
.wholesale-image-library .path-breadcrumbs li {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  margin-right: 10px !important;
  background: url(../../images/old/checkout-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
  opacity: 0.8;
}
.wholesale-image-library .path-breadcrumbs li:not(:last-child):hover {
  opacity: 1;
}
.wholesale-image-library .path-breadcrumbs li:last-child {
  background: none;
}

.dp-modal {
  z-index: 10000 !important;
}

.customer-drop-down-button {
  height: 2.5rem;
  width: 2rem;
  padding: 0;
  background: url(../images/drop-down-arrow.svg) no-repeat center center !important;
  background-size: 1rem;
  margin-left: 0.5rem;
}

ul.popup {
  position: absolute;
  list-style-type: none;
  background: #fff;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  padding: 0;
  right: 0;
  width: 150px;
  z-index: 1;
  display: none;
}
ul.popup li {
  padding: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 0.9em;
  color: #000;
}
ul.popup li:hover {
  background: rgba(137, 53, 83, 0.17);
}
ul.popup li.header {
  color: #999;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 10px 3px 10px;
  cursor: default;
}
ul.popup li.header:hover {
  background: #fff;
}

.customer-drop-down {
  width: auto !important;
  right: initial !important;
  margin-left: 0 !important;
  margin-top: 2.7rem;
}

.wholesale-admin-view .admin-cancelled {
  color: #d10f3e;
}
.wholesale-admin-view table {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.wholesale-admin-view table tr.invoice td, .wholesale-admin-view table tr.invoice input {
  background: #fafafa;
}
.wholesale-admin-view table tr.invoice img {
  height: 20px;
  vertical-align: middle;
}
.wholesale-admin-view table tr.new td:nth-child(1), .wholesale-admin-view table tr.new td:nth-child(2) {
  font-weight: bold;
}
.wholesale-admin-view table td {
  padding: 20px 10px !important;
}
.wholesale-admin-view table td:nth-child(7), .wholesale-admin-view table td:nth-child(8) {
  text-align: right;
}
.wholesale-admin-view table td:last-child {
  position: relative;
}
.wholesale-admin-view table td select option[value=cancelled] {
  color: #d10f3e;
}
.wholesale-admin-view table td.date input {
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1em;
  color: #6b6b6b;
  outline: none;
  width: 140px;
}
.wholesale-admin-view table td.date input:hover {
  color: #893553 !important;
}
.wholesale-admin-view table a {
  color: #893553;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  transition: color 0.2s ease;
}
.wholesale-admin-view table a:hover {
  color: #000;
}
.wholesale-admin-view table a.options {
  display: inline-flex;
  flex-direction: row;
  padding: 15px 0;
}
.wholesale-admin-view table a.options > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #893553;
  margin-right: 4px;
  transition: transform 0.2s ease;
}
.wholesale-admin-view table a.options:hover > span:nth-child(2) {
  transform: translateY(7px);
}
.wholesale-admin-view table thead td {
  color: #000;
  text-transform: uppercase;
}
@keyframes highlight {
  0% {
    opacity: 0;
    background: #fff;
    transform: scale(0.9) translateY(10px);
  }
  14% {
    opacity: 0;
    background: #fff;
    transform: scale(0.9) translateY(10px);
  }
  25% {
    opacity: 1;
    background: #b8d4ce;
    transform: scale(1) translateY(0);
  }
  80% {
    background: #b8d4ce;
  }
  100% {
    background: #fff;
  }
}
.wholesale-admin-view table tr.highlight {
  animation: highlight 4s ease;
  animation-fill-mode: forwards;
}
.wholesale-admin-view .new-order-modal-overlay, .wholesale-admin-view .delete-confirm-modal-overlay, .wholesale-admin-view .allocate-stock-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: none;
}
.wholesale-admin-view .new-order-modal-overlay > div, .wholesale-admin-view .delete-confirm-modal-overlay > div, .wholesale-admin-view .allocate-stock-modal-overlay > div {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
  width: 500px;
}
.wholesale-admin-view .new-order-modal-overlay > div input, .wholesale-admin-view .delete-confirm-modal-overlay > div input, .wholesale-admin-view .allocate-stock-modal-overlay > div input {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
  margin-bottom: 0;
}
.wholesale-admin-view .new-order-modal-overlay > div > ul, .wholesale-admin-view .delete-confirm-modal-overlay > div > ul, .wholesale-admin-view .allocate-stock-modal-overlay > div > ul {
  height: 300px;
  overflow-y: scroll;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  margin: 0;
}
.wholesale-admin-view .new-order-modal-overlay > div > ul li, .wholesale-admin-view .delete-confirm-modal-overlay > div > ul li, .wholesale-admin-view .allocate-stock-modal-overlay > div > ul li {
  padding: 20px;
  cursor: pointer;
}
.wholesale-admin-view .new-order-modal-overlay > div > ul li:hover, .wholesale-admin-view .delete-confirm-modal-overlay > div > ul li:hover, .wholesale-admin-view .allocate-stock-modal-overlay > div > ul li:hover {
  background: #e7d7dd;
}
.wholesale-admin-view .new-order-modal-overlay > div > div:last-child, .wholesale-admin-view .delete-confirm-modal-overlay > div > div:last-child, .wholesale-admin-view .allocate-stock-modal-overlay > div > div:last-child {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.wholesale-admin-view .allocate-stock-modal-overlay .close-button {
  background: transparent url(../images/close.svg) no-repeat center center;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-size: 1.3rem;
}
.wholesale-admin-view .allocate-stock-modal-overlay button.disabled {
  background: #ccc;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div {
  display: flex;
  padding: 30px;
  width: 900px;
  height: 700px;
  max-height: 90%;
  flex-direction: column;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div, .wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eee;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div span, .wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div span {
  display: inline-block;
  padding: 20px;
  width: 14%;
  box-sizing: border-box;
  text-align: center;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div span.negative, .wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div span.negative {
  color: #D40449;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div span:nth-child(2), .wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div span:nth-child(2) {
  width: 20%;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div span:nth-child(3), .wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div span:nth-child(3) {
  flex: 1;
  text-align: left;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div span.checkmark {
  margin: 20px;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div span.checkmark.checked {
  background: url(../images/checkmark.svg) no-repeat center center;
  background-size: 12px;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div div.divider {
  padding: 30px 20px 10px 20px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div div.divider .checkmark {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div > span {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child > div > span.checkmark {
  margin: 10px 20px;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child {
  border-bottom: 1px solid #eee;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child h2 {
  margin-bottom: 10px;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child h3 {
  color: #802981;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:first-child h3.complete {
  color: green;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) {
  flex: 1;
  overflow-y: scroll;
  height: 100%;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:nth-child(2) > div span:nth-child(5) {
  color: #802981;
  font-weight: 600;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:last-child {
  padding: 20px 0 0 0;
}
.wholesale-admin-view .allocate-stock-modal-overlay > div > div:last-child button {
  margin-left: 10px;
}
.wholesale-admin-view .delete-confirm-modal-overlay > div {
  padding: 30px;
  width: 500px;
}
.wholesale-admin-view .delete-confirm-modal-overlay > div > div {
  padding: 0 !important;
}
.wholesale-admin-view .shipped-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.wholesale-admin-view .shipped-modal-overlay > div {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
  width: 400px;
}
.wholesale-admin-view .shipped-modal-overlay > div h2 {
  margin: 0 0 0.5em 0;
}
.wholesale-admin-view .shipped-modal-overlay > div .shipping-date {
  cursor: pointer;
}
.wholesale-admin-view .shipped-modal-overlay > div label {
  margin-top: 15px;
}
.wholesale-admin-view .shipped-modal-overlay > div > div {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.wholesale-admin-view .shipped-modal-overlay > div > div button:first-child {
  border: none;
}
.wholesale-admin-view .shipped-modal-overlay > div > div button:last-child {
  margin-left: 10px;
}

.wholesale-invoice-form input.headline, .wholesale-invoice-form ul.references li input:first-child {
  font-weight: bold;
}
.wholesale-invoice-form td {
  padding: 5px;
}
.wholesale-invoice-form td > input {
  width: 100%;
}
.wholesale-invoice-form button.delete {
  border: none;
  background: transparent url(/wp-content/themes/lethalcosmetics/images/delete.svg) no-repeat center center;
  padding: 0;
  width: 2rem !important;
  height: 2rem !important;
  background-size: 0.9rem;
  flex-shrink: 0;
}
.wholesale-invoice-form thead input {
  text-transform: uppercase;
  font-size: 0.8rem !important;
  font-weight: bold !important;
}
.wholesale-invoice-form tfoot input:first-child {
  text-align: right;
}
.wholesale-invoice-form tfoot tr:last-child input {
  font-weight: bold;
}
.wholesale-invoice-form tbody tr:last-child td {
  border-bottom: 1px solid #000;
}
.wholesale-invoice-form tbody tr:first-child td {
  border-top: 1px solid #000;
}
.wholesale-invoice-form td input, .wholesale-invoice-form td textarea {
  border-color: #f2f2f2 !important;
}
.wholesale-invoice-form td input:focus, .wholesale-invoice-form td textarea:focus {
  border-color: #ccc !important;
}
.wholesale-invoice-form thead td span {
  display: block;
  text-align: center;
  color: #ccc;
}
.wholesale-invoice-form thead td:last-child {
  vertical-align: bottom;
}
.wholesale-invoice-form tbody td, .wholesale-invoice-form tfoot td {
  vertical-align: middle;
}
.wholesale-invoice-form div.error {
  color: #d10f3e;
  background: #f1b7c5;
  padding: 20px;
  display: none;
  margin: 10px 0;
}
.wholesale-invoice-form div.success {
  color: #136f5d;
  background: #b8d4ce;
  padding: 20px;
  margin: 10px 0;
}

.wholesale-ship-order .pending {
  opacity: 0.3;
  pointer-events: none;
}
.wholesale-ship-order .collapsed-shipment {
  padding: 1rem 0.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url(../images/icon-package.svg) no-repeat 0.5rem 1rem;
  background-size: 1.4rem;
  padding-left: 3rem;
}
.wholesale-ship-order .collapsed-shipment span {
  font-weight: 500;
  font-size: 1rem;
}
.wholesale-ship-order .collapsed-shipment ol {
  list-style-type: decimal;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.wholesale-ship-order .collapsed-shipment ol li {
  padding-left: 0.5rem;
}
.wholesale-ship-order .shipping-date {
  margin-bottom: 0;
  padding-left: 50px;
  background: url(../images/icon-transit.svg) no-repeat 10px center;
  background-size: 25px;
  width: auto;
}
.wholesale-ship-order table {
  width: 100% !important;
  font-family: "Montserrat", sans-serif;
}
.wholesale-ship-order table .error {
  color: #d10f3e;
}
.wholesale-ship-order table td {
  padding: 20px 10px !important;
}
.wholesale-ship-order table td img {
  width: 22px;
  vertical-align: middle;
}
.wholesale-ship-order table td tbody td {
  vertical-align: middle;
}
.wholesale-ship-order table td thead td {
  color: #000;
  text-transform: uppercase;
}
.wholesale-ship-order table.packages input {
  width: 50px;
}
.wholesale-ship-order table.packages input.error {
  border-color: #d10f3e;
  color: #d10f3e;
}
.wholesale-ship-order table.packages td:first-child {
  max-width: 30px;
}
.wholesale-ship-order table.packages td:nth-child(2) {
  text-align: right;
  min-width: 30px;
  max-width: 30px;
}
.wholesale-ship-order table.packages td:nth-child(3) {
  padding-left: 30px !important;
}
.wholesale-ship-order table.packages td:nth-child(4) {
  text-align: right;
  min-width: 40px;
  max-width: 40px;
}
.wholesale-ship-order table.packages td:nth-child(5) {
  text-align: right;
  min-width: 30px;
  max-width: 30px;
}
.wholesale-ship-order table.packages td:last-child {
  text-align: right;
  min-width: 40px;
  max-width: 40px;
}
.wholesale-ship-order table.packages tbody button {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
}
.wholesale-ship-order table.packages tbody button.delete {
  background: transparent url(../images/delete.svg) no-repeat center center;
  background-size: 15px;
}
.wholesale-ship-order table.packages tbody button.duplicate {
  background: transparent url(../images/icon-duplicate.svg) no-repeat center center;
  background-size: 21px;
}
.wholesale-ship-order table.packages tfoot td {
  text-align: right !important;
  font-weight: 500;
}
.wholesale-ship-order table.documents td img {
  width: 18px;
}
.wholesale-ship-order table.documents td:first-child {
  width: 40px;
  max-width: 40px;
}
.wholesale-ship-order table.documents td:nth-child(2) {
  max-width: 60px;
  width: 60px;
  text-align: right;
}
.wholesale-ship-order table.documents td:nth-child(3) {
  padding-left: 30px !important;
}
.wholesale-ship-order table.documents td:nth-child(4) {
  width: 60px;
  max-width: 60px;
  text-align: right;
}
.wholesale-ship-order table.documents td:last-child {
  width: 180px;
  max-width: 180px;
  text-align: right;
}
.wholesale-ship-order table.documents span.checkbox {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wholesale-ship-order table.documents span.checkbox.checked {
  background: #47986c url(../images/checkmark-white.svg) no-repeat center center;
  border-color: #47986c;
  background-size: 13px;
}

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