.mobile-cart {
    border-radius: 8px;
    background: #FFF;
    padding: 16px 16px 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-cart .order-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mobile-cart .order-info .cart-icon {
    position: relative;
}
.mobile-cart .order-info .cart-icon .products-amount {
    background-color: #262626;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    width: 14px;
    height: 14px;
    right: -3px;
    top: -1px;
}
.mobile-cart .order-info .products-counter .products {
    font-family: "Inter";
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-bottom: 0;
}
.mobile-cart .order-info .products-counter .price {
    font-family: "Inter";
    color: rgba(38, 38, 38, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-bottom: 0;
}
.mobile-cart .order-info .products-counter .price span {
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.13px;
}
.mobile-cart .checkout-btn {
    padding: 10px 16px;
    background-color: #262626;
    border-radius: 32px;
    display: inline-block;
    font-family: "Inter";
    color: #ffffff;
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
