@charset "UTF-8";
html {
  background-color: #f7f7f7;
}

body {
  background-color: #F7F7F7;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
body.sticky {
  padding-top: 110px;
}

.body-content {
  padding-top: 60px;
}

.row {
  padding-right: 15px;
  padding-left: 15px;
}

.locked:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 99;
}

.page {
  min-height: calc(100vh - 140px);
}

.nshift-pickup-points-overlay {
  z-index: 11000;
}

.navbar-inverse {
  background-color: rgba(20, 20, 20, 0.7764705882) !important;
  border-color: rgba(20, 20, 20, 0.7764705882) !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.btn {
  border-radius: 0px;
  border: none;
  padding: 1rem 1rem;
  background-color: #48410f !important;
}
.btn:hover {
  background-color: #222 !important;
}

.btn-secondary {
  border-radius: 0px;
  border: none;
  padding: 1rem 1rem;
  background-color: #48410f !important;
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #222 !important;
}

.js-activate-customer {
  background-color: #ffdd00 !important;
  color: #48473f !important;
  font-weight: bold !important;
}
.js-activate-customer:hover {
  color: #fff !important;
}

.js-show-customer {
  border: 2px solid #fff9d6 !important;
  background-color: #fff9d6 !important;
}
.js-show-customer:hover {
  background-color: #ffdd00 !important;
}

.btn-add-cart {
  background-color: #ffdd00 !important;
}
.btn-add-cart:hover {
  background-color: #c3a900 !important;
}

.btn-dark {
  background-color: #555;
  color: #fff;
}
.btn-dark:hover {
  background-color: #000;
  color: #fff !important;
}

.btn-login {
  background-color: #48410f !important;
  color: #fff;
}
.btn-login:hover {
  background-color: #222 !important;
  color: #fff !important;
}

.btn-pink {
  background-color: #eb609f;
  color: #fff;
}
.btn-pink:focus {
  outline: none !important;
  background-color: #904e6c;
  color: #fff !important;
}
.btn-pink:hover {
  background-color: #904e6c;
  color: #fff !important;
}

.btn-outline {
  background-color: transparent;
  color: #000;
  border: 2px solid #000 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
}
.btn-outline:hover {
  background-color: #000;
  color: #fff !important;
}

.btn-outline-rounded {
  background-color: transparent;
  color: #000;
  border: 1px solid #777 !important;
  border-radius: 6px !important;
  padding: 8px 20px !important;
}
.btn-outline-rounded:hover {
  background-color: #000;
  color: #fff !important;
}

.btn-cart {
  background-color: #E9619F;
  color: #fff;
  border: none;
  padding: 15px 40px;
  display: block;
  margin-top: 15px;
}

.btn--link {
  padding: 0px;
  padding-top: 1rem;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: "Open Sans";
}

h2 {
  margin-top: 30px !important;
  font-size: 24px;
}

.cart {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 998;
  top: calc(100vh - 200px);
}
.cart .cart-header {
  background-color: #fff9d6;
  color: #48410f;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cart .cart-header p {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
}
.cart.active {
  top: 200px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.cart .cart-content {
  background-color: #f1f1f1;
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding-bottom: 60px;
}
.cart.flash {
  top: calc(100vh - 300px) !important;
}
.cart.flash .cart-header {
  background-color: #ffdd00;
}
.cart.flash .cart-content {
  background-color: #ffdd00;
}

.checkout-page--empty {
  text-align: center;
  margin-bottom: 300px;
}
.checkout-page h2 {
  font-size: 22px;
  font-weight: bold;
}
.checkout-page .cart-desktop {
  display: table;
}
.checkout-page #briqpay {
  max-width: 100% !important;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 30px;
  position: relative;
  min-height: 500px;
}
.checkout-page section {
  padding-top: 20px !important;
}
.checkout-page .row {
  max-width: 900px !important;
}
.checkout-page h2 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.checkout-page .checkout-payment {
  display: flex;
  border: 1px solid #e2e2e3;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 15px;
}
.checkout-page .checkout-payment h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.checkout-page .checkout-payment--link {
  width: 50%;
  padding: 15px 30px;
  padding-top: 0px;
}
.checkout-page .checkout-payment--invoice {
  width: 50%;
  padding: 15px 30px;
  padding-top: 0px;
}
.checkout-page .checkout-payment .btn {
  background-color: #000;
  color: #fff;
}
.checkout-page .checkout-cart {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
}
.checkout-page .checkout-cart a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.checkout-page .checkout-cart a:hover {
  text-decoration: underline;
}
.checkout-page .checkout-cart-errors {
  background-color: #fff1de;
  padding: 15px;
  padding-bottom: 5px;
  display: none;
}
.checkout-page .checkout-cart-errors h2 {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}
.checkout-page .checkout-cart-errors ul {
  padding-left: 30px;
}
.checkout-page .checkout-cart-errors ul li {
  font-size: 14px;
}
.checkout-page .checkout-cart .cart-totals table {
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
}
.checkout-page .checkout-cart .cart-totals table td {
  text-align: right;
  height: 30px;
  font-weight: bold;
}
.checkout-page .checkout-cart .cart-totals table td.amount {
  width: 100px;
}
.checkout-page .checkout-cart .cart-totals table td.cart-sum {
  width: 240px;
}
.checkout-page .checkout-cart .cart-totals table td {
  border-bottom: 0px;
  border-top: 0px;
}
.checkout-page .checkout-cart .cart-totals table td.cart-sum-total {
  border-top: 2px solid #000;
  height: 45px;
}
.checkout-page .checkout-cart th {
  border-top: 0px;
}
.checkout-page .checkout-cart .unit-price {
  margin: 0px;
  margin-top: 2px;
}
.checkout-page .checkout-cart .preorder-item,
.checkout-page .checkout-cart .backoffice-item,
.checkout-page .checkout-cart .campaign-item {
  width: fit-content;
  background-color: #eb609f;
  color: #fff;
  padding: 4px;
  margin: 0px;
  margin-top: 4px;
  font-size: 9px;
  border-radius: 3px;
  padding: 4px 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 11px;
}
.checkout-page .checkout-cart .preorder-item {
  background-color: #f5a04c;
}
.checkout-page .checkout-cart .backoffice-item {
  background-color: #333;
}
.checkout-page .checkout-cart .unit-price-wapper {
  display: flex;
}
.checkout-page .checkout-cart .unit-price-wapper p {
  margin-right: 8px;
  font-size: 12px;
  margin-top: 3px;
}
.checkout-page .checkout-cart .checkout-total-savings {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
}
.checkout-page .checkout-cart .checkout-total-savings:after {
  content: " ";
  background-image: url(/static/images/heart.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  position: absolute;
  margin-left: 7px;
  background-repeat: no-repeat;
}
.checkout-page .checkout-cart .cart-list {
  width: 100%;
}
.checkout-page .checkout-cart .cart-list img {
  height: 40px;
  width: auto;
  max-width: 60px;
}
.checkout-page .checkout-cart .cart-list .cart-quantity {
  text-align: center;
  width: 40px;
  padding: 4px;
}
.checkout-page .checkout-cart .cart-list .cart-row-backoffice-manual-rebate {
  background-color: #fafafa;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper {
  width: 100px;
  margin-right: 10px;
  display: flex;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper.center {
  justify-content: center;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper .cart-quantity-inner-wrapper {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: flex;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper .checkout-cart-quantity {
  width: 40px;
  text-align: center;
  border: 0px;
  height: 30px;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper .checkout-cart-quantity--button {
  border: 0px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper .checkout-cart-quantity--remove {
  background: transparent;
  border: none;
  padding-top: 5px;
  margin-left: 15px;
  cursor: pointer;
}
.checkout-page .checkout-cart .cart-list .cart-quantity-wrapper .checkout-cart-quantity--remove img {
  height: 20px;
}
.checkout-page .checkout-cart .cart-list table {
  width: 100%;
}
.checkout-page .checkout-cart .cart-list table th,
.checkout-page .checkout-cart .cart-list table td {
  text-align: left;
  vertical-align: middle;
}
.checkout-page .checkout-cart .cart-list table th.right,
.checkout-page .checkout-cart .cart-list table td.right {
  text-align: right;
}
.checkout-page .checkout-cart .cart-list table th.center,
.checkout-page .checkout-cart .cart-list table td.center {
  text-align: center;
}
.checkout-page .checkout-cart .cart-list table th {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
}
.checkout-page .checkout-cart .cart-list table td {
  border-bottom: 1px solid #f0f0f0;
  height: 50px;
  font-size: 14px;
}
.checkout-page .checkout-cart .cart-list .cart-no-border {
  border: none;
}
.checkout-page .checkout-address {
  background-color: #fff;
  padding: 15px 30px;
  padding-bottom: 30px;
  border-radius: 6px;
}
.checkout-page .checkout-address p {
  margin-bottom: 5px;
  margin-top: 15px;
}
.checkout-page .checkout-address .form-control {
  border: 1px solid #ccc;
}
.checkout-page .checkout-address .checkout-street-wrapper {
  display: flex;
}
.checkout-page .checkout-address .checkout-street-wrapper .zipcode {
  width: 30%;
  padding-right: 15px;
}
.checkout-page .checkout-address .checkout-street-wrapper .city {
  width: 70%;
}
.checkout-page .checkout-shipping-methods {
  margin-bottom: 30px;
  position: relative;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button {
  border: 1px solid #e2e2e3;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 76px;
  margin: 1px;
  margin-bottom: 5px;
  padding: 10px;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button {
  background-color: #fff;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button:hover {
  background-color: #d9d9d9;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button.active {
  background-color: #fff;
  border-color: #bdc800;
  border-width: 2px;
  margin: 0px;
  margin-bottom: 5px;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio {
  border-right: 1px solid #e2e2e3;
  position: relative;
  width: 50px;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio input[type=radio]:checked ~ .check {
  border: 2px solid #606060;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio input[type=radio]:checked ~ .check:before {
  background: #606060;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio .check {
  display: block;
  position: absolute;
  border: 2px solid #606060;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 13px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--radio .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--description {
  flex: 1;
  padding-left: 20px;
  padding-top: 2px;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--logos {
  width: 120px;
  text-align: right;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--description-header {
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  margin-bottom: 6px;
}
.checkout-page .checkout-shipping-methods .checkout-shipping-method-button--description-label {
  font-size: 12px;
  font-weight: normal;
  margin: auto;
}

.checkout-cart-promocode {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  margin-top: 30px;
}
.checkout-cart-promocode h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 16px;
}
.checkout-cart-promocode .promotion-code-wrapper {
  padding: 10px 0px;
  border-radius: 6px;
  border-width: 2px;
  border: 2px solid #bdc800;
  position: relative;
}
.checkout-cart-promocode .promotion-code-wrapper.active:after {
  content: " ";
  background-image: url("/static/images/check.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 17px;
}
.checkout-cart-promocode .promotion-code-wrapper.notValid:after {
  content: " ";
  background-image: url("/areas/headbrands.site.webshop/static/images/red-x.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 14px;
}
.checkout-cart-promocode #checkout-promocode {
  width: calc(100% - 30px);
  padding: 5px;
  border: none;
  margin-left: 10px;
  outline: none;
}

.checkout-cart-affiliatepoints {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  margin-top: 0px;
  padding-top: 33px;
  padding-left: 0px;
}
.checkout-cart-affiliatepoints h2 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}
.checkout-cart-affiliatepoints .affiliate-points-wrapper {
  padding: 10px 0px;
  border-radius: 6px;
  border-width: 2px;
  border: 2px solid #bdc800;
  position: relative;
}
.checkout-cart-affiliatepoints .affiliate-points-wrapper.active:after {
  content: " ";
  background-image: url("/static/images/check.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 17px;
}
.checkout-cart-affiliatepoints #checkout-affiliatepoints {
  width: calc(100% - 30px);
  padding: 5px;
  border: none;
  margin-left: 10px;
  outline: none;
}
.checkout-cart-affiliatepoints .affiliate-bonus-available {
  display: flex;
  margin-bottom: 10px;
}
.checkout-cart-affiliatepoints .affiliate-bonus-available div {
  display: flex;
  width: 50%;
}
.checkout-cart-affiliatepoints .affiliate-bonus-available div:last-child {
  justify-content: right;
}
.checkout-cart-affiliatepoints .affiliate-bonus-available button {
  border: 0px;
  background: transparent;
  text-decoration: underline;
  color: #000;
}
.checkout-cart-affiliatepoints .affiliate-bonus-available button:hover {
  color: #eb609f;
}

#ecom-carts .carts-search-form {
  display: flex;
}
#ecom-carts button {
  min-width: 100px;
  height: 100%;
  line-height: 1;
  background: #333;
  border-radius: 6px;
  color: #fff;
}

.dropzone {
  background-color: #ececec;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.dropzone .dz-message {
  font-size: 1.3rem;
}
.dropzone .upload-icon {
  font-size: 6rem;
  display: block;
  color: #0091d3;
  height: 40px;
  font-weight: lighter;
}

.upload-container {
  position: relative;
}
.upload-container .dropzone {
  margin-top: 40px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0px;
}
.upload-container .dropzone .upload-icon {
  display: none;
}
.upload-container .dropzone .dz-message {
  font-weight: normal;
  color: #333;
}
.upload-container .dropzone .dz-message .upload-button {
  margin-top: 15px;
  border: 2px solid #333;
  padding: 10px 50px;
}
.upload-container .dropzone .dz-message .upload-button:hover {
  background-color: #333;
  color: #fff;
}
.upload-container .btn {
  margin-top: 30px;
}

.unifaun-checkout-option-agents {
  padding: 5px;
  margin-top: -10px;
  margin-bottom: 5px;
}

.unifaun-checkout-option-agent-info {
  font-size: 14px;
  padding-top: 10px;
}

.unifaun-checkout-option-agent-opening-hours {
  margin-top: 10px;
}

.unifaun-checkout-option-agent-info-onoff-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.unifaun-checkout-valign-guide {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.unifaun-checkout-valign {
  vertical-align: middle;
}

.unifaun-checkout-hidden {
  overflow: hidden;
  height: 0;
}

.unifaun-checkout-option-agents-wrapper {
  position: relative;
  margin-top: 15px;
}
.unifaun-checkout-option-agents-wrapper .unifaun-checkout-text-input-label-message {
  height: auto;
  background: #000000;
}

.unifaun-checkout-option0, .unifaun-checkout-option1 {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 5px;
  padding: 1px;
  margin: 4px 0;
  box-sizing: border-box;
}

.unifaun-checkout-option-header0, .unifaun-checkout-option-header1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  padding: 5px 8px 5px 8px;
  cursor: default;
  box-sizing: border-box;
}

.unifaun-checkout-option0.unifaun-checkout-selected0 {
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #0082dc;
  padding: 0;
}

.unifaun-checkout-option0.unifaun-checkout-selected0 .unifaun-checkout-option-header0 {
  background: #fff;
  border-width: 0 0 0 8px;
  border-style: none none none solid;
  border-color: transparent transparent transparent #0082dc;
  padding: 5px 8px 5px 0;
}

.unifaun-checkout-option0 > .unifaun-checkout-clip-box > .unifaun-checkout-option-sub-options {
  background: #f5f5f5;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #aaa transparent transparent transparent;
}

.unifaun-checkout-option0.unifaun-checkout-selected0 .unifaun-checkout-option-sub-options {
  background: #f5f5f5;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #0082dc transparent transparent transparent;
}

.unifaun-checkout-option0 .unifaun-checkout-option-agent-panel {
  background: #f5f5f5;
  border-width: 0 0 0 0;
  border-style: none none none none;
  border-color: transparent transparent transparent transparent;
  padding: 2px;
}

.unifaun-checkout-option1.unifaun-checkout-selected1 {
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #8c107e;
  padding: 0;
}

.unifaun-checkout-option1.unifaun-checkout-selected1 .unifaun-checkout-option-header1 {
  background: #fff;
  border-width: 0 0 0 8px;
  border-style: none none none solid;
  border-color: transparent transparent transparent #8c107e;
  padding: 5px 8px 5px 0;
}

.unifaun-checkout-option1 > .unifaun-checkout-clip-box > .unifaun-checkout-option-sub-options {
  background: #f0f0f0;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #aaa transparent transparent transparent;
}

.unifaun-checkout-option1.unifaun-checkout-selected1 .unifaun-checkout-option-sub-options {
  background: #f0f0f0;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #8c107e transparent transparent transparent;
}

.unifaun-checkout-option1 .unifaun-checkout-option-agent-panel {
  background: #f0f0f0;
  border-width: 0 0 0 0;
  border-style: none none none none;
  border-color: transparent transparent transparent transparent;
  padding: 2px;
}

.unifaun-checkout-disabled .unifaun-checkout-option0,
.unifaun-checkout-disabled .unifaun-checkout-option0.unifaun-checkout-selected0,
.unifaun-checkout-disabled .unifaun-checkout-option1,
.unifaun-checkout-disabled .unifaun-checkout-option1.unifaun-checkout-selected1 {
  border-color: #eee;
}

.unifaun-checkout-disabled .unifaun-checkout-option0.unifaun-checkout-selected0 .unifaun-checkout-option-header0,
.unifaun-checkout-disabled .unifaun-checkout-option1.unifaun-checkout-selected1 .unifaun-checkout-option-header1 {
  border-color: transparent transparent transparent #eee;
}

.unifaun-checkout-disabled .unifaun-checkout-option0.unifaun-checkout-selected0 .unifaun-checkout-option-sub-options,
.unifaun-checkout-disabled .unifaun-checkout-option1.unifaun-checkout-selected1 .unifaun-checkout-option-sub-options {
  border-color: #eee transparent transparent transparent;
}

.unifaun-checkout-disabled .unifaun-checkout-option0, .unifaun-checkout-disabled .unifaun-checkout-option1 {
  color: #eee;
}

.unifaun-checkout-option-radio {
  flex: none;
  width: 25px;
  box-sizing: border-box;
}
.unifaun-checkout-option-radio input {
  margin-top: 0;
  margin-bottom: 0;
}

.unifaun-checkout-option-prefix-icon, .unifaun-checkout-option-suffix-icon {
  flex: none;
  width: 110px;
  box-sizing: border-box;
}
.unifaun-checkout-option-prefix-icon img, .unifaun-checkout-option-suffix-icon img {
  max-width: 100px;
  max-height: 40px;
  padding: 0 4px;
  box-sizing: border-box;
}

.unifaun-checkout-option-no-icons-spacer {
  flex: none;
  width: 10px;
  box-sizing: border-box;
}

.unifaun-checkout-option-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 0%;
  align-items: center;
  box-sizing: border-box;
}

.unifaun-checkout-option-column1, .unifaun-checkout-option-column2 {
  flex: 1;
  box-sizing: border-box;
  display: inline-block;
}

.unifaun-checkout-option-column1 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.unifaun-checkout-option-column1-text {
  flex: 1 1 auto;
}

.unifaun-checkout-option-price {
  flex: none;
  text-align: right;
  box-sizing: border-box;
}

.unifaun-checkout-option0 .unifaun-checkout-option-price {
  width: 100px;
}

.unifaun-checkout-option1 .unifaun-checkout-option-price {
  width: 135px;
}

.unifaun-checkout-option-sub-options {
  padding: 5px 5px 5px 30px;
  background: #f5f5f5;
}

.unifaun-checkout-option-sub-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 0%;
  align-items: flex-start;
  box-sizing: border-box;
}

.unifaun-checkout-option0 .unifaun-checkout-option-sub-columns {
  padding: 0 103px 0 3px;
}

.unifaun-checkout-option1 .unifaun-checkout-option-sub-columns {
  padding: 0 138px 0 3px;
}

.unifaun-checkout-ultra-narrow .unifaun-checkout-option0 .unifaun-checkout-option-sub-columns {
  padding: 0 0 0 3px;
}

.unifaun-checkout-ultra-narrow .unifaun-checkout-option1 .unifaun-checkout-option-sub-columns {
  padding: 0 0 0 3px;
}

.unifaun-checkout-option-sub-column1, .unifaun-checkout-option-sub-column2 {
  flex: 1;
  box-sizing: border-box;
  display: inline-block;
}

.unifaun-checkout-option-sub-column-icon-spacer {
  flex: none;
  width: 100px;
}

.unifaun-checkout-option-agents {
  width: 100%;
  box-sizing: border-box;
}

.unifaun-checkout-option-agent-info {
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #888 transparent transparent transparent;
  padding: 5px;
  margin: 2px 0 0 0;
  box-sizing: border-box;
  white-space: pre-line;
}

.unifaun-checkout-clip-box {
  overflow: hidden;
}

.unifaun-checkout-text-input, .unifaun-checkout-list-input {
  display: inline-block;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 2px;
  background: #fff;
  box-sizing: border-box;
  width: 75%;
}
.unifaun-checkout-narrow .unifaun-checkout-text-input, .unifaun-checkout-narrow .unifaun-checkout-list-input {
  width: 100%;
}
.unifaun-checkout-text-input.unifaun-checkout-disabled, .unifaun-checkout-list-input.unifaun-checkout-disabled {
  background: #ccc;
}
.unifaun-checkout-text-input.unifaun-checkout-invalid, .unifaun-checkout-list-input.unifaun-checkout-invalid {
  border: 2px solid #f0d906;
}

.unifaun-checkout-text-input-label {
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.8em;
  transition: all 0.2s ease-in-out;
  padding: 0.01em 4px;
  box-sizing: border-box;
}
.unifaun-checkout-active .unifaun-checkout-text-input-label {
  top: 0;
  margin-top: 0;
  font-size: 0.75em;
  height: 0.75em;
}

.unifaun-checkout-list-input-label {
  position: absolute;
  font-size: 0.75em;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  padding: 0.01em 4px;
  height: 0.75em;
  box-sizing: border-box;
}

.unifaun-checkout-text-input-label-message, .unifaun-checkout-list-input-label-message {
  color: #fff;
  position: absolute;
  border-radius: 3px;
  padding: 2px 4px;
  bottom: 100%;
  margin-bottom: -0.75em;
  margin-right: 4px;
  right: 0;
  height: 0;
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.unifaun-checkout-text-input.unifaun-checkout-invalid .unifaun-checkout-text-input-label-message, .unifaun-checkout-text-input.unifaun-checkout-invalid .unifaun-checkout-list-input-label-message {
  background: #000000;
  bottom: 100%;
  margin-bottom: -0.75em;
  height: auto;
}

.unifaun-checkout-text-input-input {
  border: 0px none transparent;
  margin: 0;
  padding: 0.9em 2px 2px 2px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}
.unifaun-checkout-text-input.unifaun-checkout-disabled .unifaun-checkout-text-input-input {
  background: #ccc;
}

.unifaun-checkout-list-input-select {
  border: 0px none transparent;
  margin: 0;
  padding: 0.9em 2px 2px 2px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}
.unifaun-checkout-text-input.unifaun-checkout-disabled .unifaun-checkout-list-input-select {
  background: #ccc;
}

.unifaun-checkout-addon {
  padding: 4px 0 0 0;
}

.unifaun-checkout-addon-price {
  padding: 0 6px;
}

.unifaun-checkout-addon-error {
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  background: #000000;
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
}

.unifaun-checkout-option-fields-panel {
  margin: 0;
  padding: 8px 2px 8px 2px;
  list-style: none;
}

.unifaun-checkout-option-field {
  padding: 3px 0 3px 0;
}

.unifaun-checkout-option-field-checkbox, .unifaun-checkout-option-field-radio, .unifaun-checkout-option-agent-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.unifaun-checkout-option-field-content {
  display: block;
}

.unifaun-checkout-option-field-items {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

.unifaun-checkout-option-field-item {
  padding: 1px 0 1px 0;
}

.unifaun-checkout-option-field-item-fields {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
}

.unifaun-checkout-option-field-title {
  font-weight: bold;
}

.unifaun-checkout-option-fields-label {
  padding: 4px 0 0 0;
}

.unifaun-checkout-root.unifaun-checkout-narrow {
  /*
  .unifaun-checkout-option0 .unifaun-checkout-option-column1, .unifaun-checkout-option0 .unifaun-checkout-option-column2 {
      min-width: 0px;
  }

  .unifaun-checkout-option1 .unifaun-checkout-option-column1, .unifaun-checkout-option1 .unifaun-checkout-option-column2 {
      min-width: 0px;
  }

  .unifaun-checkout-option0 .unifaun-checkout-option-sub-column1, .unifaun-checkout-option0 .unifaun-checkout-option-sub-column2 {
      min-width: 0px;
  }

  .unifaun-checkout-option1 .unifaun-checkout-option-sub-column1, .unifaun-checkout-option1 .unifaun-checkout-option-sub-column2 {
      min-width: 0px;
  }
  */
}
.unifaun-checkout-root.unifaun-checkout-narrow .unifaun-checkout-option-column1, .unifaun-checkout-root.unifaun-checkout-narrow .unifaun-checkout-option-column2 {
  flex: 1 1 100%;
}
.unifaun-checkout-root.unifaun-checkout-narrow .unifaun-checkout-option-sub-column1, .unifaun-checkout-root.unifaun-checkout-narrow .unifaun-checkout-option-sub-column2 {
  flex: 1 1 100%;
}

@media (max-width: 500px) {
  .unifaun-checkout-option-column1, .unifaun-checkout-option-column2 {
    flex: 1 1 100%;
  }
  .unifaun-checkout-option-sub-column1, .unifaun-checkout-option-sub-column2 {
    flex: 1 1 100%;
  }
  .unifaun-checkout-option0 .unifaun-checkout-option-column1, .unifaun-checkout-option0 .unifaun-checkout-option-column2 {
    min-width: 0px;
  }
  .unifaun-checkout-option1 .unifaun-checkout-option-column1, .unifaun-checkout-option1 .unifaun-checkout-option-column2 {
    min-width: 0px;
  }
  .unifaun-checkout-option0 .unifaun-checkout-option-sub-column1, .unifaun-checkout-option0 .unifaun-checkout-option-sub-column2 {
    min-width: 0px;
  }
  .unifaun-checkout-option1 .unifaun-checkout-option-sub-column1, .unifaun-checkout-option1 .unifaun-checkout-option-sub-column2 {
    min-width: 0px;
  }
}
.unifaun-checkout-additional-fields {
  display: none;
}

.nshift-checkout-widget .nshift-option-title, .nshift-checkout-widget .nshift-option-price1, .nshift-checkout-widget .nshift-pickup-point-icon, .nshift-checkout-widget .nshift-pickup-points-popup-title {
  color: #606060 !important;
}
.nshift-checkout-widget .nshift-pickup-point-list-name, .nshift-checkout-widget .nshift-pickup-point-list-address, .nshift-checkout-widget .nshift-text, .nshift-checkout-widget .nshift-pickup-point-open-hours {
  color: #606060 !important;
}
.nshift-checkout-widget .nshift-list-actions > button {
  background: #E9619F !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.nshift-checkout-widget .nshift-list-actions > button:hover {
  background: #da3f86 !important;
}
.nshift-checkout-widget .nshift-list-actions > button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.nshift-checkout-widget .nshift-input-radio-overlay1 {
  border: 1px solid #606060;
}

.nshift-checkout-widget.nshift-theme1 .nshift-checked .nshift-input-radio-overlay2 {
  background: #606060;
}

.nshift-checkout-widget.nshift-theme1 .nshift-location-primary svg {
  color: #E9619F;
}

.nshift-checkout-widget.nshift-theme1 .nshift-location-selected svg {
  stroke: #E9619F;
}

.search-input-container {
  z-index: 1;
  width: 100%;
  max-width: 628px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 70px;
}
.search-input-container .search-input-tooltip {
  color: #999;
  font-size: 14px;
}
.search-input-container .search-input-with-dropdown {
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  /*        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;*/
  border: 1px solid #ddd;
}
.search-input-container .search-input-with-dropdown .left-side-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 28px;
}
.search-input-container .search-input-with-dropdown .search-icon {
  width: 16px;
  height: 16px;
  color: #9e9ea7;
}
.search-input-container .search-input-with-dropdown .fill-current {
  fill: currentColor;
}
.search-input-container .search-input-with-dropdown .search-input-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-input-container .search-input-with-dropdown .search-input {
  height: 100%;
  padding: 0;
  padding-right: 24px;
  border: 0px;
  text-align: left;
  padding-left: 60px;
  background: #fff;
  background: transparent;
  font-size: 16px;
  height: 64px;
  width: 100%;
  max-width: 100%;
}
.search-input-container .search-input-with-dropdown .search-input:hover {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-input-container .search-input-with-dropdown .search-input:active {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-input-container .search-input-with-dropdown .search-input:focus {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.search-input-container .search-input-with-dropdown .accessibility-text {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.search-result {
  margin-top: 15px;
}
.search-result img {
  height: 40px;
  width: auto;
  max-width: 60px;
}
.search-result td {
  vertical-align: middle !important;
}
.search-result tr {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.search-result tr:hover td {
  background-color: #f1f1f1;
}
.search-result tr.flashrow {
  background-color: #ffdd00 !important;
}
.search-result tr.flashrow td {
  color: #48473f !important;
}
.search-result tr.flashrow td a {
  color: #48473f !important;
}
.search-result tr.flashrow:hover td {
  background-color: transparent;
}
.search-result .quantity {
  text-align: center;
  max-width: 60px;
}
.search-result--total {
  padding: 15px 25px;
  height: 30px;
  display: block;
  color: #777;
}
.search-result--end {
  text-align: center;
  background-color: #f1f1f1;
  width: fit-content;
  margin: auto;
  padding: 5px 20px;
  color: #777;
  border-radius: 2px;
  margin-top: 30px;
}
.search-result .stock-level {
  height: 15px;
  margin-left: 10px;
}
.search-result .no-stock {
  opacity: 0.5;
}
.search-result .stock-eta {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.search-result .stock-eta span {
  font-size: 12px;
  margin: 0px;
  display: block;
}
.search-result .remove-skuwatch {
  font-size: 12px;
  margin: 0px;
  display: inline;
}
.search-result .remove-skuwatch span:first-of-type:after {
  content: "✔";
}
.search-result .remove-skuwatch .remove {
  cursor: pointer;
  display: block;
}
.search-result .remove-skuwatch .remove:hover {
  text-decoration: underline;
}

.table-paginate-spinner {
  margin: auto;
  text-align: center;
}
.table-paginate-spinner img {
  height: 20px;
}

.toolbar {
  display: flex;
  padding: 15px;
  padding-left: 30px;
}
.toolbar .padding {
  margin-left: 15px;
}
.toolbar .form-control {
  height: 46px;
  width: 300px;
  font-size: 16px;
  margin-bottom: 0px;
}
.toolbar .form-group {
  margin-bottom: 0px;
}

.has-icon .form-control-feedback {
  right: initial;
  left: 0;
  color: #ccc;
  padding-top: 6px;
}
.has-icon .form-control {
  padding-right: 12px !important;
  padding-left: 34px !important;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  transform-origin: 100px 100px;
}

.lds-heart div {
  top: 100px;
  left: 100px;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  animation: lds-heart 1.2s infinite cubic-bezier(0, 0.1, 0.62, 1.22);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background: #000;
}

.lds-heart div:before {
  left: -50px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -50px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.modal {
  z-index: 20000 !important;
}
.modal .modal-title {
  font-weight: bold;
}
.modal .modal-header {
  background-color: #f1f1f1;
}
.modal .bootbox-input.bootbox-input-number.form-control {
  max-width: 100%;
}
.modal .bootbox-accept {
  background-color: #eb609f;
  color: #fff;
}
.modal .bootbox-accept:focus {
  outline: none !important;
  background-color: #904e6c;
  color: #fff !important;
}
.modal .bootbox-accept:hover {
  background-color: #904e6c;
  color: #fff !important;
}
.modal .bootbox-prompt-message {
  margin-bottom: 15px;
  margin-top: 10px;
}
.modal .bootbox-body {
  padding: 0px 15px;
}

.section-header {
  background-color: #fafafa;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -30px;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-right: -30px;
}
.section-header-icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 6px;
  background: #f3f3f3;
}
.section-header-icon img {
  height: 30px;
  width: auto;
}
.section-header-title {
  font-weight: bold;
  font-size: 22px;
}
.section-header-desc {
  color: #999;
  font-size: 14px;
  margin-bottom: 0px;
}

.loader {
  color: #e9619f;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.toggle-wrapper {
  display: flex;
  margin-top: 25px;
}
.toggle-wrapper input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-wrapper label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  background: #222222;
  display: block;
  border-radius: 30px;
  position: relative;
  color: #333;
}
.toggle-wrapper label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 30px;
  transition: 0.3s;
}
.toggle-wrapper input:checked + label {
  background: #eb609f;
}
.toggle-wrapper input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-wrapper label:active:after {
  width: 45px;
}
.toggle-wrapper span {
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  margin-right: 15px;
  font-weight: bold;
}

.signin {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  background-color: #fff9d6;
}

.login-hb-logo {
  width: 100vw;
  text-align: center;
  margin-top: -140px;
}
.login-hb-logo img {
  height: 60px;
  width: auto;
  margin: auto;
  margin-bottom: 40px;
}

.login-block {
  width: 600px;
  border-radius: 10px;
  margin: auto;
  background: #ffdd00;
  padding: 50px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.login-block h3 {
  margin-top: 0px;
  font-family: "futura-pt", "arial", sans-serif;
}
.login-block img {
  height: 50px;
  height: 90px;
  margin-bottom: 30px;
  margin-top: -20px;
}
.login-block .field {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  font-family: "futura-pt", "arial", sans-serif;
  height: 40px;
}
.login-block .btn {
  max-width: 100%;
  width: 100%;
  background-color: #333;
  color: #fff;
  height: 42px;
  border-radius: 6px;
}
.login-block .btn:hover {
  background-color: #333;
  color: #fff;
}
.login-block .login-block__error {
  display: none;
}

.top-bar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.top-bar .active-user {
  display: flex;
  justify-content: center;
  background-color: #fff9d6;
  color: #48410f;
  border-left: 1px solid #fff9d6;
  margin-top: 5px;
  margin-right: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: row;
  font-size: 13px;
}
.top-bar .active-user.inactive {
  background-color: #a5a5a5;
}
.top-bar .active-user p {
  margin: 2px;
}
.top-bar .active-user--info {
  padding: 0px 25px;
  padding-top: 8px;
}
.top-bar .active-user-wrapper {
  display: flex;
}
.top-bar .active-user-wrapper span {
  padding-top: 2px;
}
.top-bar .active-user-wrapper .format-amount {
  padding-left: 20px;
}
.top-bar .active-user--discount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  background-color: #fff;
  color: #333;
  border: 2px solid #eb609f;
  border-bottom: 0px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 16px;
  display: none;
}
.top-bar .active-user--discount-first {
  border-right: 0px;
  border-top-left-radius: 4px;
}
.top-bar .active-user--credits {
  background-color: #904e6c;
  color: #e9d8e0;
  padding: 0px 25px;
  padding-top: 8px;
  border-top-right-radius: 4px;
}
.top-bar .active-user--credits span {
  display: inline-block;
  min-width: 60px;
}
.top-bar .active-user--credits .format-amount {
  min-width: 80px;
  text-align: right;
}
.top-bar .active-user .no-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 15px;
}
.top-bar img {
  height: 60px;
  padding: 10px;
  margin-left: 15px;
}

.main-menu.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.sub-menu {
  background-color: #f1f1f1;
  padding-left: 0px;
}
.sub-menu li a {
  color: #333;
}

.site-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site.site-nav .site-nav-hover-item:hover:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.site.site-nav .site-nav-hover-item:hover:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.site-nav-hover-menu {
  display: flex;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 85%;
  left: -28px;
  border-radius: 12px;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
}
.site-nav-hover-menu .site-nav-dropdown-list {
  width: 400px;
  padding: 16px 0;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item-padding {
  display: block;
  margin: 0 22px;
  padding: 15px 18px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  border-radius: 12px;
  background-color: #fff;
  align-items: center;
  display: flex !important;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item-padding:hover {
  color: #f082ac;
  text-decoration: none;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  border-radius: 6px;
  background: #f8f8f8;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 75%;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0c22;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item-desc {
  margin-top: 4px;
  color: #6e6d7a;
  font-size: 13px;
  word-break: break-word;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item .svg {
  height: 22px;
  width: fit-content;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.purple .svg {
  color: #724e91;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.purple:hover .site-nav-dropdown-icon-container {
  background: rgba(114, 78, 145, 0.1);
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.red .svg {
  color: #e54f6d;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.red:hover .site-nav-dropdown-icon-container {
  background: rgba(229, 79, 109, 0.1);
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.green .svg {
  color: #74c4ba;
}
.site-nav-hover-menu .site-nav-dropdown-list .site-nav-dropdown-item.green:hover .site-nav-dropdown-icon-container {
  background: rgba(116, 196, 186, 0.1);
}

.customer-search--show-more {
  text-align: center;
}
.customer-search #result {
  margin-top: 15px;
}
.customer-search #result td {
  vertical-align: middle;
}
.customer-search #result .btn {
  background-color: #000;
  color: #fff;
}
.customer-search #result .customer-discount {
  text-align: center;
}
.customer-search #result .customer-discount p {
  margin: 0px;
  color: #fff;
  width: 20px;
  border-radius: 50%;
  background: #eb609f;
}
.customer-search .spinner {
  width: 100vw;
  margin: auto;
  display: flex;
  justify-content: center;
  height: calc(100vh - 400px);
  flex-direction: row;
  align-items: center;
}
.customer-search .student-mrbarber {
  height: 20px;
  padding-left: 10px;
}
.customer-search .student-headbrands {
  height: 30px;
  padding-left: 5px;
}
.customer-search .customer-mrbarber {
  height: 20px;
}
.customer-search .customer-headbrands {
  height: 34px;
  padding-left: 5px;
}

.customer-detail-modal .modal-dialog {
  width: 800px;
}
.customer-detail-modal .modal-dialog #error-save-fixit {
  font-size: 12px;
  font-style: italic;
  color: red;
}
.customer-detail-modal table tr:first-child td {
  border-top: 0px;
}
.customer-detail-modal h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #777;
  line-height: 28px;
  margin-top: 10px !important;
}
.customer-detail-modal .shipping-address input {
  padding: 5px;
  width: 100%;
}
.customer-detail-modal .shipping-address #shipping-zip {
  width: 25%;
  margin-top: 5px;
}
.customer-detail-modal .shipping-address #shipping-city {
  width: 53%;
  margin-top: 5px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
  .hidden-tablet {
    display: none;
  }
}
#ecom-customers .customer-search-form {
  display: flex;
}
#ecom-customers button {
  min-width: 100px;
  height: fit-content;
  padding: 8px;
  margin-top: 22px;
  margin-left: 15px;
}
#ecom-customers .user-customer-delete-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  background-color: #000;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  min-width: auto;
}
#ecom-customers .well {
  position: absolute;
  top: 65px;
  left: 0;
  padding: 10px;
}

.search-result {
  max-height: calc(100vh - 426px);
  overflow: auto;
}
.search-result .order-promotion {
  height: 15px;
  width: auto;
}
.search-result .align-right {
  text-align: right !important;
}
.search-result .align-center {
  text-align: center !important;
}
.search-result .btn-add-cart img {
  height: 20px;
  width: auto;
}
.search-result .btn-add-skuwatch {
  background: #ffdd00 !important;
  color: #48473f !important;
}
.search-result .btn-add-skuwatch:hover {
  background: #c3a900 !important;
}

.ecom-prices .prices-form {
  display: flex;
  grid-gap: 15px;
}
.ecom-prices .prices-form #js-customer-discounts-search,
.ecom-prices .prices-form #js-prices-search {
  min-width: 100px;
  height: fit-content;
  padding: 8px;
  margin-top: 22px;
}

#ecom-backorder-articles #report button,
#ecom-customer-discounts #report button {
  line-height: 1;
  height: 40px;
  background-color: #000;
  border-radius: 6px;
  border: 0px;
  color: #fff;
  padding: 0 20px;
}

.customer-discount-modal .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.customer-discount-modal .modal-header h5 {
  display: inline-block;
  font-size: 16px;
}
.customer-discount-modal .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.customer-discount-modal .modal-body label {
  display: block;
}
.customer-discount-modal .modal-footer .js-delete-discount {
  float: left;
}

.report-promotions #report button {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  background-color: #333;
  border: 0px;
  border-radius: 5px;
  color: #fff;
}
.report-promotions .modal-header h5 {
  display: inline-block;
}
.report-promotions .modal-body .section-title {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.report-promotions .modal-body .row {
  margin-left: -30px;
  margin-right: -30px;
}
.report-promotions .modal-body label {
  font-weight: 300;
}
.report-promotions .modal-body select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.receipt-page section {
  padding-top: 20px !important;
}
.receipt-page .row {
  max-width: 900px !important;
  margin: auto;
}
.receipt-page h1 {
  text-align: center;
  margin-bottom: 30px;
}
.receipt-page .receipt-body {
  text-align: center;
  margin-bottom: 30px;
}
.receipt-page h2 {
  margin-bottom: 10px;
  margin-top: 40px;
  padding-left: 0px;
}
.receipt-page .receipt-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
}
.receipt-page .receipt-info--column {
  padding-bottom: 0px;
}
.receipt-page .receipt-info--column .header {
  font-weight: bold;
}
.receipt-page .receipt-info--column p {
  margin: 0px;
  margin-bottom: 4px;
}
.receipt-page .receipt-cart {
  background: #fff;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 120px;
}
.receipt-page .receipt-cart .receipt-totals table {
  width: 100%;
  margin-top: 25px;
}
.receipt-page .receipt-cart .receipt-totals table td {
  text-align: right;
  height: 30px;
  font-weight: bold;
}
.receipt-page .receipt-cart .receipt-totals table td {
  border-top: 0px !important;
}
.receipt-page .receipt-cart .receipt-totals table td.amount {
  width: 100px;
}
.receipt-page .receipt-cart .checkout-total-savings {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
}
.receipt-page .receipt-cart .checkout-total-savings img {
  height: 20px;
  position: absolute;
  margin-left: 8px;
  top: -3px;
  opacity: 0.8;
}
.receipt-page .receipt-cart .cart-list {
  width: 100%;
}
.receipt-page .receipt-cart .cart-list img {
  height: 40px;
  width: auto;
  max-width: 60px;
}
.receipt-page .receipt-cart .cart-list table {
  width: 100%;
}
.receipt-page .receipt-cart .cart-list table th,
.receipt-page .receipt-cart .cart-list table td {
  text-align: left;
  vertical-align: middle;
}
.receipt-page .receipt-cart .cart-list table th.right,
.receipt-page .receipt-cart .cart-list table td.right {
  text-align: right;
}
.receipt-page .receipt-cart .cart-list table th.center,
.receipt-page .receipt-cart .cart-list table td.center {
  text-align: center;
}
.receipt-page .receipt-cart .cart-list table th {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
}
.receipt-page .receipt-cart .cart-list table td {
  border-bottom: 1px solid #f0f0f0;
  height: 50px;
  font-size: 14px;
}

#order-receipt #report {
  margin-top: 15px;
}
#order-receipt #report button {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  background-color: #000;
  border: 0px;
  border-radius: 5px;
  color: #fff;
}

#report-search-articles #query {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 5px;
}

#report {
  padding-bottom: 60px;
}

.ag-root-wrapper {
  border-radius: 10px;
}

.signup {
  text-align: center;
}
.signup #customer-market {
  margin: auto;
  margin-bottom: 30px;
}
.signup #briqpay-signup {
  margin: auto;
}

.backoffice-users button {
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: #333;
  border: 0px;
  border-radius: 6px;
  color: #fff;
  padding: 0px 10px;
}

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