/*
Theme Name: Electro Child
Theme URI: https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
Template: electro
Author: MadrasThemes
Author URI: https://madrasthemes.com/
Description: Electro is a robust and flexible WordPress theme, designed by MadrasThemes to help you make the most out of using WooCommerce to power your online store. The design is well suited for Electronics Store, Vendor based marketplaces, affiliate websites. It is built and comes bundled with most of the advanced features available in most popular eCommerce websites like amazon, flipkart, snapdeal, walmart, alibaba, aliexpress, etc.
Tags: black,blue,pink,yellow,dark,light,two-columns,left-sidebar,fixed-layout,responsive-layout,custom-colors,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 3.6.3.1754378601
Updated: 2025-08-05 14:23:21

*/

/* ให้ปุ่ม Telegram ใช้สไตล์เดียวกับ social icon อื่น */
.social-icons li a.fab.fa-telegram {
    position: relative;
    background-color: #6c757d; /* สีพื้นหลังปกติ */
    border-radius: 80%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    overflow: hidden;
}

/* เอา icon font เดิมออก */
.social-icons li a.fab.fa-telegram:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/electro-child/images/line.svg') no-repeat center;
    background-size: contain;
}

/* Hover เปลี่ยนพื้นหลังเป็นสีเขียว LINE */
.social-icons li a.fab.fa-telegram:hover {
    background-color: #00c300; /* LINE green */
}


