input.item-quantity {
    border: 2px solid #ededed;
    /*border-radius: 3px;*/
    text-align: center;
    width: 31px;
    /*width: 80px;*/
}
input.item-quantity::-webkit-inner-spin-button,input.item-quantity::-webkit-outer-spin-button{
    -webkit-appearance: none;
}

#cart{
    font-size: 14px;
}
.cart-item,.header-cart{
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 0;
    /*font-size: 12px;*/
}
.img-item{
    width: 30%;
}
.amount-item{
    width: 10%;
}
.name-item{
    /*width: 48%;*/
    padding-left: 8px;
}
.name-item>a{
    font-weight: 500;
    font-size: 13px;
}
.name-item>span{
    font-size: 10px;
}
.price-item {
    width: 30%
}
.cart-item>div>div{
    /*flex: 1;*/
}
.remove_cart{
    color: #fff;
    background: #000;
    font-size: 12px;
}
/*.amount-item>input{*/
/*    width: 31px;*/
/*    border: 2px;*/
/*}*/

/*table.cart tr th {*/
/*    padding: 10px 0px;*/
/*    margin-bottom: 10px !important;*/
/*    background-color: #efefef;*/
/*    border: 1px solid #e9e9e9;*/
/*}*/

td.remove a:before {
    content: "\e4f6";
    display: inline-block;
    font-family: "Phosphor";
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 20px;
}

.product_image img {
    margin: 10px 0px 10px;
}

/*table.cart tbody tr.item td {*/
/*    border: 1px solid #ddd;*/
/*}*/

/*button#update-cart:hover {*/
/*    background: #c6ab7f;*/
/*    color: #fff;*/
/*}*/


button#checkout, button#update-cart {
    line-height: 20px;
    height: 32px;
    font-weight: 500;
    background: none;
    color: #000;
}

button#checkout {
    background: #a70f17;
    color: #fff;
    letter-spacing: 0.25px;
    font-size: 14px;
    font-weight: 500;
}

/*button#checkout:hover {*/
/*    background: #b37c0a;*/
/*}*/

/*button#update-cart {*/
/*    margin: 20px 0 0;*/
/*}*/

/*td.remove a:hover:before {*/
/*    border-color: #c6ab7f;*/
/*    color: #c6ab7f;*/
/*}*/

.cart-visible {
    display: none;
}

.cart-buttons {
    padding-right: 0px;
}
/*.qty.qty-mobile {*/
/*    ali*/
/*}*/
.qty-mobile .ph-minus{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.qty-mobile [class*="ph-"]{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    font-size: 8px;
}
#layout-page input:not([type=checkbox]) {
    height: 31px;
}
#cart h1 {
    font-size: 29px;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    /*.price-item {*/
    /*    width: 30%*/
    /*}*/
    .name-item{
        width: 48%;
        padding-left: 35px;
    }
    .img-item{
        width: 12%;
    }
    .name-item>a{
        font-weight: 500;
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    /*.cart-hidden, table.cart thead {*/
    /*    display: none;*/
    /*}*/

    /*.cart-visible {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/

    /*.cart-visible .product_image {*/
    /*    padding: 0;*/
    /*}*/

    /*table.cart tbody tr.item td {*/
    /*    border: 1px solid #efefef;*/
    /*    display: block;*/
    /*    width: 100% !important;*/
    /*}*/

    /*table.cart tbody tr.item {*/
    /*    width: 100% !important*/
    /*}*/

    /*.cart-item.cart-visible {*/
    /*    padding-bottom: 20px;*/
    /*}*/

    /*.buttons.clearfix.pull-right {*/
    /*    float: initial !important;*/
    /*}*/

    /*.product-info .title, .product-info .qty, .product-info .price-text {*/
    /*    padding: 5px 0px;*/
    /*}*/

    /*input.item-quantity {*/
    /*    margin: 0 5px;*/
    /*    width: 40% !important;*/
    /*}*/

    /*.remove-xs a {*/
    /*    color: #f00;*/
    /*}*/

    /*.product-info .price-text .price {*/
    /*    color: #f00;*/
    /*    font-weight: 600*/
    /*}*/

    /*#cart h1 {*/
    /*    margin-bottom: 15px;*/
    /*}*/
}
@media (max-width: 767px) {
    #cart h1{
        font-size: 19px;
        letter-spacing: 1.5px;
    }
    .name-item{
        width: 40%;
    }
    .price-item>span,.bottom-cart{
        font-size: 14.5px;
    }
    .cart-buttons{
        font-size: 11px;
    }
    button#checkout{
        font-size: 12px;
    }
    .qty-mb>a{
        line-height: 30px;
        width: 25px;
        border: 1px solid #eeeeee;
        font-size: 10px;
    }
    .qty-mb input {
        padding: 0;
        border: 1px solid #eeeeee;
        height: auto;
        min-width: 36px;
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .cart-item>div,.cart-buttons>div,.header-cart>div{
        padding-left: 0;
        padding-right: 0;
    }
}
