
.overlay {
    position: fixed;
    background: #000;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.25;
    filter: alpha(opacity=20);
    background-color: #000;
    z-index: 99;
}

.variation-attribute-wrapper {
  padding: 10px 20px 0px;
}
.variation-attribute-wrapper .attribute {
  margin-bottom: 15px;
}
.variation-attribute-wrapper .attribute p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.variation-attribute-wrapper .attribute .options {
  text-align: left;
}
.variation-attribute-wrapper .attribute .options label {
  display: inline-block;
}
.variation-attribute-wrapper .attribute .options label input[type=radio] {
  -webkit-appearance: none;
  display: none;
}
.variation-attribute-wrapper .attribute .options label input[type=radio]:checked + .box {
  background: #1ABC9C;
  color: #fff;
  border: 1px solid #1ABC9C;
}
.variation-attribute-wrapper .attribute .options label .box {
  padding: 6px 10px;
  border: 1px solid #E0E5EA;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 3px;
}
.add-variation-btn {
  border: none;
  padding: 10px 10px;
  background: #3B80F4;
  color: #fff;
  border-radius: 3px;
  width: 150px;
  font-size: 14px;
  cursor: pointer;
}
.add-variation-btn:focus,
.add-variation-btn:active {
  outline: none;
}
.add-variation-btn:disabled {
  background: #76A2ED;
}

.wepos-new-customer-form {
  padding: 20px;
}
.wepos-new-customer-form .customer-country.multiselect--active .multiselect__input,
.wepos-new-customer-form .customer-state.multiselect--active .multiselect__input {
  padding: 0px 3px !important;
}
.wepos-new-customer-form button.add-new-customer-btn:disabled {
  background: #76a2ed;
  border: 1px solid #76a2ed;
  cursor: no-drop !important;
}

aside.vue-keyboard .vue-keyboard-row[data-keys="3"] {
  border-bottom: 1px solid #ECEEF0;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="3"] button {
  border: none;
  font-size: 24px;
  text-align: center;
  width: 80px;
  height: 60px;
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
  border-right: 1px solid #ECEEF0;
  color: #212121;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="3"] button:last-child {
  border-right: none;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="3"] button span.keypord-icon:before {
  font-weight: bold;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="3"]:first-child {
  border-top: 1px solid #ECEEF0;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="2"] button {
  border: none;
  width: 50%;
  padding: 15px;
  font-size: 14px;
  background: #3B80F4;
  color: #FFF;
  border-right: 1px solid #fff;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="2"] button:last-child {
  border-right: none;
}
aside.vue-keyboard .vue-keyboard-row[data-keys="2"] button span.keypord-icon:before {
  font-weight: bold;
}

.wepos-fee-keypad-wrap {
  display: inline-block;
  float: left;
}
.fee-keypad .tooltip-inner input {
  width: 87%;
  border: none;
  font-size: 20px;
  padding: 13px;
  height: 25px;
}
.fee-keypad .tooltip-inner button[data-action="percent"],
.fee-keypad .tooltip-inner button[data-action="flat"] {
  cursor: pointer;
}

#wepos-print-receipt {
  display: inline;
}

[v-cloak] {
  display: none;
}
@media print {
@page {
    margin: 0.5cm;
}
body * {
    visibility: hidden;
}
.wepos-modal-content {
    visibility: hidden;
}
.wepos-checkout-print-wrapper {
    color: #000000;
    font-family: Helvetica, Verdana, Calibri, Arial, "Franklin Gothic", sans-serif !important;
    display: inline-block !important;
}
.wepos-checkout-print-wrapper * {
    visibility: visible;
}
.wepos-checkout-print-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.wepos-checkout-print-wrapper .header,
  .wepos-checkout-print-wrapper .footer {
    padding: 5px;
    text-align: center;
}
.wepos-checkout-print-wrapper .order-info {
    margin: 10px 0px 10px;
    border-bottom: 1px dashed #b7b7b7;
    padding: 10px 5px;
}
.wepos-checkout-print-wrapper .content {
    padding: 10px;
}
.wepos-checkout-print-wrapper .content table.sale-summary {
    width: 100%;
    border-collapse: collapse;
}
.wepos-checkout-print-wrapper .content table.sale-summary thead tr th {
    padding: 0 10px 8px;
}
.wepos-checkout-print-wrapper .content table.sale-summary thead tr th.name {
    width: 60%;
    text-align: left;
}
.wepos-checkout-print-wrapper .content table.sale-summary thead tr th.quantity {
    width: 12%;
    text-align: center;
}
.wepos-checkout-print-wrapper .content table.sale-summary thead tr th.price {
    text-align: right;
}
.wepos-checkout-print-wrapper .content table.sale-summary thead tr.divider {
    border-bottom: 1px dashed #b7b7b7;
    color: #b5b5b5;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td {
    font-size: 14px;
    padding: 8px 10px;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name {
    width: 60%;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name .tax-info {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name .attribute {
    margin-top: 2px;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name .attribute ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name .attribute ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.name .attribute ul li .attr_name {
    color: #758598;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.quantity {
    width: 12%;
    text-align: center;
    color: #758598;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.price {
    text-align: right;
    color: #758598;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.price span {
    color: #758598;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr td.price span.regular-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #9095A5;
    padding-right: 3px;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr.cart-meta-data td .metadata {
    margin-left: 6px;
    color: #758598;
    font-size: 13px;
    font-weight: normal;
}
.wepos-checkout-print-wrapper .content table.sale-summary tbody tr.divider {
    border-bottom: 1px dashed #b7b7b7;
    color: #b5b5b5;
}
}

.wepos-custom-note-wrap {
  float: left;
  display: inline-block;
}
.customer-note .tooltip-inner {
  width: 500px;
  padding: 10px;
  box-sizing: border-box;
}
.customer-note .tooltip-inner form {
  text-align: right;
}
.customer-note .tooltip-inner form textarea {
  width: 100%;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #E9EDF0;
  line-height: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  height: 100px;
  margin-bottom: 10px;
}
.customer-note .tooltip-inner form textarea:focus {
  outline: none;
}
.customer-note .tooltip-inner form button.add-note-btn {
  padding: 6px 25px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #3b80f4;
  color: #fff;
  background: #3b80f4;
  cursor: pointer;
}
.customer-note .tooltip-inner form button.add-note-btn:disabled {
  cursor: no-drop;
  background: #76A2ED;
  border-color: #76A2ED;
}

#wepos-main {
  padding: 20px;
  display: flex;
}
#wepos-main .content-product {
  flex: 2;
  margin-right: 20px;
}
#wepos-main .content-product .top-panel {
  margin-bottom: 20px;
}
#wepos-main .content-product .top-panel .search-bar {
  width: 56%;
  margin-right: 2%;
  float: left;
}
#wepos-main .content-product .top-panel .search-bar .search-box {
  position: relative;
}
#wepos-main .content-product .top-panel .search-bar .search-box input#product-search {
  width: 100%;
  font-size: 14px;
  height: 35px;
  border: 1px solid #E9EDF0;
  line-height: 10px;
  padding-right: 120px;
  padding-left: 32px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
}
#wepos-main .content-product .top-panel .search-bar .search-box input#product-search::placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-product .top-panel .search-bar .search-box input#product-search:-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-product .top-panel .search-bar .search-box input#product-search::-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-product .top-panel .search-bar .search-box input#product-search:focus {
  outline: none;
}
#wepos-main .content-product .top-panel .search-bar .search-box span.search-icon {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #3B80F4;
  height: 10px;
}
#wepos-main .content-product .top-panel .search-bar .search-box span.search-icon:before {
  font-size: 14px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-type {
  position: absolute;
  top: 0px;
  right: 0;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-type a {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  height: 35px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -2px;
  color: #BDC0C9;
  line-height: 14px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-type a.active {
  background: #3B80F4;
  color: #fff;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-type a:first-child {
  border-left: 1px solid #E9EBED;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-type a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result {
  background: #fff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e9edf0;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 30px 45px -10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result .no-data-found {
  padding: 20px;
  text-align: center;
  color: #758598;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 300px;
  overflow: scroll;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li a {
  text-decoration: none;
  color: #212121;
  padding: 8px 10px;
  display: block;
  border-bottom: 1px solid #e9edf0;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li a span {
  font-size: 11px;
  color: #758598;
  margin-left: 10px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li a span.action {
  visibility: hidden;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li a span.action:before {
  font-size: 12px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li a:hover span.action {
  visibility: visible;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li:last-child a {
  border-bottom: none;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li.selected {
  background: #f6f7fb;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result ul li.selected a span.action {
  visibility: visible;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result .suggession {
  padding: 12px;
  background: #F6F7FB;
  color: #999DAC;
  font-size: 11px;
  border-top: 1px solid #ECEEF0;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result .suggession span.term {
  margin-right: 15px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result .suggession span.term span:before {
  font-size: 9px;
  color: #5D5D5D;
  margin-right: 2px;
}
#wepos-main .content-product .top-panel .search-bar .search-box .search-result .suggession span.term strong {
  color: #5D5D5D;
  margin-right: 2px;
}
#wepos-main .content-product .top-panel .category {
  width: 26%;
  margin-right: 2%;
  float: left;
  position: relative;
}
#wepos-main .content-product .top-panel .category select#product-category {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 100%;
  border: 1px solid #E9EDF0;
  background: #fff;
  padding: 9px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 13px;
  color: #758598;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
}
#wepos-main .content-product .top-panel .category select#product-category:focus {
  outline: none;
}
#wepos-main .content-product .top-panel .category span.select-arrow {
  position: absolute;
  top: 9px;
  right: 9px;
}
#wepos-main .content-product .top-panel .category span.select-arrow:before {
  font-size: 13px;
  color: #758598;
  margin-left: 0px;
}
#wepos-main .content-product .top-panel .toggle-view {
  width: 14%;
  float: left;
  text-align: right;
}
#wepos-main .content-product .top-panel .toggle-view .toggle-icon {
  padding: 8px 10px;
  background: #fff;
  display: inline-block;
  border: 1px solid #E9EDF0;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
  color: #BDC0C9;
  cursor: pointer;
}
#wepos-main .content-product .top-panel .toggle-view .toggle-icon.active {
  color: #3B80F4;
}
#wepos-main .content-product .top-panel .toggle-view .toggle-icon:before {
  margin-left: 0px;
  font-size: 13px;
}
#wepos-main .content-product .top-panel .toggle-view .toggle-icon.list-view {
  margin-right: -4px;
  border-right: none;
}
#wepos-main .content-product .breadcrumb {
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
  padding: 8px 12px;
  position: relative;
  margin-bottom: 20px;
}
#wepos-main .content-product .breadcrumb span.close-breadcrumb {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #9b59b6;
  cursor: pointer;
}
#wepos-main .content-product .breadcrumb span.close-breadcrumb:before {
  font-size: 9px;
}
#wepos-main .content-product .breadcrumb ul {
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}
#wepos-main .content-product .breadcrumb ul li {
  display: inline-block;
}
#wepos-main .content-product .breadcrumb ul li:after {
  font-family: 'Flaticon';
  content: '\f10b';
  font-size: 9px;
  margin-left: 7px;
  margin-right: 4px;
  color: #758598;
}
#wepos-main .content-product .breadcrumb ul li:last-child:after {
  content: '';
}
#wepos-main .content-product .breadcrumb ul li a {
  font-size: 13px;
  color: #9B59B6;
  text-decoration: none;
}
#wepos-main .content-product .items-wrapper.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -10px;
  overflow: auto;
  height: 84.9vh;
}
#wepos-main .content-product .items-wrapper.grid .item {
  flex-basis: 20%;
  -ms-flex: auto;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
#wepos-main .content-product .items-wrapper.grid .item:focus {
  outline: none;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap {
  background: #fff;
  margin-bottom: -2px;
  cursor: pointer;
  position: relative;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap:focus {
  outline: none;
  -webkit-appearance: none;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap img {
  width: 100%;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap .title {
  padding: 10px 5px;
  margin-top: -3px;
  color: #212121;
  font-size: 13px;
  border-top: 1px solid #E9EDF0;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap .title .product-name {
  margin-bottom: 5px;
  font-weight: 600;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap .title .meta .label {
  color: #758598;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap .add-product-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap .add-product-icon:before {
  color: #fff;
  font-weight: normal;
  margin-top: 40%;
  display: inline-block;
  font-size: 35px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#wepos-main .content-product .items-wrapper.grid .item .item-wrap:hover .add-product-icon {
  visibility: visible;
}
#wepos-main .content-product .items-wrapper.grid .item .disabled {
  border: 1px solid #ffcbcb;
  opacity: 0.4;
  cursor: not-allowed;
}
#wepos-main .content-product .items-wrapper.list {
  overflow: auto;
  height: 84.9vh;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #F0F2F4;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .img img {
  width: 100%;
  height: 100%;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title {
  float: left;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 100px;
  height: 44px;
  margin-top: -22px;
  max-width: 78%;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title .product-name {
  margin-bottom: 8px;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: normal;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta li {
  display: inline-block;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta li .label {
  color: #758598;
  margin-right: 3px;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta li .value del {
  color: #9095a5;
  margin-right: 3px;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta li:after {
  content: "|";
  color: #e9ebed;
  display: inline-block;
  margin: 0px 7px;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .title ul.meta li:last-child:after {
  content: "";
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .add-product-icon {
  position: absolute;
  top: 35%;
  right: 3%;
}
#wepos-main .content-product .items-wrapper.list .item .item-wrap .add-product-icon:before {
  color: #1A9ED4;
  font-weight: normal;
}
#wepos-main .content-product .items-wrapper .product-loading {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #c6cace;
}
#wepos-main .content-product .items-wrapper .no-product-found {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  margin: auto 0px;
}
#wepos-main .content-product .items-wrapper .no-product-found p {
  font-size: 18px;
  color: #c6cace;
}
#wepos-main .content-cart {
  flex: 1.3;
  height: 94.5vh;
}
#wepos-main .content-cart .top-panel {
  display: flex;
  margin-bottom: 20px;
}
#wepos-main .content-cart .top-panel .customer-search-box {
  flex: 7;
  position: relative;
}
#wepos-main .content-cart .top-panel .customer-search-box input#customer-search {
  width: 100%;
  padding: 10px;
  height: 33px;
  font-size: 14px;
  height: 35px;
  border: 1px solid #E9EDF0;
  line-height: 10px;
  padding-left: 35px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
}
#wepos-main .content-cart .top-panel .customer-search-box input#customer-search::placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .top-panel .customer-search-box input#customer-search:-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .top-panel .customer-search-box input#customer-search::-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .top-panel .customer-search-box input#customer-search:focus {
  outline: none;
}
#wepos-main .content-cart .top-panel .customer-search-box span.add-new-customer {
  position: absolute;
  top: 9px;
  right: 10px;
}
#wepos-main .content-cart .top-panel .customer-search-box span.add-new-customer:before {
  font-size: 15px;
  color: #BDC0C9;
  cursor: pointer;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  border: 1px solid #e9edf0;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 30px 45px -10px rgba(0, 0, 0, 0.2);
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result .no-data-found {
  padding: 20px;
  text-align: center;
  color: #758598;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 300px;
  overflow: scroll;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a {
  text-decoration: none;
  color: #212121;
  padding: 8px 10px;
  display: block;
  border-bottom: 1px solid #e9edf0;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a span {
  font-size: 13px;
  color: #758598;
  margin-left: 10px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a span.avatar img {
  width: 20px;
  border-radius: 20px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a span.name {
  font-size: 14px;
  color: #212121;
  margin-left: 6px;
  line-height: 18px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a span.action {
  visibility: hidden;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a span.action:before {
  font-size: 12px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li a:hover span.action {
  visibility: visible;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li:last-child a {
  border-bottom: none;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li.selected {
  background: #f6f7fb;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result ul li.selected a span.action {
  visibility: visible;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result .suggession {
  padding: 12px;
  background: #F6F7FB;
  color: #999DAC;
  font-size: 11px;
  border-top: 1px solid #ECEEF0;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result .suggession span.term {
  margin-right: 15px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result .suggession span.term span:before {
  font-size: 9px;
  color: #5D5D5D;
  margin-right: 2px;
}
#wepos-main .content-cart .top-panel .customer-search-box .search-result .suggession span.term strong {
  color: #5D5D5D;
  margin-right: 2px;
}
#wepos-main .content-cart .top-panel .customer-search-box svg.customer-icon {
  position: absolute;
  left: 10px;
  top: 8px;
}
#wepos-main .content-cart .top-panel .action {
  flex: 1;
}
#wepos-main .content-cart .top-panel .action .more-options {
  text-align: right;
}
#wepos-main .content-cart .top-panel .action .more-options span.more-icon:before {
  font-size: 16px;
  color: #BDC0C9;
}
#wepos-main .content-cart .cart-panel {
  background: #fff;
  height: 90%;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  display: flex;
  flex-flow: column wrap;
  border-radius: 3px;
}
#wepos-main .content-cart .cart-panel .cart-calculation {
  width: 100%;
  flex-grow: 0;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table {
  width: 100%;
  border-collapse: collapse;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr {
  border-bottom: 1px solid #ECEEF0;
  height: 35px;
  display: table-row;
  line-height: 20px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr:first-child {
  border-top: 1px solid #ECEEF0;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr:last-child {
  border-bottom: none;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr:nth-child(odd) {
  background: #FAFBFE;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td {
  padding: 9px 12px;
  font-weight: bold;
  line-height: 20px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td:last-child {
  text-align: right;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td.label {
  width: 45%;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td.price {
  width: 45%;
  text-align: right;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td.action {
  width: 6%;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td.action span:before {
  font-size: 7px;
  padding: 5px;
  border-radius: 50px;
  cursor: pointer;
  background: #BDC0C9;
  color: #FFFFFF;
  border: none;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr td.action span:hover:before {
  background: #E9485E;
  color: #FFFFFF;
  border: none;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-action td {
  text-align: left;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-action td a {
  text-decoration: none;
  color: #3B80F4;
  font-size: 12px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #E0E5EA;
  border-radius: 3px;
  margin-right: 5px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label span.name {
  color: #758598;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label label {
  font-weight: normal;
  margin-right: 5px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label .fee-name {
  width: 15%;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label .fee-amount {
  width: 15%;
  margin-right: 5px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label select.fee-tax-class {
  width: 22%;
  border: 1px solid #E9EBED;
  background: #fff;
  border-radius: 3px;
  padding: 5px 5px;
  height: 24px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td.label select.fee-tax-class:focus {
  outline: none;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=text],
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=number] {
  border: 1px solid #ECEEF0;
  border-radius: 3px;
  padding: 5px 8px;
  width: 50%;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=text]:focus,
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=number]:focus {
  outline: none;
  -webkit-appearance: none;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=text]::placeholder,
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=number]::placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=text]:-ms-input-placeholder,
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=number]:-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=text]::-ms-input-placeholder,
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td input[type=number]::-ms-input-placeholder {
  color: #999DAC;
  font-size: 13px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td button {
  border: 1px solid #3B80F4;
  background: #3B80F4;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td button.cancel {
  border: 1px solid #afafaf;
  background: #ffff;
  color: #222;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.cart-meta-data td button:disabled {
  background: #76A2ED;
  border-color: #76A2ED;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.note .note-text {
  font-weight: normal;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.pay-now {
  background: #1ABC9C;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.pay-now td {
  padding: 18px 10px 18px 12px;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.pay-now td.amount {
  text-align: right;
}
#wepos-main .content-cart .cart-panel .cart-calculation table.cart-total-table tbody tr.pay-now td.icon {
  padding: 0px 5px;
  text-align: left;
  line-height: 25px;
}
#wepos-main .content-cart .cart-panel .cart-content {
  flex: 5;
  overflow-x: scroll;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table {
  width: 100%;
  border-collapse: collapse;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table thead tr {
  text-align: left;
  border-bottom: 1px solid #ECEEF0;
  box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.04);
  color: #3B80F4;
  font-size: 13px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table thead tr th {
  padding: 8px 12px;
  line-height: 19px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr {
  border-bottom: 1px solid #eceef0;
  height: 35px;
  display: table-row;
  line-height: 20px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.no-item {
  height: 55vh;
  border-bottom: none;
  text-align: center;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.no-item p {
  color: #C6CACE;
  font-size: 17px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td {
  padding: 8px 12px;
  font-size: 13px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.name {
  font-weight: bold;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.name .attribute ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.name .attribute ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.name .attribute ul li .attr_name {
  color: #758598;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.price span {
  display: block;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.price span.regular-price {
  font-size: 11px;
  text-decoration: line-through;
  color: #9095A5;
  padding-left: 5px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.action span:before,
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.remove span:before {
  font-size: 8px;
  background: #BDC0C9;
  color: #fff;
  border-radius: 50px;
  border: 0.84px solid #BDC0C9;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  text-align: center;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.action span.open:before,
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.remove span.open:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(89deg);
  background: #3b80f4;
  border: 0.84px solid #3b80f4;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.remove span:before {
  color: #FFFFFF;
  border: none;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr td.remove span:hover:before {
  background: #E9485E;
  color: #FFFFFF;
  border: none;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td {
  padding: 10px;
  background: #F6F7FB;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span {
  margin-right: 5px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span input[type=number] {
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #ECEEF0;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  width: 60px;
  margin-right: 5px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span input[type=number]::-webkit-inner-spin-button,
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span.qty-action a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #999DAC;
  background: #fff;
  margin-right: 3px;
  width: 25px;
  height: 23px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ECEEF0;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table tbody tr.update-quantity-wrap td span.qty-action a.add {
  color: #fff;
  background: #3B80F4;
}
#wepos-main .wepos-help-wrapper {
  padding: 15px 20px;
  margin-top: 20px;
}
#wepos-main .wepos-help-wrapper h2 {
  margin: 0px;
  padding: 0px 0px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECEEF0;
  color: #C6CACE;
  font-weight: normal;
}
#wepos-main .wepos-help-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#wepos-main .wepos-help-wrapper ul li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
#wepos-main .wepos-help-wrapper ul li:nth-child(even) {
  margin-right: 0px;
}
#wepos-main .wepos-help-wrapper ul li span {
  display: block;
}
#wepos-main .wepos-help-wrapper ul li span.code {
  float: left;
  width: 40%;
  color: #758598;
  font-size: 15px;
}
#wepos-main .wepos-help-wrapper ul li span.title {
  float: left;
  display: block;
  width: 58%;
}
/* Media queries */
@media screen and (max-width: 768px) {
#wepos-main {
    display: table-row;
}
#wepos-main .content-cart {
    min-height: 200px;
}
#wepos-main .content-cart .cart-panel .cart-content table.cart-table {
    height: fit-content;
}
}

