.quickcheckout-heading {
    background: #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding: 14px 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.quickcheckout-heading {
    margin-top: 0;
}

.quickcheckout-content {
    border: none;
}

.quickcheckout-cart td.quantity .input-group {
    display: flex;
}

.quickcheckout-cart td.quantity .input-group .form-control[name^="quantity"] {
    width: 64px;
    min-width: 64px;
    height: 40px;
}

.quickcheckout-cart td.quantity .input-group-btn {
    width: auto;
}

.quickcheckout-cart td.quantity .input-group-btn .btn {
    height: 40px;
}

.quickcheckout-cart td.image {
    width: 56px;
}

.quickcheckout-cart td.image img {
    height: 40px !important;
    width: 40px !important;
}

.quickcheckout-cart td.name {
    width: auto;
}

.quickcheckout-cart td.price1, .quickcheckout-cart td.total {
    width: auto;
    min-width: 100px;
}

.quickcheckout-wrapper,
#payment-address,
#shipping-method,
#payment-method,
#quickcheckout-cart {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

#payment-address input[type=checkbox] {
    margin: 10px 4px 0 -20px;
}

#shipping-method .quickcheckout-content,
#payment-method .quickcheckout-content {
    border: none;
    padding: 22px 25px 10px 25px;
}

#shipping-method .quickcheckout-content .table,
#payment-method .quickcheckout-content .table {
    margin: 10px 0;
}

#shipping-method .quickcheckout-content .table tr > td,
#payment-method .quickcheckout-content .table tr > td {
    border: none;
}

#shipping-method .quickcheckout-content .table tr > td:first-child,
#payment-method .quickcheckout-content .table tr > td:first-child {
    padding-left: 0;
}

#shipping-method .quickcheckout-content .table tr > td:last-child,
#payment-method .quickcheckout-content .table tr > td:last-child {
    padding-right: 0;
}

#shipping-method .quickcheckout-content input[type=checkbox],
#shipping-method .quickcheckout-content input[type=radio],
#payment-method .quickcheckout-content input[type=checkbox],
#payment-method .quickcheckout-content input[type=radio] {
    margin: -2px 4px 0 0;
    vertical-align: middle;
}

#shipping-method .quickcheckout-content input[type=checkbox] + label,
#shipping-method .quickcheckout-content input[type=radio] + label,
#payment-method .quickcheckout-content input[type=checkbox] + label,
#payment-method .quickcheckout-content input[type=radio] + label {
    margin: 0 0;
    vertical-align: top;
}

#quickcheckout-cart table {
    border: none;
    margin: 0;
}

#quickcheckout-cart table tbody > tr th, #quickcheckout-cart table tbody > tr td {
    border: solid #e9e9e9;
    border-width: 1px 0 0;
}

#quickcheckout-cart table thead > tr th, #quickcheckout-cart table thead > tr td {
    border: none;
    color: #000000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 14px;
    padding-top: 14px;
    text-transform: uppercase;
}

#quickcheckout-cart table thead > tr th:first-child, #quickcheckout-cart table thead > tr td:first-child,
#quickcheckout-cart table tbody > tr th:first-child,
#quickcheckout-cart table tbody > tr td:first-child {
    padding-left: 20px;
}

#quickcheckout-cart table thead > tr th:last-child, #quickcheckout-cart table thead > tr td:last-child,
#quickcheckout-cart table tbody > tr th:last-child,
#quickcheckout-cart table tbody > tr td:last-child {
    padding-right: 20px;
}
