.custom-payment-strip{
    width:100%!important;
    margin:20px 0 0!important;
    padding:16px 0 0!important;
    border-top:1px solid #d9d9d9!important;
    background:transparent!important
}
.custom-payment-strip-inner{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    flex-wrap:nowrap!important
}
.custom-payment-strip-title{
    margin:0!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:800!important;
    color:#111!important;
    flex:0 0 auto!important;
    white-space:nowrap!important
}
.custom-payment-strip-items{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
    flex:0 1 auto!important;
    min-width:0!important
}
.custom-payment-item{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:106px!important;
    height:38px!important;
    padding:6px 8px!important;
    background:#fff!important;
    border:1.5px solid #1a1a1a!important;
    border-radius:999px!important;
    box-sizing:border-box!important;
    flex:0 0 auto!important;
    overflow:hidden!important
}
.custom-payment-item img,
.custom-payment-item svg{
    display:block!important;
    height:18px!important;
    width:auto!important;
    max-width:100%!important
}
.custom-payment-item.is-visa svg{
    width:62px!important;
    height:20px!important;
    margin:0 auto!important
}
.custom-payment-item.is-mastercard svg{
    width:58px!important;
    height:28px!important;
    margin:0 auto!important
}
.custom-payment-item.is-gopay svg{
    width:92px!important;
    height:26px!important;
    margin:0 auto!important
}
.custom-payment-item.is-applepay svg{
    width:76px!important;
    height:20px!important;
    margin:0 auto!important
}
.custom-payment-item.is-googlepay svg{
    width:84px!important;
    height:22px!important;
    margin:0 auto!important
}
.custom-payment-item.is-bank{
    padding:2px 6px!important
}
.custom-payment-item.is-bank svg{
    width:42px!important;
    height:30px!important;
    margin:0 auto!important
}
.custom-payment-item.is-bank span{
    display:none!important
}
.custom-payment-item.is-cod{
    padding:2px 6px!important
}
.custom-payment-item.is-cod svg{
    width:42px!important;
    height:30px!important;
    margin:0 auto!important
}
.custom-payment-item.is-cod span{
    display:none!important
}

@media (max-width:991px){
    .custom-payment-strip{
        margin-top:18px!important;
        padding-top:14px!important
    }
    .custom-payment-strip-inner{
        flex-direction:column!important;
        align-items:flex-start!important;
        gap:10px!important
    }
    .custom-payment-strip-items{
        flex-wrap:wrap!important
    }
}
@media (max-width:640px){
    .custom-payment-strip-title{
        font-size:14px!important
    }
    .custom-payment-item{
        width:96px!important;
        height:36px!important;
        padding:5px 7px!important
    }
    .custom-payment-item img,
    .custom-payment-item svg{
        height:16px!important
    }
    .custom-payment-item.is-visa svg{
        width:56px!important;
        height:18px!important
    }
    .custom-payment-item.is-mastercard svg{
        width:50px!important;
        height:24px!important
    }
    .custom-payment-item.is-gopay svg{
        width:78px!important;
        height:22px!important
    }
    .custom-payment-item.is-applepay svg{
        width:68px!important;
        height:18px!important
    }
    .custom-payment-item.is-googlepay svg{
        width:74px!important;
        height:20px!important
    }
    .custom-payment-item.is-bank svg{
        width:36px!important;
        height:26px!important
    }
    .custom-payment-item.is-cod svg{
        width:36px!important;
        height:26px!important
    }
}