﻿
.fa-user-circle {
    color: #480066 !important;
}
.p-0{
    padding:0
}
.product-img-small {
    width: max-content; /* 宽度跟随容器 */
    aspect-ratio: 1 / 1; /* 保持正方形比例 */
    margin: 7px 15px 8px 25px;
    object-fit: cover;
    object-position: center;
    background-color: #f6f6f6;
}
._quantity {
    display: flex;
    border: #e6e6e6 1px solid;
    border-radius: 5px;
    width: 100px;
}

._quantity .mud-input {
    width: 40px !important;
}

._quantity .mud-icon-root {
    width: 1rem;
    color: #505050;
    margin: 0 3px;
}

._quantity .mud-input-control.mud-input-number-control.mud-input-showspin .mud-input:not(.mud-input-adorned-end).mud-input-outlined input.mud-input-root-margin-dense {
    text-align: center;
    padding: 4px 0;
}

._quantity .mud-input-control.mud-input-number-control .mud-input-numeric-spin {
    display: none;
}

._quantity .mud-input.mud-input-outlined .mud-input-outlined-border {
    border: none;
}

    ._quantity .mud-input-control.mud-input-control-margin-dense {
/*        margin: 0px 0px;*/
    }
._nameitem{
    min-height:60px;
}
._qty_addcart {
    display: flex;
    margin-top:5px;
}

    ._qty_addcart ._buttonAddtocart {
        background: #b4a9da;
        width: 100%;
        margin-left: 20px
    }
    ._qty_addcart .mud-button {
        margin-top:0px;
        padding:10px 12px;
        height:40px;
        background:#fef4f3
    }
    .sub-item-list {
        border-radius: 12px;
        font-size: .55rem !important;
        height: 18px !important;
        padding: 0 4px !important;
        margin: 0 5px 0 0 !important;
        /* border-radius: 2px !important;*/
        color: #000;
        /*    background:#ebe6ff*/
    }
    .sub-item-list .mud-avatar-filled {
        background: #505050;
        color: #fff;
    }

.mud-input.mud-input-outlined .mud-input-outlined-border{
    border-radius:0 !important
}
@media (max-width:720px) {
    .checkout-item-row {
        grid-template-columns: auto 100px 110px;
    }
    .product-img-small {
        margin: 0px 15px 0px 5px;
    }
    .product-img-small {
        height: 80px;
    }
    ._nameitem {
        min-height: 35px;
        margin-bottom:5px;
    }
}
@media (max-width:430px) {
    ._qty_addcart {
        margin-top: 0px;
    }
    .mud-typography-subtitle1 {
       font-size:.8rem;
       font-weight:400
    }

  
}