Giỏ hàng (0 sản phẩm)

popup

Số lượng:

Tổng tiền:

Giỏ hàng( Sản phẩm)

.social-fixed{ position:fixed; right:15px; top:40%; z-index:9999; } .social-fixed a{ width:55px; height:55px; display:flex; align-items:center; justify-content:center; margin-bottom:12px; border-radius:10px; text-decoration:none; } .fix_facebook{ background:#1877F2; } .fix_youtube{ background:#ff0000; } .fix_zalo{ background:#0068ff; } .social-fixed i{ color:#fff; font-size:28px; }
href="mailto:yourmail@gmail.com" target="_blank" rel="noopener noreferrer"> .social-fixed{ position:fixed; left:15px; top:50%; transform:translateY(-50%); z-index:9999; } .social-fixed a{ width:55px; height:55px; display:flex; align-items:center; justify-content:center; margin-bottom:14px; border-radius:50%; text-decoration:none; box-shadow:0 4px 12px rgba(0,0,0,0.2); transition:0.3s; } .social-fixed a:hover{ transform:scale(1.1); } .fix_call, .fix_facebook, .fix_youtube, .fix_mail, .fix_chat, .fix_bell{ background:#2563eb; } .fix_zalo{ background:#0068ff; } .social-fixed i{ color:#fff; font-size:26px; } .fix_zalo img{ width:28px; height:28px; } /* hiệu ứng rung */ .fix_call, .fix_bell{ animation:ring 1.5s infinite; } @keyframes ring{ 0%{transform:scale(1);} 50%{transform:scale(1.12);} 100%{transform:scale(1);} }