.navbar-nav .nav-link.user {
    position: relative;
    overflow: visible !important;
    padding-top: 4px !important;
}
.user__btn {
    background-color: transparent;
    background-image: url(../Icons/user.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
}
.user__box {
    background-color: #fff;
    color: #1f1f1f;
    margin-top: 1rem;
    opacity: 0;
    padding: 1.3333333333rem 1.3333333333rem 0.6666666667rem;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 192px;
    width: 16rem;
    -webkit-box-shadow: 0 4px 18px -2px rgba(0,0,0,.3);
    box-shadow: 0 4px 18px -2px rgba(0,0,0,.3);
    font-weight: 400;
    text-transform: none;
}
.user-focus .user__box {
    opacity: 1;
    visibility: visible;
}
.user__box:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0.6666666667rem 0.6666666667rem;
    content: "";
    position: absolute;
    right: 8px;
    top: -8px;
}
.user-with-a-basket::after
{
  background-image: url(../img/sprites.png?=1708615086851);
  background-position: -58px -147px;
  background-repeat: no-repeat;
  background: #e84822ed;
  color: #fff;
  content: attr(data-n);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: 13px;
  letter-spacing: 0;
  line-height: 30px;
  position: absolute;
  top: 20px;
  width: 21px;
  height: 21px;
  /* padding: 2px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.user__box .btn
{
  border: none;
  margin-bottom: .6666666667rem;
  outline: 1px solid #e84822ed;
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  border-color: #e84822ed;
  font-weight: 700;
  color: #e84822ed;
  color: inherit;
  display: inline-block;
  padding: .6666666667rem 1.3333333333rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
.user__countdown
{
  bottom: 0;
  color: #000;
  font-size: 12px;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.3rem;
  right: 0;
  text-align: center;
  top: 0;
  display: block;
}
.user__checkout
{
  display: block;
  flex: 1;
  background-color: #e84822ed;
  color: #fff;
  padding: 15px 25px;
  transition: background 0.4s ease;
}
.user__checkout:hover
{
  background-color: #f55c36ed;
}
#navbar-controls #account-mobile{
  display:none;
  position: relative;
}
#navbar-controls #account-mobile::after {
  right:10px;
  left:auto;
}
@media screen and (max-width:1199px){
  #navbar-controls #account-mobile{
    display:inline-block;
  }
}