﻿.MenuParts .callUsNb{
  pointer-events: unset !important;
  z-index: 100 !important;
}
.loyaltyl {
  display: block;
}
.current-level::after{
  display: none;
}
.current-level::before{
  display: none;
}
.current-level{
  background-color: transparent;
  background-image: url('./images/loyalty-level-1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lvl1 .current-level{
  background-color: transparent;
  background-image: url('./images/loyalty-level-1.png');
  background-size: 123px;
  background-position: center center;
  background-repeat: no-repeat;
}

.lvl2 .current-level{
  background-color: transparent;
  background-image: url('./images/loyalty-level-2.png');
  background-size: 123px;
  background-position: center center;
  background-repeat: no-repeat;
}

.lvl3 .current-level{
  background-color: transparent;
  background-image: url('./images/loyalty-level-3.png');
  background-size: 123px;
  background-position: center center;
  background-repeat: no-repeat;
}

li.lvl-1{
  content: '' !important;
  background-image: url('./images/loyalty-level-1.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 26px;
}

li.lvl-2{
  content: '' !important;
  background-image: url('./images/loyalty-level-2.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 26px;
  margin-left: 26px;
}

li.lvl-3{
  content: '' !important;
  background-image: url('./images/loyalty-level-3.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 26px;
  margin-left: 26px;
}
.zmdi-star-circle:before{
  content: '' !important;
}
.p2nexti li .name{
  text-align: center;
  width: 62px;
  margin-top: 21px;
}
.p2nexti li{
  height: 53px;
  margin-top: 15px;
  background-size: 123px !important;
}
.header-loyalty-value::before{
  display: none;
}
.header-loyalty-value{
  background-color: transparent;
  height: 62px;
}
.header-loyalty-value::before{
  background-image: url(./images/loyalty-level-1.png);
  background-size: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  display: block;
  background-color: transparent;
  opacity: 1;
  transform: none;
  display: block !important;
}
.loyaltylvl1.header-loyalty-value {
  background-color: transparent;
  height: 62px;

}
.loyaltylvl1.header-loyalty-value::before{
  background-image: url(./images/loyalty-level-1.png);
  background-size: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  display: block;
  background-color: transparent;
  opacity: 1;
  transform: none;
}
.loyaltylvl2.header-loyalty-value{
  background-color: transparent;
  height: 74px;
}
.loyaltylvl2.header-loyalty-value::before{
  background-image: url('./images/loyalty-level-2.png');
  background-size: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  display: block;
  background-color: transparent;
  opacity: 1;
  transform: none;

}
.loyaltylvl2.header-loyalty-value span{
  bottom: 24px;
}

.loyaltylvl3.header-loyalty-value{
  background-color: transparent;
  height: 62px;
}
.loyaltylvl3.header-loyalty-value::before{
  background-image: url('./images/loyalty-level-3.png');
  background-size: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  display: block;
  background-color: transparent;
  opacity: 1;
  transform: none;
}
.header-loyalty-value{
  color: #000;
}
.MenuParts .bag{
  background-color: transparent !important;
}

.menuList.bag::before{
    color: #fff !important;
    margin-right: 0 !important;
}
@media (max-width: 768px) {
  .MenuParts .bag {
      top: -9px;
  }
}
.header-loyalty-value span{
  color: #fff !important;
}
.checkoutID .totalPrice::before{
  content: 'Total (Including VAT)' !important;
  text-transform: unset !important;
}
.checkoutID .totalPrice::after{
  content: 'Including delivery fee' !important;
  font-family: textfont;
  position: absolute;
  left: 0;
  color: #999;
  font-weight: normal;
  opacity: .5;
  bottom: 19px;
}
@media (max-width: 768px) {
  .header-loyalty-value{
    right: unset !important;
    left: 46px;
  }
  .header-loyalty-value.has-go-back{
    left: 60px;
  }
  li.lvl-1{
    margin-right: 8px;
  }
  li.lvl-2{
    margin-right: 7px;
    margin-left: 10px;
  }
  li.lvl-3{
    margin-right: 0;
    margin-left: 8px;
  }
  .rd-title{
    margin-top: calc(100vh - 610px);
  }
  .accname img{
    height: 37px;
  }
  .go-back{
    left: 32px;
  }
}

.loyalty-details p + p{
  margin-top: 0;
}
.loyalty-details strong{
    font-weight: normal;
    color: var(--primary-color);
    font-family: titlefont;
}
.header-loyalty-value{
    top: 15px;
}
.header-loyalty-value span{
    bottom: 5px;
    font-size: 8px;
}
@media (max-width: 768px) {
    .header-loyalty-value {
        right: unset !important;
        top: 0 !important;
        left: 46px;
    }
    .header-loyalty-value.has-go-back{
        left: 60px;
    }
    .header-loyalty-value span {
        bottom: 8px;
        font-size: 8px;
    }
    .loyaltylvl2.header-loyalty-value{
        top: -8px !important;
    }
}
.loyalty-w li.lvl-2, .loyalty-w li.lvl-3, .loyalty-w li.lvl-4{
    opacity: 1;
}
.loyalty-w li.lvl-2 .name, .loyalty-w li.lvl-3 .name, .loyalty-w li.lvl-4 .name{
    opacity: .4;
}
.header-loyalty-value span{
  bottom: 22px;
}
@media(max-width: 376px){
  /* .loyaltylvl1.header-loyalty-value::before{
    background-size: 92px;
  }
  .loyaltylvl2.header-loyalty-value::before{
    background-size: 92px;
  }
  .header-loyalty-value{
    left: 54px;
  }
  .loyaltylvl2.header-loyalty-value span{
    bottom: 27px;
  }
  .loyaltylvl1.header-loyalty-value span{
    bottom: 22px;
  } */
}
#bobPaymentsModalID.payment-type-worldpay .parts{
  background-color: transparent !important;
}
.p2nexti li .name{
    color: #0e1f32 !important;
}
.loyaltylvl2.header-loyalty-value{
    top: 7px;
}