/* BHS_HEADER_ACTION_CLEAN_V106 */

.hf-main .hf-actions{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:282px!important;
}

.hf-main .hf-action-box,
.hf-main .hf-login-wrap,
.hf-main .hf-cart-wrap{
  position:relative!important;
  display:flex!important;
  flex:0 0 86px!important;
  width:86px!important;
  min-width:86px!important;
  max-width:86px!important;
  height:64px!important;
  margin:0!important;
  padding:0!important;
  align-items:flex-start!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

.hf-main .hf-action-link,
.hf-main .hf-login-trigger,
.hf-main .hf-cart-link{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:4px!important;
  width:100%!important;
  height:64px!important;
  min-height:64px!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  text-decoration:none!important;
  text-align:center!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
}

.hf-main .hf-action-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  margin:0!important;
  padding:0!important;
  font-size:29px!important;
  line-height:1!important;
  transform-origin:center!important;
}

.hf-main .hf-action-icon-cargo{
  transform:scale(1.42)!important;
}

.hf-main .hf-action-icon-login{
  transform:scale(1)!important;
}

.hf-main .hf-action-icon-cart{
  transform:scale(1.37)!important;
}

.hf-main .hf-action-label{
  display:block!important;
  width:100%!important;
  min-height:16px!important;
  margin:0!important;
  padding:0!important;
  color:#333!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:16px!important;
  text-align:center!important;
  white-space:nowrap!important;
}

.hf-main .hf-cart-link>b{
  position:absolute!important;
  top:-5px!important;
  right:13px!important;
  z-index:5!important;
  display:grid!important;
  place-items:center!important;
  min-width:18px!important;
  height:18px!important;
  margin:0!important;
  padding:0 4px!important;
  border-radius:999px!important;
  background:var(--store-primary,#db4385)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:18px!important;
  box-sizing:border-box!important;
}

.hf-main .hf-action-link::before,
.hf-main .hf-action-link::after,
.hf-main .hf-login-trigger::before,
.hf-main .hf-login-trigger::after,
.hf-main .hf-cart-link::before,
.hf-main .hf-cart-link::after{
  content:none!important;
  display:none!important;
}

.hf-main .hf-login-popup,
.hf-main .hf-mini-cart{
  right:0!important;
}

@media(max-width:1000px){
  .hf-main .hf-actions{
    min-width:246px!important;
    gap:5px!important;
  }

  .hf-main .hf-action-box,
  .hf-main .hf-login-wrap,
  .hf-main .hf-cart-wrap{
    flex-basis:78px!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
  }

  .hf-main .hf-action-label{
    font-size:10px!important;
  }
}
