﻿.product-row {
    padding: 1em 0 1em 0;
}
.productcart-title {
    padding-left: 10px;
    padding-right: 10px;
}
.product-col, .product-coltxt {
    padding: 0 !important;
}
.cart-table-container .product-image img {
    max-width: 10rem !important;
    border-radius: 7px;
}
.tdNameProduct {
    text-align: left !important;
}
.tdPriceProduct span, .tdQtdProduct span{
    float:right;
}

.spnQtd {
    display: block;
    color: #ffffff !important;
    background-color: #000000 !important;
    width: 3.5em !important;
    height: 36px !important;
    /*border-radius: 50% !important;*/
    padding: 0.7rem 0rem;
    font-size: 1.4rem;
    font-family: 'Hellix',Poppins, sans-serif;
    text-align: center;
}
.tdInfo {
    color: red;
    font-weight: 500;
}

@media screen and (min-width: 320px) and (max-width:992px) {
    .btn {
        padding: 1rem 2.2rem;
        border-radius: 0;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.329;
    }
}