.login-button{
    padding: 10px !important;
    color: #3e4095 !important;
    border: 1px solid #3e4095 !important;
    -webkit-transition: all 0.4s ease-out !important;
    transition: all 0.4s ease-out !important;
}

.login-button:hover {
    color: #fff !important;
}

.text-sm.text-red-600.dark\:text-red-400.space-y-1.mt-2 {
    color: red;
}

.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

.minicart {
    position: relative;
    margin-top: 0.1875em;
    vertical-align: top;
}

.wishlist-count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #5c13ab;
    color: #fff;
    border-radius: 50%;
    font-size: 0.625rem !important;
    font-weight: 700;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    text-align: center;
}

.variant_option.active label {
    background: #5d6c8d;
    color: #fff;
    border-color: #5d6c8d;
}

.collec_action a{
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

.show-heart.wishlist-container{
    opacity:1;
    display: flex;
    visibility:visible;
}

.btn_heart.active {
    background:#3e4095;
}

.wishlist-container.no-background{
    background:none;
}