#pc_selections_container, .pc_cart_container, .pc_cust{
    display: none;
}

.pc_selection img{
    border: 1px solid #d6d4d4;
}

.pc_summary{
    display: table;
    color: #666;
    margin-top: 10px;
}

.pc_summary > div{
    display: table-row;
}

.pc_summary > div > span{
    display: table-cell;
}

.pc_group_name{
    font-weight: bold;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .cart_product img{
        max-width: 100%;
    }
}
