.cart_count,
.wishlist_count {
    position: relative;
    top: -8px;
    left: 0;
    font-size: 11px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width:991px) {
    .mobilebottom {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .cart_count,
    .wishlist_count {
        top: -8;
    }
}

@media only screen and (max-width: 480px) {
    h6 {
        font-size: 14px;
    }
}

i.bi.bi-person {
    font-size: 24px;
    color: #8d8a8a;
}

.card {

    background-color: #f8f8f800;
    padding: 10px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
}
.card_1 {

    background-color: #f8f8f800;
    padding: 10px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    border: 1px solid #b7b5b5;
    border-radius: 10px;
    background: #ff000014;
}
.card_3 {

    background-color: #bbde6066;
    padding: 10px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    border: 1px solid #b7b5b5;
    border-radius: 10px;
  
}
.card_7 {

    background-color: #bbde6066;
    padding: 10px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    border: 1px solid #b7b5b5;
    border-radius: 10px;
  
}
.card_8 {

    background: #cddc3954;
    padding: 10px 3px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 6%);
    border: 1px solid #b7b5b5;
    border-radius: 10px;
  
}
.BlueButton {
    background: #3fbcdb;
    color:white;
}