
.shop-table img {
    display: block;
    max-width: 100px;
}

.shop-table .btn-close {
    position: absolute;
    padding: 0;
    background: #fff;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    top: -14px;
    right: -8px;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 0;
    margin-bottom: 0.5rem;
}

.shop-table.cart-table .btn-close {
    top: -8px;
    /* right: -7px; */
}

.shop-table .btn-close i {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-left: 0;
}

.shop-table .product-thumbnail a {
    position: relative;
}

.shop-table .product-thumbnail > div {
    display: block;
    max-width: 10rem;
    width: 100%;
}

.p-relative {
    position: relative !important;
}

.product-name {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-table td {
    padding: 2rem 0 2rem 0;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.shop-table .product-name {
    white-space: normal;
    word-break: break-word;
}

.shop-table.cart-table .product-name {
    color: #333;
}

.shop-table tbody td:not(:first-child), .shop-table thead th:not(:first-child) {
    padding-left: 1rem;
}

.product-name a {
    color: inherit;
}

.cart .cart-summary .cart-title {
    margin-bottom: 2.1rem;
    font-size: 1rem;
    letter-spacing: -0.01em;
    color: #333;
    font-weight: bold;
}

.cart .cart-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0;
}

.cart .cart-action .btn {
    margin-bottom: 1rem;
}

.shop-table {
    text-align: left;
}

.shop-table.cart-table .product-name {
    color: #333;
}

.shop-table.cart-table th {
    padding:0 0 15px 0;
    letter-spacing: -0.025em;
}

.shop-table.cart-table .product-price {
    width: 17.3%;
}

.shop-table.cart-table .product-quantity {
    width: 25.7%;
}

.shop-table.cart-table .product-subtotal {
    width: 16%;
}

.shop-table th {
    padding: 1.7rem 0 1.3rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    line-height: 1.6;
    letter-spacing: 0;
}

.shop-table .product-thumbnail {

    padding-right: 5px;
}

.shop-table td {
    padding: 10px 0;
    border-top: 1px solid #eee;
vertical-align: middle;
}
.shop-table.cart-table td.product-price {
    font-weight: 400;
    font-size: 1rem;
}
.shop-table.cart-table .product-quantity .input-group {
    max-width: 120px;
}
.input-group {
    display: inline-flex;
    height: 44px;
    position: relative;
    width: 100%;
}
.cart .form-control input{
    border-radius: 3px !important;

}
.cart .form-control {
    width: 100%;
    max-width: 100%;
    border-radius: 3px !important;
    background: #ffffff;
    padding: 0 5px 0 15px !important;


}
.input-group .form-control {
    flex: 1;
    font-size: 13px;
    padding: 0 14px 0 18px;
    height: inherit;
    min-height: auto;
    max-width: 100%;
    -webkit-appearance: textfield;
    border: solid #ccc;
    border-width: 1px;
    color: #666;
}
.input-group button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eee;
    color: #666;
    font-size: 14px;
    border: none;
}

.input-group button {
    right: 8px;
}
.input-group button + button {
    margin-right: 29px;
}
.cart .coupon-title {
    font-size: 16px;
    color: #333;
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 47px;
    padding: 8.5px 20px;
    border: 1px solid #eee;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.cart .coupon .form-control {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.table th, .table td{
    border: none;
}
