.ecom_cart select{
    width: 100%;
    height: 44px;
    border: none;
    padding: 0 18px;
    background: #f0f0f0;
    border-radius: 40px;
    border-radius: 15px !important;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.cart-proceed-btn{
    margin-bottom: 14px;
    width: 100%;
    min-height: 57px;
    padding: 23px 47px 14px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    border: none;
    font-size: 14px;
    min-width: 167px !important;
    padding: 14px 40px 14px !important;
    border-radius: 15px !important;
    text-transform: uppercase;
    background: rgba(155,172,144,1) !important;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .ecom__cart-table th, .ecom__cart-table td {
        text-align: center;
        width: 25%;
    }

    .ecom__cart-table tbody tr {
        border-top: 1px solid #dcdcdc;
    }

    .ecom__cart-table thead th:first-child {
        width: 35%;
    }

    .ecom__cart-table tbody td:first-child {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .ecom__cart-table tbody td:last-child {
        display: table-cell;
    }

    .ecom__cart-table tbody td {
        padding: 10px 0;
    }

    .ecom__cart-item-img {
        max-width: 50%;
    }

    form.ecom__delete-cart-item {
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .ecom__cart-table caption {
        background-image: none;
    }

    .ecom__cart-table thead {
        display: none;
    }

    .ecom__cart-table tbody tr:not(:first-child) {
        border-top: 1px solid #dcdcdc;
    }

    .ecom__cart-table tbody td {
        display: block;
        padding: .6rem;
        padding-bottom:.6em;
    }
    .ecom__cart-table tbody td:not(:first-child) {
        display: inline-block;
    }

    .ecom__cart-table tbody td:nth-child(2) {
        width: 25%;
    }

    .ecom__cart-table tbody td:nth-child(3) {
        width: 35%;
    }

    .ecom__cart-table tbody td:last-child {
        width: 30%;
    }

    .ecom__cart-table table{
        min-width:100%;
    }
    .ecom__cart-table .product-col img{
        float: none;
    }
    .ecom__cart-table .product-col{
        margin-bottom:0px;
    }

    .ecom__cart-table tbody tr td:first-child .pc-title h4,
    .ecom__cart-table tbody tr td:first-child p  {
        text-align:left;
    }
    .ecom__cart-table .product-col .pc-title,
    .ecom__cart-table .product-col p
    {
        padding-left:0px;
        padding-top:0px;
    }

    .ecom__cart-table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 10rem;
    }
    .ecom__cart-table .total-col h4,
    .ecom__cart-table .total-col{
        text-align:left;
    }

    .ecom__cart-table .ecom__delete-cart-item{
        margin-top: -12%;
    }
    .ecom__cart-table .ecom__total-cost{
        padding: 22px 2.6em;
        text-align: left
    }
    .ecom__cart-table .quantity{
        justify-content: flex-start;
    }
}

p.shipping{
    width: 100%;
}

p.shipping span {
    padding-left:10%;
}

.ecom__cart-table {
    border-radius: 20px;
    box-shadow: 10px 5px 50px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 10px 5px 50px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 10px 5px 50px 0px rgba(0,0,0,0.11);
}