:root {
  --themecolor: #ffd200;
  --themecolor2: #000000;

  --themegray: #cacaca;
  --themegraylight: #f1f1ef;
  --themeblack: #212121;
  --themegraydark: #58595C;
  --themelightborder: #e5e5e5;
  --themebgvitrina: #F4F2F5;

  --danger: #ff4c4c !important;
  --warning: #ffd200 !important;
  --success: #28ab7b !important;
  /* --success: #63b194 !important; */
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
  /* webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  user-drag: none;
}

*:focus {
  outline: none;
}


body {
  background-color: #f1f1ef;
}

/* SCROLL PAGE */
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--themelightborder);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: var(--themegray);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--themegray);
}

main {
  /* height: calc(100vh - 123px); */
  min-height: -webkit-fill-available;
  /* min-height: calc(100vh - 123px); */
  margin-top: 49px;
  margin-bottom: 74px;
}

[v-cloak] {
  display: none !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
}

a {
  font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset;
  box-shadow: 0 0 0 30px white inset;
}

@-webkit-keyframes animatetop {
  from {
    top: -100%;
    opacity: 0;
  }

  to {
    top: 20%;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -100%;
    opacity: 0;
  }

  to {
    top: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes footerFromBottomToTop {
  from {
    bottom: -100%;
  }

  to {
    bottom: 73px;
  }
}

@keyframes footerFromBottomToTop {
  from {
    bottom: -100%;
  }

  to {
    bottom: 73px;
  }
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -1.0em 0em 0em #ffffff, 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2), 1.0em 0em 0 0em rgba(255, 255, 255, 0.2), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), 0em 1.0em 0 0em rgba(255, 255, 255, 0.2), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), -1.0em 0em 0 0em rgba(255, 255, 255, 0.5), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.7), 0.7em -0.7em 0 0em #ffffff, 1.0em 0em 0 0em rgba(255, 255, 255, 0.2), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), 0em 1.0em 0 0em rgba(255, 255, 255, 0.2), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), -1.0em 0em 0 0em rgba(255, 255, 255, 0.2), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.5), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.7), 1.0em 0em 0 0em #ffffff, 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), 0em 1.0em 0 0em rgba(255, 255, 255, 0.2), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), -1.0em 0em 0 0em rgba(255, 255, 255, 0.2), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.2), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.5), 1.0em 0em 0 0em rgba(255, 255, 255, 0.7), 0.7em 0.7em 0 0em #ffffff, 0em 1.0em 0 0em rgba(255, 255, 255, 0.2), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), -1.0em 0em 0 0em rgba(255, 255, 255, 0.2), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.2), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2), 1.0em 0em 0 0em rgba(255, 255, 255, 0.5), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.7), 0em 1.0em 0 0em #ffffff, -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), -1.0em 0em 0 0em rgba(255, 255, 255, 0.2), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.2), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2), 1.0em 0em 0 0em rgba(255, 255, 255, 0.2), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.5), 0em 1.0em 0 0em rgba(255, 255, 255, 0.7), -0.7em 0.7em 0 0em #ffffff, -1.0em 0em 0 0em rgba(255, 255, 255, 0.2), -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.2), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2), 1.0em 0em 0 0em rgba(255, 255, 255, 0.2), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), 0em 1.0em 0 0em rgba(255, 255, 255, 0.5), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.7), -1.0em 0em 0 0em #ffffff, -0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -1.0em 0em 0em rgba(255, 255, 255, 0.2), 0.7em -0.7em 0 0em rgba(255, 255, 255, 0.2), 1.0em 0em 0 0em rgba(255, 255, 255, 0.2), 0.7em 0.7em 0 0em rgba(255, 255, 255, 0.2), 0em 1.0em 0 0em rgba(255, 255, 255, 0.2), -0.7em 0.7em 0 0em rgba(255, 255, 255, 0.5), -1.0em 0em 0 0em rgba(255, 255, 255, 0.7), -0.7em -0.7em 0 0em #ffffff;
  }
}

/* ////////////////// GENERAL ///////////////// */
.scandit .scandit-logo {
  display: none !important;
}

.text-justify {
  text-align: justify;
}

.text-red {
  color: var(--danger);
}

.form-field-error {
  line-height: 1.1;
}

.form-field-error span {
  font-size: 11px;
  margin-left: 8px;
  color: var(--danger);
  padding-bottom: 5px;
  font-weight: 500;
}

.input-error {
  border-bottom-color: red;
}

.no-selectable {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
}

.container-card {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 12px 5%;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.row {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
}

.justify-content-center {
  justify-content: center;
}

/* i {
  color: var(--themecolor2)!important;
} */

.flex-direction-column {
  flex-direction: column;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.nav-top {
  top: 0;
  height: 49px;
}

.nav-bottom {
  bottom: 0;
  height: 74px;
}

.list-style-none {
  list-style: none;
}

.text-gray {
  color: #b4b4b4;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 0.95rem;
  font-size: .9rem;
  /* text-transform: uppercase; */
  border-radius: 6px;
  cursor: pointer;
}

.btn-secondary {
  background-color: var(--themecolor2);
  color: #ffffff;
}

.btn-secondary-border {
  border: 1px solid var(--themecolor2);
  color: var(--themecolor2);
}

.btn-primary {
  background-color: var(--themecolor);
  color: #000;
}

.text-decoration-line {
  text-decoration: line-through;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.btn {
  border-radius: 6px;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 6px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /* border-left: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.470rem 2.25rem 0.470rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 13px;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:disabled,
.form-control:disabled~.input-group-text,
.form-select:disabled,
.form-control[readonly],
.readonly {
  background: #f7f7f7;
}

.btn-secondary:disabled {
  background: #000000c4;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .form-label {
  font-size: 12.5px;
  font-weight: 500;
  width: 100%;
}

.form-label {
  margin-bottom: 2px;
}

label {
  display: inline-block;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mb-theme {
  margin-bottom: 10px;
}

.form-group-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
}

.form-check {
  margin: 15px 0;
}

.form-check-input:checked,
.form-check-input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-check-input:checked+.form-check-label,
.form-check-input:not(:checked)+.form-check-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  /* color: #666; */
}

.form-check-input:checked+.form-check-label:before,
.form-check-input:not(:checked)+.form-check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #fff;
}

.form-check-input:checked+.form-check-label:before {
  border: 1px solid var(--themecolor);
}

.form-check-input:checked+.form-check-label:after,
.form-check-input:not(:checked)+.form-check-label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--themecolor);
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check-input:not(:checked)+.form-check-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check-input:checked+.form-check-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-check-label {
  color: var(--themecolor2);
  font-size: 12px;
}

.form-check-label a {
  color: var(--themecolor2);
}

.disabledForm {
  pointer-events: none;
  /* opacity: 0.4; */
}


.disabledForm .input-group-text,
.disabledForm input,
.input-group-text.disabled {
  background: #f5f5f5;
  opacity: 0.9;
}

.disabledForm button {
  opacity: 0.9;
}

.disabledFormProfile .input-group-text,
.disabledFormProfile .input,
.disabledFormProfile input[type="checkbox"] {
  background: #f5f5f5;
  opacity: 0.9;
}

.loader-spinner {
  display: block;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

.loader-spinner.loader-sm {
  width: 5px;
  height: 5px;
  margin: 5px;
  font-size: 10px;
}

.form .form-msj {
  margin: 10px 0;
  font-size: 12px;
  padding: 1px 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 6px;
  line-height: 1;
}

.form .form-msj .i {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 16px;
  margin: auto 3px;
}

.form .form-msj.error-msj,
.form .form-msj.warning-msj,
.form .form-msj.success-msj {
  margin: 15px 0;
  padding: 8px 5px;
}

.form .form-msj.error-msj {
  border: 1px solid #e6d2cc;
  background-color: #fcefea;
}

.form .form-msj.error-msj .i:before {
  content: "\eac7";
  color: #fb5758;
}

.form .form-msj.warning-msj {
  border: 1px solid #efe3d0;
  background-color: #fef7ea;
}

.form .form-msj.warning-msj .i:before {
  color: #ffbf22;
  content: "\eac5";
}

.form .form-msj.success-msj {
  border: 1px solid #cfe1d2;
  background-color: #f1f9f4;
}

.form .form-msj.success-msj .i:before {
  content: "\ea46";
  color: #51dc6b;
}


.display-collapse {
  transition: all .3s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.display-collapse-open {
  height: auto !important;
  opacity: 1 !important;
  overflow: initial !important;
  transition: all .3s linear !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.text {
  font-size: 13px;
  margin-bottom: 6px;
}

.table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid var(--themecolor2);
  font-weight: 600;
}

.table td,
.table th {
  vertical-align: middle;
}

.table td,
.table th {
  padding: 0.45rem 0.95rem;
  /* padding: 0.3rem 0.75rem; */
  /* border-top: 1px solid #dee2e6; */
  border: 1px solid #dee2e6;
}

.table tbody tr:hover {
  background-color: rgba(0, 0, 0, .05);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

/* ///////////////// ALERTIFY MODIFICATIONS ////////////////// */
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-modal {
  display: flex;
  align-items: center;
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 20px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.alertify .ajs-close {
  background-size: 12px;
  position: absolute;
  right: -20px;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-body .ajs-content {
  font-size: 14px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  background: #000;
  color: #fff;
}

.alertify-notifier.ajs-bottom {
  bottom: 44px;
  width: 100% !important;
}

.alertify-notifier.ajs-center {
  left: 0;
}

.alertify-notifier .ajs-message {
  /* width: 265px; */
  min-width: 260px;
  min-height: 22px;
  width: fit-content !important;
  max-width: 85%;
  text-align: center;
  font-size: 12px;

  border-radius: 18px;
  padding: 12px 20px !important;
  line-height: 1.2;
  background: #000000c9 !important;
  color: #fff !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.alertify-notifier .ajs-message::before {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 16px;
  margin-right: 5px;
}

.alertify-notifier .ajs-message.ajs-success::before {
  content: "\ea46";
  /* color: #51dc6b; */
}

.alertify-notifier .ajs-message.ajs-warning::before {
  content: "\eac5";
  /* color: #ffbf22; */
}

.alertify-notifier .ajs-message.ajs-error::before {
  content: "\eac7";
  /* color: #fb5758; */
}

/* ////////////////// MODAL ///////////////// */
.modal {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.modal.show {
  opacity: 1;
  transition: all .2s ease-in-out;
  z-index: 10;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  /* width: 500px; */
  width: calc(100% - 20px);
  max-width: 450px;
  background: #fff;
  border-radius: 4px;
  transform: translate(-50%, -200%);
  transition: all .2s ease-in-out;
  perspective: 1000;
  outline: 1px solid transparent;
  opacity: 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #ced4da;
}


.modal.show .modal-content {
  transform: translate(-50%, -50%);
  transition: all .2s ease-in-out;
  transition-delay: .2s;
  z-index: 9999;
  opacity: 1;
}

.modal-close {
  position: absolute;
  text-decoration: none;
  color: #424242;
  transition: all .2s ease-in-out;
  z-index: +1;
  text-align: center;
  right: 6px;
  top: 6px;
  font-size: 26px;
  cursor: pointer;
}

.modal-area {
  padding: 25px 6%;
}

/* ////////////////// TOP BAR ///////////////// */
.nav-fixed.nav-top-back {
  top: 0;
}

.nav-top .nav-container,
.nav-top-back .nav-container {
  background-color: var(--themecolor);
  box-shadow: 0px 0px 5px 0px #4444;
  padding: 8px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-top .nav-container img {
  display: block;
}

.nav-top-back .nav-container {
  position: relative;
}

.nav-top-back .content-back {
  position: absolute;
  left: 10px;
  padding-top: 3px;
  text-decoration: none;
  color: var(--themecolor2);
}

.nav-top .nav-content {
  justify-content: space-between !important;
}

.nav-top .nav-content .authentication {
  color: var(--themecolor2);
}

/* ////////////////// BOTTOM BAR ///////////////// */
.nav-bottom .nav-container {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px #4444;
  height: 100%;
}

.nav-bottom .nav-item {
  width: calc(100% / 3);
  padding: 15px 0;
  height: 100%;
}

.nav-bottom .nav-item.active .nav-item-link {
  color: var(--themecolor2);
}

.nav-bottom .nav-item .nav-item-link {
  text-decoration: none;
  color: #b4b4b4;
}

.nav-bottom .nav-item-link .nav-item-icon {
  margin-top: -31px;
  background-color: var(--themecolor);
  color: var(--themecolor2);
  border-radius: 50%;
  height: 52px;
  width: 52px;
  margin-bottom: 5px;
}

.nav-bottom .nav-item .nav-item-text {
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
}

/* ////////////////// MAIN HOME ///////////////// */
/* #view-home{
  display: none;
} */

.section-main {
  /* padding: 15px 15px 0; */
  padding: 15px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  max-height: 100%;
}

.container-selected-store {
  margin-bottom: 10px;
}

.container-selected-store .bx-sm {
  font-size: 1.8rem !important;
}

.container-selected-store h4 {
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.5px;
}

.container-selected-store .content-selected-store {
  justify-content: start !important;
  margin-top: 10px;
  margin-left: -3px;
}

.content-selected-store .selected-store {
  margin-left: 5px;
}

.content-selected-store .selected-store i {
  font-size: 1.75rem !important;
}

.content-selected-store .selected-store p:first-child {
  font-size: 15px;
  font-weight: 600;
}

.content-selected-store .selected-store p:last-child {
  font-size: 11px;
  color: #b4b4b4;
}

.container-slider {
  padding: 0;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 330px;
  margin: auto;
  /* height: 500px; */
  /* z-index: 1; */
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  left: -330px;
  width: 10000px;
}

.slides.shifting {
  transition: left .2s ease-out;
}

.slide {
  width: 330px;
  height: auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  /* background: #FFCF47; */
  /* border-radius: 2px; */
  padding: 20px 20px 10px;
}

.pagination .slide-pagination {
  /* width: ; */
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  border-radius: 50%;
  margin: 0 4px 10px;
}

.pagination .slide-pagination.active {
  border: 2px solid var(--themecolor);
}




/* .content-slider .wrapper {
  overflow: hidden;
}

.content-slider .wrapper .slides {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.slides .slide {
  display: inline-flex;
  width: 100%;
  transform: translateX(0);
  transition: transform .2s ease;
  padding: 20px;
} */
.slides .slide img {
  width: 100%;
}

.slides .slide .slide-content {
  text-align: center;
}

.slides .slide .slide-content p {
  font-size: 14px;
}


.select-store-item,.selected-mode-item {
  /* border: 1px solid #f1f1ef; */
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 8px 0;
  min-height: 73px;
  text-decoration: none;
  color: var(--themecolor2);
}

.select-store-item.select-store-item-selected {
  background-color: rgb(227 216 16 / 5%);
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  /* color: var(--themecolor); */
}

.select-store-item .store-item-title,
.selected-mode-item .selected-mode-item-title {
  font-size: 14px;
  font-weight: 600;
}

.select-store-item .store-item-address {
  font-size: 12px;
  color: #b4b4b4;
}

.selected-mode-item .selected-mode-item-description {
  font-size: 11px;
  color: #b4b4b4;
}

.store-item-detail,
.selected-mode-item-detail {
  margin-left: 20px;
}

#modalSelectStores .modal-area {
  margin: 10px 0 20px;
  padding: 0 6%;
  max-height: 370px;
  overflow-y: auto;
}

#modalSelectStores .header-title,
#modalSelectManualStores .header-title {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}

.select-ubigeo {
  border-bottom: 1px solid var(--themegray);
}

.back-method-selected {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.back-method-selected i {
  margin-right: 5px;
}

.back-method-selected span {
  font-size: 12px;
}

.scan-store-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scan-store-item .scan-store-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--themecolor2);
  text-align: center;
}

.scan-store-item .scan-store-address {
  font-size: 13px;
  color: #b4b4b4;
  text-align: center;
}

.select-result-stores {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.select-not-result-stores {
  font-size: 12px;
  text-align: center;
  margin: 10% 0 10px;
}

.select-mode-ubigeo-description {
  font-size: 12px;
  padding-bottom: 10px;
  text-align: justify;
}




/* .select-mode-ubigeo {
  display: flex;
}

.select-mode-ubigeo .selected-mode-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: ;
  text-decoration: none;
  color: #000;
} */

/* #modalSelectStores .form-check-input:checked+.form-check-label:before, 
#modalSelectStores .form-check-input:not(:checked)+.form-check-label:before {
  top: 20px;
}

#modalSelectStores .form-check-input:checked+.form-check-label:after, 
#modalSelectStores .form-check-input:not(:checked)+.form-check-label:after {
  top: 26px;
} */

/* #modalSelectStores .form-check-input:checked+.form-check-label, 
#modalSelectStores .form-check-input:not(:checked)+.form-check-label {
  padding-left: 32px;
} */


/* ////////////////// CARD PRODUCT ///////////////// */

.container-header {
  display: flex;
  align-items: center;
  /* background-color: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  border-radius: 6px; */
  /* padding: 10px; */
  margin-bottom: 10px;
}

.container-header i {
  font-size: 18px;
  margin-right: 5px;
}

.container-header h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.content-cart {
  max-height: calc(100% - 125px);
  overflow-y: auto;
  margin-bottom: 88px;
}

.content-cart .cart-item-product {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 10px;
  margin-bottom: 10px;
}

.content-cart .cart-item-product {
  border-radius: 6px;
}

.content-cart .cart-item-product img {
  border-radius: 6px;
  width: 100%;
  border: 1px solid var(--themelightborder);
}

.cart-item-product-detail {
  display: grid;
}

.content-cart .cart-item-product .cart-item-product-detail-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  max-height: 150px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.cart-item-product .cart-item-product-img {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;

  position: relative;
}

.cart-item-product .cart-item-product-detail {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;

  position: relative;

}

.btn-quantity {
  box-shadow: 0 0 5px #0003;
  border-radius: 5px;
  padding: 5px;
  line-height: 1;
  display: grid;
  background: #fff;
  border: none;
}

.btn-quantity:hover {
  box-shadow: 0 0 5px #00000082;
}

.cart-item-product .cart-item-product-detail {
  padding: 0 10px;
}

.cart-item-product .content-price,
.cart-item-product .content-price-offer,
.cart-item-product .content-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
  color: #9e9e9e;
}

.cart-item-product .content-price span:last-child {
  text-decoration: line-through;
}

.cart-item-product .content-price-offer span:last-child {
  font-weight: 600;
  color: #000000;
}

.container-options {
  margin-top: auto;
  margin-bottom: 3px;
}

.container-options,
.content-picker {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item-product .container-options .content-delete {
  border: none;
  background: #fff;
  color: #9e9e9e;
  font-size: 1.3rem !important;
}

.cart-item-product .container-options .content-delete i {
  display: block;
}

.cart-item-product .container-options .content-delete:hover {
  color: #fb5758;
}

.content-picker .quantity-text {
  min-width: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.section-main.cart {
  padding-bottom: 0;
}

.container-cart {
  height: 100%;
}

.container-cart .content-detail-buy {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-detail-buy .total-price,
.content-detail-buy .btn-action {
  display: flex;
  flex-direction: column;
}

.content-detail-buy .total-price {
  font-size: 14px;
}

.content-detail-buy .total-price span:first-child {
  color: #9e9e9e;
  margin-bottom: 5px;
}

.content-detail-buy .total-price span:last-child {
  font-weight: 500;
}

.container-footer {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px #4444;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  bottom: 73px;
  padding: 15px 20px 25px;
}

.cart-footer {
  display: flex;
  /* width: 100%; */
}

.cart-footer .content-total-order {
  width: 55%;
  font-size: 12px;
  color: #9e9e9e;
}

.content-total-order ol li:first-child {
  font-size: 15px;
  font-weight: 500;
  color: var(--themecolor2);
}

.content-total-order ol li:last-child {
  font-size: 16px;
}

.content-total-order ol li:last-child span:last-child {
  color: var(--themecolor2);
  font-weight: 600;
}

.cart-footer .content-btn-order {
  width: 45%;
  margin: auto;
}

.container-no-cart .container-card {
  height: calc(100vh - 165px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cart-empty {
  text-align: center;
}

.cart-empty i {
  font-size: 45px;
  color: #b4b4b4;
  margin-bottom: 10px;
}

.cart-empty img {
  max-width: 60%;
  margin-bottom: 5px;
}

.empty-cart-title {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}

.empty-cart-body {
  text-align: center;
  font-size: 12px;
}

.empty-cart-body a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

/* ////////////////// CART PAY ///////////////// */

.content-pay {
  /* background: #ffffff;
  overflow-y: auto;
  padding: 20px;
  border-radius: 6px; */
}

.section-main.pay .container-card {
  margin-bottom: 10px;
}

.section-main.pay .container-header {
  margin-bottom: 5px;
}

.card-text-help {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.card-text-help a {
  font-weight: 500;
  color: #000;
  display: inline-block;
}

.from-pay-btn {
  /* position: fixed; */
  /* left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 15px; */
  /* background: #fff;
  box-shadow: 0 -4px 4px rgb(0 0 0 / 6%);
  box-sizing: border-box;
  z-index: 5; */
  margin-top: 30px;
  margin-bottom: 10px;
}

.edit-section-link {
  color: var(--danger);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.edit-section-link i {
  font-size: 15px;
  margin-left: 4px;
}

.form-group-row.billing .form-check {
  width: 50% !important;
  text-align: center;
}

/* //////////////// ACCOUNT /////////////////*/
main#appAccountPage,
main#appAuthPage {
  margin-top: 0 !important;
  min-height: 100vh !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}

#appAccountPage .section-main,
#appAuthPage .section-main {
  padding: 0 !important;
}

.content-account-text {
  margin-top: 15%;
  text-align: center;
}

.content-account-text p {
  font-size: 14px;
  margin-top: 5px;
}

.container-account .content-account-form {
  background: #ffffff;
  min-height: 400px;
  padding: 10%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: auto;
}

.container-account {
  display: flex;
  flex-direction: column;
  background: var(--themecolor);
  background-image: url(../../assets/img/bg-web.png);
  height: 100%;
}

.container-account .content-account-header {
  padding: 5%;
}

.content-account-header .content-back {
  background: #ffffff59;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-decoration: none;
  color: black;
}

.input-group.password .form-control {
  border-right: none !important;
}

#appAccountPage .input-group.password .form-control,
#appAuthPage .input-group.password .form-control {
  border-right: none !important;
}

#appAccountPage .input-group.password .input-group-text,
#appAuthPage .input-group.password .input-group-text {
  /* background: #fff!important; */
  border-right: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  border-left: none !important;
}


#appAuthPage .form-input-code,
#appAccountPage .form-input-code {
  font-size: 1.5rem;
  text-align: center;
  width: 45px;
  height: 45px;
  margin: 12px 5px;
}

.content-account-form p a {
  color: var(--themecolor2);
  font-weight: 600;
  margin-left: 5px;
}

.history-select{
  margin-bottom: 15px;
}

/* ////////////////// LOGIN ///////////////// */

/* .content-account-header {
  position: relative;
  background-color: var(--themecolor);
} */

.content-account-form p {
  font-size: 13px;
  text-align: center;
}

.content-account-form .recovery-password {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
  color: #000000;
}

.content-register {
  margin-top: 35px;
}

.content-register p,
.content-register a {
  font-size: 14px;

}

.content-auth .recovery-password,
.content-register a {
  color: var(--themecolor2);
  font-weight: 600;
}

.history-item{
  padding: 20px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--themegraylight);
}

.history-item div{
  line-height: 1.45;
}


.history-item div:first-child,
.history-item div.history-total{
  font-size: 14px;
  font-weight: 600;
}

.history-item div.history-btn{
  margin-top: 8px;
  text-align: center;
}

.history-item b{
  font-weight: 600;
  color: var(--themegraydark);
}

.history-item div.history-btn a{
  text-decoration: none!important;
}

.history-item div.history-btn .btn{
  background: #fff;
  border: 1px solid var(--themegray);
  /* color: var(--themegraydark); */
}

.history-item div.history-btn .btn:hover{
  background: var(--themegraydark);
  color: #fff;
}

/* ////////////////// REGISTER ///////////////// */
/* .container-register {
  padding: 0 15px;
}

.content-register .btn-secondary {
  margin-top: 15px;
} */

.content-account-register button {
  margin-top: 10px;
}

.form-group-row .form-group:first-child {
  width: 40%;
  padding-right: 15px;
}

.form-group-row .form-group:last-child {
  width: 60%;
}

.content-account-register .content-account-register-header {
  margin-bottom: 8%;
  text-align: center;
}

.content-account-register .content-account-register-header svg {
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

.content-account-register .content-account-register-header svg path {
  fill: #919191;
}

/* .content-step.three .form-check{
  margin-top: 15px;
} */

/*////////// VERIFIY EMAIL ///////////////*/

/* .form-input-code {
  font-size: 30px;
  text-align: center;
  width: 60px;
  height: 45px;
  margin: 12px 5px;
} */

.content-account-verify .btn-secondary {
  margin-top: 5%;
}

.content-account-verify h4 {
  font-size: 16px;
  text-align: center;
}


/* ////////////////// RECOVERY ///////////////// */
.content-account-recovery h4 {
  font-size: 16px;
  text-align: center;
}

.content-account-recovery .input-group {
  margin: 25px 0 15px;
}

#modalcodeVerifyResetPassword h4 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

#modalcodeVerifyResetPassword p {
  text-align: center;
  font-size: 13px;
}

#submitResetPassword .form-group {
  margin-bottom: 0px;
}

#submitResetPassword h4 {
  text-align: center;
}

/* ////////////////// ACCOUNT ///////////////// */
/* .content-account-header .content-back {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff59;
  width: 37px;
  height: 37px;
  border-radius: 50%;
} */

/* .content-account-header .content-back i {
  padding-top: 2px;
} */

.content-account-profile .account-profile {
  margin-top: -70px;
}

.content-account-profile .account-profile-icon {
  width: 70px;
  height: 70px;
  background: var(--themecolor2);
  border-radius: 50%;
  color: #ffffff;
}

.content-account-profile .account-profile-name {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 20px;
}

.content-account-profile .account-profile-option {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #f7f7f7;
  box-shadow: 0px 0px 2px 0px #4444;
  padding: 15px;
  margin-bottom: 15px;
}

.content-account-profile .account-profile-option span {
  font-size: 14px;
  padding-left: 10px;
}


.content-account-profile .profile-log-out {
  font-size: 12px;
  text-decoration: underline;
  text-decoration: none;
  margin-top: 25%;
}

.content-account-profile .profile-log-out span {
  padding-left: 10px;
}

/* //////////////// PERSONAL INFORMATION ////////////// */
.container-account .form-group {
  margin-bottom: 10px !important;
}


.container-account .content-account-form.personal-information,
.container-account .content-account-form.purchase-history {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  /* height: 100%; */

  padding: 20px 6%;
  margin-top: 49px;
  /* background-color: #f1f1ef; */
  min-height: calc(100% - 49px);
}

/* .container-account .content-account-form.personal-information {
  padding: 5% 8%;
} */

.content-account-personal-information .container-header {
  margin-bottom: 15px;
}

.personal-information-back {
  font-size: 12px;
  text-decoration: none;
  padding: 5px 0;
  margin-bottom: 25px;
}

/* .personal-information .form-control:disabled {
  background: #fff;
} */

.personal-information .container-header {
  /* background: var(--themecolor)!important; */
}

/* .personal-information .input-group .form-control {
  border-right: 0!important;
} */

/* .personal-information .input-group .input-group-text {
  background: #fff!important; */
/* padding: 0.375rem 0.75rem; */
/* } */

.personal-information .input-group .input-group-text a {
  font-size: 11px;
  color: #000 !important;
  text-decoration: underline;
}

/* ////////////////// LOADING ///////////////// */
.loading,
.not-store,
.not-location {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.container-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.circle {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 4px -40px 60px 5px rgb(255 207 71 / 84%) inset;
}

.circle.one {
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 1;
  animation: pulse-spin 2s linear infinite;
  animation-delay: .5s;
}

.circle.two {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  animation: pulse-spin 2s linear infinite;
  animation-delay: .25s;
}

.circle.three {
  display: flex !important;
  width: 80px;
  height: 80px;
  background: var(--themecolor2);
  box-shadow: none !important;
  z-index: 3;
  animation: pulse 2s infinite ease-in-out alternate;
}

.circle.three svg {
  width: 13px;
}

.loader {
  background: linear-gradient(to right, rgb(255 210 0) 50%, transparent 50%);
}

.one.loader:before {
  width: 110px;
  height: 110px;
}

.two.loader:before {
  width: 90px;
  height: 90px;
}

.loader:before {
  display: block;
  content: '';
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

@keyframes pulse-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(.5);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(.25);
  }

  100% {
    transform: scale(1);
  }
}

.loading .container-text {
  margin-top: 40px;
}

.loading .container-text div:first-child img {
  width: 140px;
}

.loading .container-text div:last-child {
  font-size: 12px;
  margin-top: 3px;
}


/* ////////////////// STORE NOT LOCATION ///////////////// */
.container-no-store-location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 7%;
}

.container-no-store-location h4 {
  margin-top: 7%;
  text-align: center;
  font-weight: 600;
}

.container-no-store-location p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  padding: 20px;
}



/* ////////////////// SCANNER ///////////////// */
.section-main.scanner {
  padding: 0;
}

#scanner-container,
#scanner-result {
  display: none;
  position: relative;
}

#scanner-container {
  overflow-y: hidden;
  height: 100%;
}

.scanner-viewport {
  width: 100%;
  /* max-height: 100%; */
  position: relative;
  /* max-height: calc(100vh - 123px); */
  /* overflow-y: hidden; */
}

.scanner-viewport>canvas,
.scanner-viewport>video,
.scanner-viewport>img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
}

.scanner-overlay {
  position: fixed;
  /* top: 0; */
  left: 0;
  right: 0;
  width: 100%;
  /* background: #0000008a; */
  background: #00000080;
  z-index: 2;
  padding: 15px;
}

.scanner-hint-box {
  margin: 10px 0;
  color: white;
}

.scanner-hint-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}

.scanner-hint-descrip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hint-icon svg {
  width: 32px;
  height: 32px;
}

.hint-text {
  font-size: 13px;
  margin-left: 13px;
  line-height: 18px;
}

.hint-text span {
  color: var(--themecolor);
  border-bottom: 1px solid var(--themecolor);
  cursor: pointer;
}

.waiting-overlay{
  position: fixed;
  top: 60%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.waiting-box{
  background: #00000080;    
  width: fit-content;
  color: white;
  padding: 10px 15px;
  text-align: center;
  border-radius: 6px;
}

.waiting-box .loader-spinner{
  margin: 1.1em auto;
  width: 0.4em;
  height: 0.41em;
  font-size: 13px;
}

.waiting-box .text-waiting{
  font-size: 12px;
}

#result-tag {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  transition: .2s all ease-in-out;
  opacity: 0;
}

#result-tag span {
  padding: 10px 3%;
  background: #00000080;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

#result-tag.show {
  opacity: 1;
}

.scanner-manual-img {
  text-align: center;
  margin-top: 18px;
}

/*////////// INSTALL MODAL ///////////////*/
.install-prompt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a8;
  z-index: 999;
  top: 0;
  left: 0;
}

.install-md {
  position: absolute;
  top: 20%;
  left: calc((100% - 350px)/2);
  width: 100%;
  max-width: 350px;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #4444448c;
  border-radius: 15px;

  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.install-md-banner {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.install-md-content {
  padding: 3% 5% 5%;
}

.install-md-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.install-md-title img {
  margin-right: 6px;
}

.install-md-desc {
  font-size: 13px;
  font-weight: 500;
  color: #676767;
  line-height: 1.3;
  margin-bottom: 5px;
}

.install-md-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.install-btn-decline {
  background-color: transparent;
  padding: 0;
  margin-right: 25px;
  border: none;
  text-decoration: underline;
  font-weight: 500;
  font-size: 13px;
}

.install-btn-accept {
  background: var(--themecolor);
  color: #000;
  border-radius: 6px;
  padding: 8px 10px;
  border: none;
  box-shadow: 0px 0px 5px 0px #444;
  font-weight: 600;
  font-size: 13px;
}

.overlay-install-md {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a8;
  z-index: 99;
  top: 0;
  left: 0;
}

#scanner-result {
  padding: 15px;
  height: 100%;
  overflow-y: auto;
}

.container-product {
  min-height: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.container-product .product-img {
  /* padding: 3% 8% 0; */
  padding: 5% 6% 0;
  text-align: center;
}

.container-product .product-img img {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--themelightborder);
}

.container-product .product-colors {
  display: flex;
  padding: 0 6%;
  flex-wrap: wrap;
}

.container-product .product-colors div {
  text-align: center;
  padding: 2.5px;
  width: 20%;
}

.container-product .product-colors img {
  width: 100%;
  max-width: 60px;
  border: 1px solid var(--themelightborder);
}

.container-product .product-colors img.active {
  border: 2px solid var(--themecolor);
}

.product-details {
  /* padding: 4% 5%; */
  padding: 4% 5% 6%;
}

.product-details h2 {
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.1;
}

.product-details-sku {
  font-size: 13px;
  color: #9e9e9e;
  margin-bottom: 5px;
}

.product-details-price {
  margin: 20px 0 25px;
  position: relative;
}

.product-dcto {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #ff1818;
  color: #fff;
  font-weight: 500;
}

.product-details-price span.pos {
  font-size: 25px;
  color: #2c2c2c;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.product-details-price span.pre {
  font-size: 16px;
  color: #acacac;
  margin-left: 10px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: line-through;
}

.product-details-descrip {
  font-size: 12px;
  margin: 0 0 25px;
}

.product-details-sizes,
.product-details-quantity {
  margin-bottom: 13px;
}

.product-detail-title {
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.list-sizes {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.list-sizes span {
  margin: 5px;
  width: 45px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #ccc; */
  background: #fff;
  border-radius: 12%;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 4px #0003;
}

.list-sizes span.active {
  background: var(--themecolor);
  font-weight: 600;
}

.prices-list-box{
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.prices-list-box .table{
  width: auto!important;
  min-width: 245px;
  margin-bottom: 5px;
}

.content-btn-add {
  margin-top: 25px;
}

#modalManualScanner .input-group {
  margin-top: 15px;
}

.scanner-manual-descrip {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

#modalPreviewCart .modal-area {
  padding: 12px 4%;
}

#modalPreviewCart .prev-cart-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

#modalPreviewCart .prev-cart-content {
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

#modalPreviewCart .prev-cart-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 5px;
  position: relative;
  flex-wrap: wrap;
}

#modalPreviewCart .prev-cart-img {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalPreviewCart .prev-cart-img img {
  /* width: 100%; */
  max-width: 100%;
  border: 1px solid var(--themelightborder);
}

#modalPreviewCart .prev-cart-descrip {
  width: 72%;
  padding-left: 10px;
}

.prev-cart-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.prev-cart-sku {
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--themegraydark);
}

.prev-cart-price,
.prev-cart-quantity {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1;
}

.prev-cart-price span:first-child,
.prev-cart-quantit span:first-child {
  font-weight: 500;
}

.prev-cart-price span:first-child {
  font-size: 14px;
}

.prev-cart-price span:last-child {
  font-size: 11px;
  color: var(--themegraydark);
  text-decoration: line-through;
  margin-left: 5px;
}

.prev-cart-footer {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 2%;
}

.prev-cart-footer .btn-secondary {
  margin-bottom: 10px;
}

.prev-cart-btn-link {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 350px) {
  .install-md {
    left: 12.5px;
    width: calc(100% - 25px);
  }
}

/*****  PAYMENT RESULTS ******/
#appResultsPage {
  margin-bottom: 0 !important;
}

.container-card.container-order {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-order h1 {
  font-size: 14px;
  text-align: center;
  margin: 20px auto 15px;
  text-transform: uppercase;
}

.qr-box {
  width: 100%;
  padding: 2%;
  margin: 38px auto !important;
}

.qr-box img {
  display: none !important;
}

.qr-box canvas {
  margin: auto !important;
  text-align: center !important;
  max-width: 100%;
  display: flex !important;
}

.success-decrip {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
  max-width: 236px;
  margin: 10px auto;
}

.order-detail-box {
  margin: 40px auto;
  text-align: center;
  font-size: 13.5px;
  font-weight: 500;
  background: var(--themegraylight);
  padding: 12px 8px;
  width: calc(100% - 30px);
}

.order-detail-box div {
  line-height: 1;
  margin: 8px 0;
}
.order-detail-box b,
.order-nro {
  font-weight: 600;
}

.order-product-list {
  margin: 0 auto 15px;
  padding: 0 10px;
  /* min-height: 300px; */
  max-height: 300px;
  overflow-y: auto;
}

.order-product-item {
  display: flex;
  margin-bottom: 5px;
  border-top: 1px solid var(--themelightborder);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}

.order-product-img {
  width: 90px;
}

.order-title {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 13px;
}

.order-product-img img {
  display: block;
  border-radius: 6px;
  width: 100%;
  /* border: 1px solid var(--themelightborder); */
}

.order-product-detail {
  width: calc(100% - 95px);
  font-size: 12px;
  line-height: 1.1;
}

.order-product-detail div {
  margin-bottom: 5px;
}

.order-product-detail div:first-child {
  font-weight: 500;
}

.order-product-detail div:last-child {
  margin-bottom: 0;
}

.order-product-detail b {
  font-weight: 500;
}

.order-btn {
  text-align: center;
  margin: 25px auto;
  max-width: 230px;
}

.title-order-nro {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 45px auto;
}

.container-order.available .order-detail-box {
  background: var(--success);
  color: #fff;
}

.container-order.pending .order-detail-box {
  background: var(--warning);
  /* color: #fff; */
}

.container-order.not-available .order-detail-box {
  background: var(--danger);
  color: #fff;
}


/* .container-order.success .order-btn button{
  background: var(--success);
  color: #fff;
} */

/****** MANAGER  *****/

.manager {
  margin-bottom: 0 !important;
}

/***** LOGIN *****/

.admin-login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 0 32px 0;
  margin: 0 !important;
}

.admin-login-box {
  padding: 2.5rem 1.6rem;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  max-width: calc(100% - 15px);
  width: 350px;
  position: relative;
  border-radius: 5px;
}

.admin-login-box .brand {
  width: 80%;
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
}

.admin-login-form {
  margin-top: 50px;
}

.admin-btn-login {
  text-align: center;
  margin-top: 35px;
}

.scanner-controls {
  position: fixed;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-scan-control {
  background: var(--themecolor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
  padding-left: 1px;
  padding-top: 3px;
}

.btn-scan-control i {
  font-size: 45px;
  line-height: 0;
  width: 45px;
}

.btn-scan-control i.bx-play {
  width: 40px;
}

.verify-rs {
  text-align: center;
  margin: 25px auto -25px;
  display: none;
}

.verify-rs .bx-check-circle{
  font-size: 55px;
  color: var(--success);
}

.btn-back {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn-back i{
  margin-right: 5px;
}

.btn-back span{
  line-height: 1;
}

#appOrderViewerPage{
  margin-bottom: 0!important;
}

#modalSelectStores.modal.show {
  z-index: 15!important;
}