.account-toggler {
  position: relative;
}

.account-toggler button .h5 {
  align-items: center;
  display: flex;
  color: white;
  margin-bottom: 0;
  margin-left: 10px;
}

.account-toggler__icon {
  display: block;
  fill: white;
  height: 19px;
  width: 19px;
}

@media screen and (max-width: 1399px) {
  .offcanvas .account-toggler__btn {
    display: none;
  }
}

.account-toggler__btn {
  align-items: center;
  display: flex;
}

.account-toggler__btn,
.account-toggler__btn:focus,
.account-toggler__btn:active,
.account-toggler__btn:hover {
  background: transparent;
  box-shadow: none;
  border: 0;
  outline: none;
}

.account-toggler__btn .arrow {
  display: flex;
  margin-top: 5px;
  font-size: 10px;
}

.account-toggler__content {
  background: white;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 100px;
  right: 0;
  max-width: 100%;
  min-width: 375px;
  transition: max-height 300ms ease-in-out, top 300ms ease-in-out, overflow 0ms 300ms, opacity 100ms linear 200ms, padding 100ms ease-in-out 300ms;
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .account-toggler__content {
    top: 130px;
    right: 130px;
  }

  .site-navigation--minimal .account-toggler__content {
    top: 81px;
    right: 139px;
  }
}

@media screen and (max-width: 1399px) {
  .account-toggler__content {
    margin-right: 99px;
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .account-toggler__content {
    margin-right: 9px;
  }
}

.account-toggler__content.open {
  pointer-events: all;
  opacity: 1;
  transition: max-height 300ms ease-in-out, top 300ms ease-in-out, overflow 0ms 300ms, opacity 100ms linear 200ms, padding 100ms ease-in-out 0ms;
}

.account-toggler__content::before {
  background: white;
  content: "";
  height: 20px;
  right: 30px;
  position: absolute;
  transform: rotate(45deg);
  top: -10px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .account-toggler__content::before {
    right: 60px;
  }
}

.account-toggler__content a,
.account-toggler__content a:hover,
.account-toggler__content a:active,
.account-toggler__content a:focus,
.account-toggler__content a:visited {
  text-decoration: none;
}

.account-toggler__content .account {
  display: flex;
}

.account-toggler__content .account + .account {
  margin-top: 20px;
}

.overlay-account-controls {
  margin-right: 10px;
}

.account-toggler__content .overlay-account-subtitle {
  font-size: 10px;
  margin: 5px 0 0 auto;
}


.header-cart {
  display: flex;
  margin-left: 35px;
}

@media screen and (max-width: 1399px) {
  .header-cart {
    height: 90px;
    background: #d20001;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 90px;
    margin-left: 0!important;
  }
}

@media screen and (max-width: 767px) {
  .header-cart {
    height: 60px;
    min-width: 60px;
    margin-left: 0!important;
  }
}

@media screen and (max-width: 1399px) {
  .offcanvas .header-cart {
    background: transparent;
  }

  .offcanvas .header-cart i {
    display: none;
  }

  .offcanvas .header-cart .cart-label {
    display: none;
  }

  .offcanvas-body .actions {
    background: transparent!important;
  }
  .offcanvas-body .actions .btn {
    display: none;
  }
}


.header-cart i {
  color: white;
}

.badge {
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100%;
  color: #d20001;
  font-weight: 400;
  transform: translateY(7px);
  height: 22px;
  width: auto;
}

.collapsible-cart {
  display: flex;
  flex-direction: column;
}

.cart {
  background: white;
  right: 9px;
  top: 100px;
  opacity: 0;
  max-width: calc(100vw - 18px);
  pointer-events: none;
  position: fixed;
  padding: 30px;
  transition: all 200ms ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .cart {
    top: 134px;
    right: 20px;
  }

  .site-navigation--minimal .cart {
    top: 90px;
  }
}

.cart::before {
  background: white;
  content: "";
  height: 20px;
  right: 15px;
  position: absolute;
  transform: rotate(45deg);
  top: -10px;
  width: 20px;
}

@media screen and (min-width: 1400px) {
  .cart::before {
    right: 46px;
  }
}

.cart.active,
.cart.open,
.header-cart.active .cart {
  pointer-events: all;
  opacity: 1;
}

.cart .media-img {
  height: 80px;
  width: auto;
}

.cart-item .close,
.cart-item .close:hover,
.cart-item .close:focus,
.cart-item .close:active {
  background: transparent;
  border: 0;
  margin-left: auto;
  box-shadow: none;
  outline: none;
}

.cart-item {
  margin-bottom: 20px;
}

.cart-item .close {
  height: 40px;
  padding: 10px;
  width: 40px;
}

.cart-item .row {
  align-items: center;
}

.cart-item-details {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .cart-item-details {
    width: 100%;
  }
}

.cart-top-bar {
  display: flex;
  justify-content: flex-end;
}

.btn--close-cart {
  cursor: pointer;
  margin-right: -30px;
  margin-top: -15px;
  width: fit-content;
}

.btn--toggle-cart,
.btn--toggle-cart.disabled {
  display: flex;
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  top: -20px;
  padding: 0;
  opacity: 0;
}

.btn--toggle-cart.disabled {
  pointer-events: none;
}


@media screen and (min-width: 1400px) {
  .btn--toggle-cart {
    right: 30px;
    top: -91px;
  }

  .site-navigation--minimal .btn--toggle-cart {
    top: -47px;
  }
}

.btn--next-step,
.btn--next-step.disabled {
  background-color: #d20001;
  color: #fff;
  border: 0;
  border-radius: 1.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 95%;
  margin: 0 auto;
  padding: .75rem 1.5625rem;
  -webkit-transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out,color 250ms ease-in-out;
  width: 100%;
}

@media(min-width: 576px) {
  .btn--next-step,
  .btn--next-step.disabled {
    display:inline-block;
    vertical-align: top;
    width: auto
  }
}

@media(min-width: 1200px) {
  .btn--next-step,
  .btn--next-step.disabled {
    border-radius:1.5625rem;
    font-size: 1.25rem;
    padding: .9375rem 1.875rem
  }
}

.btn--next-step.disabled {
  opacity: .5;
}

.p-item-price {
  display: flex;
  align-items: center;
}

.shopping-cart--empty {
  background: white;
  color: #212529;
}
