
@media screen and (min-width: 1000px) {
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul {display: flex;align-items: center;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul li:has(a.share_s_whatsapp) {width: 60px;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul li a.share_s_whatsapp {height: 60px;line-height: 60px;background-size: 60px auto;background-position: 0px -900px;}
}
@media screen and (max-width: 1000px) {
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul {display: flex;align-items: center;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul li:has(a.share_s_whatsapp) {width: 40px;}
    .ly_product_purchase_2 .goods_wrapper .goods_info .share_toolbox ul li a.share_s_whatsapp {height: 40px;line-height: 40px;background-size: 40px auto;background-position: 0px -600px;}
}
