.ec-cartRole {
    font-size: 12px;
    padding: 0;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0;
}
.delivfee_comment {
    padding: 10px;
}
.ec-cartTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.ec-cartTable > ul > li,
.ec-cartHeader .ec-cartHeader__label {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cart_title h1 {
    font-size: 12px;
}
.point_announce {
    padding: 20px;
    margin-bottom: 15px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
.ec-cartRole .ec-cartRole__total {
  padding: 10px;
}
.ec-cartRole .ec-cartRole__totalText {
    padding: 10px 5px;
    margin-bottom: 0;
    text-align: left;
}
.ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin-right: 0;
    text-align: right;
}
.ec-cartRole .ec-cartRole__actions p {
    margin: 10px 5px;
}
.ec-cartRole__buystep {
    text-align: center;
}
.ec-cartRole .ec-cartRole__buystep img {
    width: 120px;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.ec-cartRow {
    width: 100%;
}
.ec-cartRow__amountColumn {
    display:flex !important;
    list-style: none;
    justify-content: center;
    padding-left: 0px;
    width: unset !important;
    border-bottom: unset !important;
    margin-bottom: 0;
}
.ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
    margin: 0;
    color: #000;
}
.ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
    border-bottom: 1px solid #ccc;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
}
.ec-cartRow .ec-cartRow__image img {
    max-width: 65px;
    max-height: 65px;
}
.ec-cartRow table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.ec-cartRow table th {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
.ec-cartRow table td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}