覆蓋掉右側前往購物車的按鈕圖片

/*用CSS覆蓋掉右側前往購物車的按鈕圖片 */

.icon_s_gocheckout a{

    background: #4c595f url(https://static.ostore.tw/uploads/res/checkout-svgrepo-com2.svg) no-repeat center center;

    border-radius: 40px;

    padding: 0px;

    color: #fff;

    background-size: auto 75%;

    background-position: center center;

}

.icon_s_gocheckout a img{

    display: none;

}