#payment{
    margin-bottom: 100px;
}
#payment h2{
    color: var(--color-highlights);
    margin-bottom: 18px;
    font-size: 15pt;
}
#cart_list{
    width: 100%;
    list-style: none;
    max-height: 300px;
    overflow: auto;
}
#cart_list li{
    display: var(--display-screen);
    padding: 10px 20px;
    border-bottom: var(--border-default);
}
#cart_list img{
    width: 75px;
    margin-right: 15px;
}
.product_name{
    font-weight: 500;
}
.product_shortdesc p{
    font-size: 11pt !important;
}
.product_pieces{
    background-color: #444;
    padding: 5px 14px;
    color: #FFF;
    width: 80px;
    text-align: center;
    font-size: 10pt;
}
.product_price_pieces{
    text-align: right;
    font-weight: 500;
}
.shipment_info_section{
    width: var(--width-flex);
    padding: 20px 40px;
}
.resume_section{
    background-color: #F9F9F9;
    padding: 20px 40px;
    width: var(--width-flex);
}
.resume_section h3{
    margin-bottom: 25px;
}
.resume_item{
    display: flex;
    width: 100%;
    margin: 20px 0;
}
.resume_item p{
    width: 50%;
    font-weight: 400;
}
.resume_item_highlight{
    color: var(--color-highlights);
}
.resume_item_cant{
    width: 100%;
    text-align: right;
    font-weight: 500 !important;
}
.resume_item_cant_input_container{
    width: 100%;
    text-align: right;
    font-weight: 500 !important;
}
.resume_item_cant_input{
    width: 80px;
    height: 30px;
    padding: 0px;
    text-align: right;
    font-size: 13pt;
    font-weight: 500 !important;
}
.price_resume{
    margin-top: 50px;
}

/* btn_cupon */
.btn_cupon{
    display: var(--display-screen);
}
.btn_cupon button{
    min-width: 0;
    width: 150px;
    margin-left: 40px;
    padding: 10px 0px !important;
    border-radius: 5px;
}

#pay_methods{
    list-style: none;
    border:0 !important;
}
#pay_methods li{
    cursor: pointer;
    border: var(--border-default);
    padding: 20px;
}
