﻿.cart-bubble {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #E1B637;
    font-size: 10px;
    border-radius: 1rem;
    width: 15px;
    height: 15px;
    text-align: center;
}
.cart-lock {
    position: absolute;
    top: 22px;
    right: 5px;
    background-color: #E1B637;
    border-radius: 1rem;
    width: 15px;
    height: 15px;
    text-align: center;
}
.img-lock {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 7px;
}


@media (max-width: 991px) {
    .cart-bubble {
        width: 17px;
        height: 17px;
        top: 2px;
        font-size: 11px;
    }
    .cart-lock {
        width: 17px;
        height: 17px;
    }
    .img-lock {
        top: 3px;
        left: 5px;
        width: 8px;
    }
}
