.layout_tb_cart .main_cart table{
  width:100%;
  border:1px solid lightgrey;
}
.layout_tb_cart .main_cart table thead tr th{
  padding:12px;
  border-bottom:1px solid lightgrey;
}

.layout_tb_cart .main_cart table tbody tr{
  border-bottom:1px solid lightgrey;
}

.layout_tb_cart .main_cart table thead tr .info_product_cart{
  width:50%;
}

.layout_tb_cart .main_cart table thead tr .price_tb_cart{
  width:10%;
}

.layout_tb_cart .main_cart table thead tr .quantity_cart{
  width:20%;
}

.layout_tb_cart .main_cart table thead tr .total_price{
  width:20%;
}

.image_product_cart img{
  width:110px;
  height:165px;
}
.product_cart{
  display:flex;
  align-items:center;
}

.product_cart .text_info_cart{
  padding-left:10px;
}


.product_cart .text_info_cart .name{
  color:#484343fa;
  font-size:14px;
  font-weight:600;
  margin-bottom:3px;
}

.product_cart .text_info_cart .attr_cart{
  color:#333;
  font-size:14px;
  font-weight:600;
  line-height:14px;
}

.product_cart .text_info_cart .delete_cart_item a{
  color:red;
  font-size:12px;
  font-weight:600;
}

.price_cart{
  font-size:16px;
  font-weight:600;
  color:#484343fa;
  text-align:center;
}

.total_price{
  text-align:center;
  font-size:16px;
  font-weight:600;
}

.td_total{
  text-align:center;
  font-size:16px;
  font-weight:600;
  color:red;
}

.group_total{
  display: flex;
  justify-content: right;
}


.group_total .pc-total{
  width:400px;
  height:auto;
}















