
.card {
    border:none;
}
.table-shopping-cart-v2 {
    border-collapse: collapse;
    width: 100%;
  }
  
  .table-shopping-cart-v2 tr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }

  .table-shopping-cart-v2 .table_head td {
    font-family: Poppins-Bold;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-shopping-cart-v2 tbody > tr > td:first-child {
    width: 40%;
    display: inline-block;
}


.table-shopping-cart-v2 tbody > tr > td:nth-child(2) {
    position: relative;
    width: 20%;
    display: inline-block;
}
.table-shopping-cart-v2 tbody > tr > td:nth-child(3) {
    position: relative;
    width: 20%;
    display: inline-block;
}
.table-shopping-cart-v2 tbody > tr > td:nth-child(4) {
    width: 20%;
    display: inline-block;
}
.info_product{
    position: relative;
    padding-left: 5em;
    top: -3em;
}
.name_product{
    font-weight: bold;
    color: black !important;
}
.tit_prod{
    display: none;
}

.itemside{
    margin-top: 40px;
    margin-left: 20px;
}

td{
    text-align: center; 
    vertical-align: middle;
}
.table_head{
    visibility:visible;
}


@media only screen and (max-width: 600px) {
    
    .table_head{
        visibility:collapse;
    }
    .js-show-cart{
        display: none;
    }
    .table-shopping-cart-v2 td {
    font-family: Poppins-Regular;
    color: #555;
    line-height: 1.6;
    }
    .table_product {
    width: 100%;
    margin-bottom: 1rem;
    color: #343a40;
    background-color: transparent;
    }
    .table-shopping-cart-v2 tbody > tr {
        margin: 5%;
        border-bottom: 1px solid #e6e6e6;
    
    }
    .table-shopping-cart-v2 tbody > tr > td:first-child {
        width: 100%;
        display: inline-block;
    }
    
    .table-shopping-cart-v2 tbody > tr > td:first-child .aside {
        display: block;
    }
    .table-shopping-cart-v2 tbody > tr > td:nth-child(2) {
        position: relative;
        left: 12em;
        width: 22%;
        display: inline-block;
    }
    .table-shopping-cart-v2 tbody > tr > td:nth-child(3) {
        position: relative;
        right: 5em;
        width: 35%;
        display: inline-block;
        padding: 10px 5px;
        text-align: right;
    }
    .table-shopping-cart-v2 tbody > tr > td:nth-child(4) {
        width: 40%;
        display: inline-block;
        padding: 10px 5px;
        text-align: right;
    }
    
    .itemside {
    position: relative;
    display: flex;
    /*width: 100%;*/
    }
    .aside{
        display: block;
    }
    .info_product{
        position: static;
        padding-left: 15px;
        top: 0;

    }
    .name_product{
        font-weight: bold;
        color: black !important;
    }
    .tit_prod{
        display: block;
        margin : 0;
    }
    .price_prod{
        margin : 0;
        font-weight: bold;
        color: black !important;
    }
  }
