.shop-card{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
    justify-items: center;
    justify-content: space-between;
    border: 1px solid  rgba(31, 74, 78, 1);
    /*width: 170px !important;*/
    height: 400px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 12px;
}

.shop-card img{
    width:100%;
    height: 200px;
    background: rgba(31, 74, 78, 1);
    border-radius:8px ;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.BTNholder{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative ;
}

.not-login{
    /*width: 170px;*/
    height: 284px;
    background: rgba(126, 122, 122, 0.52);
    position: absolute;
    z-index: 100;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.not-login p{
    font-size: 30px;
}

.Buy-btn{
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: #46D14C;
    border-radius: 6px;
}
.Gif-btn{
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: #7d6a6a;
    border-radius: 6px;
}
.counters{
    position: relative;
    width: 90px;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    padding: 4px;
}
.counters button{
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 6px;
    border: none;
}
.counters input{
    position: relative;
    width: 40px;
    height: 24px;
    border-radius: 6px;
    border: none;
    background: #292936;
    color: white;
    font-size: 17px;
    outline: none;
}