/** Shopify CDN: Minification failed

Line 7:0 Unexpected "}"

**/

}


.cart-cstm-sidebar .quantity-gt > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.quantity-gt  * {
    outline: none!important;
    box-shadow: none!important;
}
.quantity-gt .btn__spinner {
      display: none !important;
}
.cart-cstm-sidebar .quantity-gt > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.cart-cstm-sidebar .quantity-gt div input {
    background: transparent !important;
    position: relative;
    top: 5px;
    min-width: auto;
    text-align: center;
    width: 44px;
    padding: 0 !important;
}
.cart-cstm-sidebar .quantity-gt div .absolute.right-0 {
    position: static;
    background: transparent;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
section#theme__cart {
    position: relative;
    z-index: 99999;
}

a#custom_animation-1 {
    transform: translateX(50%);
    z-index: 2;
    transition: all .5s ease;
}

a#custom_animation-2 {
    opacity: 0;
    transition: all .5s ease;
}

section#template--18815056379948__content_grid_xUYde7:hover a#custom_animation-1 {
    transform: translate(0);
}


section#template--18815056379948__content_grid_xUYde7:hover a#custom_animation-2 {
    opacity: 1;
}

@media screen and (max-width:991px){
    a#custom_animation-1 {
        transform: translate(0);
 
    }
    a#custom_animation-2 {
    opacity: 1;
    }
}



