.indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(255,255,255,0.5);
  display: none;
}
.indicator.tools {
  display: block;
}
.indicator span{
  position: absolute;
  left: calc(50% - 50px);
  top:calc(50% - 150px);
  font-size: 70px !important;;
}

.body-header {
  height: 50px;
  background: #f6f9fd !important;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: fixed;
  padding: 0 15px;
width: calc(100% - 200px);
  z-index: 2;
  top: 40px;
}
.body-header .returnBack {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  text-align : center;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 5px
}
.body-header .returnBack:hover {
  background: rgba(0,0,0,0.1)
}
.body-header span.nav-head {
  display: inline-block;
  width: 200px;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
}
.body-header span.nav-content {
  display: inline-block;
  width: calc(100% - 210px);
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
}
.body-header span.nav-content ul  {
  height: 100%;
  text-align: right;
  list-style: none;
}
.body-header span.nav-content ul li.item {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  vertical-align: top;
    position: relative;
  padding: 5px;
}
.body-header span.nav-content ul li.item.shopSelected {
   background: rgba(0,0,0,0.2)
}
.t-body-button {
display: inline-block;
border:0;
border-radius: 3px;
font-size: 14px;
padding: 0 10px;
height: 40px;
vertical-align: top;
line-height: 40px;
cursor: pointer;
}

li.item .nav-item-add {
    font-size: 14px;
    margin: 2px 10px;
    border-radius: 50%;
    text-decoration: none;
    padding: 0;
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    background-color: var(--theme-1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  color: #fff;
  cursor: pointer;
}
li.item .nav-item-shop {
    font-size: 14px;
    margin: 2px 10px;
    border-radius: 50%;
    text-decoration: none;
    padding: 0;
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    background-color: var(--theme-1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  color: #fff;
  cursor: pointer;
}

li.item .nav-item-shop i {
     font-size: 12px;
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    top: -4px;
    right: 0;
  color: var(--theme-3)
}
.nav-item-list-shop {
  position: absolute;
  width: 300px;
  right: -300px;
  top:50px;
  background: #f6f9fd;
  border: 1px solid rgba(0,0,0,0.1);
}
.nav-item-list-shop ul.e-shop {
  padding: 0;
  list-style: none;
}
.nav-item-list-shop ul.e-shop li span.e-shop-item-txt {
   display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.nav-item-list-shop ul.e-shop li span.e-btn-group {
   display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  position: relative;
  height: 30px;
  padding: 0 10px;
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .cancel {
  position: absolute;
  width: 80px;
  height: 30px;
  line-height: 30px;
  left: 10px;
  border: 1px solid  var(--theme-1);
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .valider {
  position: absolute;
  font-size: 13px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  border: 1px solid  var(--theme-6);
  border-radius: 5px;
  text-decoration: none;
  color: var(--theme-6);
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .valider.prevent {
  pointer-events: none;
  cursor: default
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .details {
  position: absolute;
  font-size: 13px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  right: calc(50% - 40px);
  border: 1px solid  var(--theme-3);
  border-radius: 5px;
  text-decoration: none;
  color: var(--theme-3);
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .valider:hover {
  background: var(--theme-6);
     color: #fff;
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .details:hover {
  background: var(--theme-3);
     color: #fff;
}
.nav-item-list-shop ul.e-shop li span.e-btn-group .cancel:hover {
  background: var(--theme-1);
     color: #fff;
}

.btn-color {
background: var(--theme-1);
color: #fff;
}
.t-body-button-t {
  display: inline-block;
border: 0;
border-radius: 3px;
font-size: 14px;
padding: 0 10px;
height: 40px;
vertical-align: top;
line-height: 40px;
margin-left: 5px;
cursor: pointer;
background: transparent;
width: 45px;
}
.t-body-button-t:hover {
border: 1x solid rgba(0,0,0,0.1);
background: var(--theme-1);
color : #fff;
}