/* カスタマイズ用CSS */
@media screen and (max-width:480px){
.ec-cartRow .ec-cartRow__summary {
    display: table-cell;
    margin-left: 5px;
    font-weight: bold;
    vertical-align: middle;
    width: 46%;
    font-size: .1em;
}
}
span.redtext{
    border: 1px solid;
    padding: 1em;
    display: block;
    margin-top: 2em;
    background: brown;
}
.ec-selects{
    display:none;
}