/* cart */

.platki.cart {
    display: flex;
    padding: 5px;

}

.fix-cart{
    position: relative;
    text-decoration: none;

}
.badge{
    position: absolute;
    font-weight: 500;
    font-size: 13px !important;
    top: 6px;
    left: 11px;
    height: 15px;
    padding: 2px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 15px;
    z-index: 100;
}

/* cart end */