@media screen and (max-width: 756px) {
    .pc {display: none}
}
@media screen and (min-width: 757px) {
    .tel {
        /*display: none*/
    }
}

.product-cat-head{
margin-bottom: 0;
}

.DPD_openTerminalSelect{
font-weight: bold;
background: #DC0032;
    width: 100%;
    color: white;
}

.SDEK_selectPVZ{
font-weight: bold;
    background: #4EB252;
    width: 100%;
    color: white;
}

.IPECOM_selectPVZ{
font-weight: bold;
    background: #26206A;
    width: 100%;
    color: white;
}

.old_price_value{
    position: absolute;
    top: -13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 131.19%;
    /* identical to box height, or 16px */

    text-decoration-line: line-through;

    /* Gray 3 */

    color: #828282;
}

.bank_img{
    width: 100px;
    margin: 0 10px;
}