/* Start custom CSS for shortcode, class: .elementor-element-9a6e073 *//* 在购物车总计白色容器内，结账按钮下方插入支付图标 */
.cart_totals::after {
    content: "";
    display: block;
    width: 100%;
    height: 23px; /* 图标高度，数值越大图标越大 */
    margin-top: 20px; /* 和上方PROCEED TO CHECKOUT按钮的间距 */
    background-image: url("https://orynstudio.cc/wp-content/uploads/2026/06/ddd.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}/* End custom CSS */