.style-2 .btn:after, .style-2 .card {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.style-2 .btn:hover {
    background-color: #1b55e2;
}

.style-2 .alipay_order_btn {
    border: 1px solid rgba(0,0,0,.125);
    padding: 5px 0;
    border-radius: 20px;
    position: relative;
    background-color: #b3e6b3;
    transform: unset;
    box-shadow:unset;
}

.style-2 .usdt_button{
    border: 1px solid rgba(0,0,0,.125);
    padding: 5px 0;
    border-radius: 20px;
    position: relative;
    background-color: #f6cbbd;
    transform: unset;
    box-shadow:unset;
}

.btn:hover {
    color: #fff;
}


.style-2 ul {
    list-style: none;
    padding: 0
}

.card-header {
    background-color: transparent;
    border: none
}

.bordered {
    border-radius: 20px
}

.style-2 .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center
}

.style-2 .card {
    color: #677284;
    transition: .3s
}

.style-2 .price {
    background-color: #f0f7fd;
    padding: 10px 20px;
    border-radius: 10px
}

.style-2 .price .count {
    font-size: 40px;
    font-weight: 700
}


.style-2 .icon {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #677284
}

.style-2 .card {
    padding: 5px 0px 20px
}

.style-2 .price .count {
    font-size: 20px
}

.me-3 {
    margin-right: 1em!important;
}

.card-foot {
    padding-left: 20px;
    padding-right: 20px;
}
.price_desc {
    font-size:12px !important;
}

.card-body {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.bordered:hover, .bordered.active {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.card-body ul li {
    width:220px !important;
}