@media screen and (max-width: 700px)
{ 

#pcart_product_head
{
	display:none;
}
.pcart_delete {
    padding-top: 20px;
}
.pv
{
	display:flex;
	    justify-content: space-evenly;
}
.pcart_quantity, .pcart_price {
    padding-top: 26px;
}
.pcart_product:after {

    bottom: -30px;
    
}
.pcart_product {
    margin-bottom: 58px;
    position: relative;
}
#pcart_sum {
    font-size: 18px;
    line-height: 1.3;
 
    font-weight: bold;
}

#pcart_send {
   
    display: block;
}

#pcart_title_head, .pcart_title {
    float: none;
    width: auto;
    text-align: left;
}
#pcart_quantity_head, .pcart_quantity {
    float: none;
    width: auto;
    text-align: center;
}
#pcart_price_head, .pcart_price {
    float: none;
    width: auto;
    text-align: center;
}
}