/** Shopify CDN: Minification failed

Line 122:28 Expected identifier but found bad string token
Line 122:29 Unterminated string token

**/
.mimicart-item__remove {
  width: 1.5rem;
  padding: 0;
  display: inline-block;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background: none;
  color: #000;
  border: none;
}

.header-cart {
  position: relative;
  padding: 10px 0;
}
.product-minincart {
  position: absolute;
  border-top: 0.3rem solid #000;
  top: 100%;
  right: 0;
  text-align: center;
  color: #666;
  width: 31rem;
  background: #fff;
  padding: 2rem 1rem;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  margin-top: 3rem;
  transition: all 0.4s;
}

@media (max-width: 350px) {
  .product-minincart {
    right: -10px;
  }
}

.product-minincart .list-mimicart {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 377px;
}

.minicart-item {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
}

.minicart-item .image-product {
  min-width: 30%;
}
.minicart-price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-left: 1rem;
  font-size: 1.4rem;
  margin: 0;
}

.minicart-price .quantity {
  margin: unset;
  width: max-content;
  height: 25px;
}

.product-minincart.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all ease 0.5s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
mini-cart-remove-button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.minicart-price a {
  width: 100%;
  color: #000;
  line-height: 1.4;
}
.totals {
  padding: 1rem 0 1.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color:rgb(0, 0, 0);
  font-weight: 700;
  letter-spacing: 1px;
}

.cart .totals {
  padding: 1rem 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.goto-cart a {
  padding: 1rem 1.5rem;
  display: inline-block;
  width: 100%;
  background-color: #000;
  margin-bottom: 1.5rem;
  color: #fff;
  visibility: hidden;
}
.cart__checkout-button {
  background-color: #FF56CC;"
  width: 100%;
  border-radius: 5px;
  font-weight: 900;
}
.product-minincart .quantity__input {
  height: 2.5rem;
  width: 50px;
  flex-grow: unset;
}

.product-minincart .mimicart-item__remove:hover {
  cursor: pointer;
}

.header-cart .header__icon,
button.show_login {
  margin-right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  line-height: 48px;
}
.header-cart .header__icon:hover,
button.show_login:hover {
  background-color: var(--color-base-link-hover);
}

.header-cart .header__icon .icon {
  padding: 0;
  width: 4rem;
  height: 4rem;
  margin-top: 3px;
}

.header-cart .header__icon:hover .icon {
  transform: scale(1);
}

/* CSS */
img.mimicart-item__image {
  width: 80px;
  height: 80px;
}
span.old-total_price {
  color: #ccc;
  font-weight: 600;
  font-size: 20px;
  text-decoration: line-through;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .header-cart .header__icon,
  button.show_login {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
