/*
 Theme Name: Dgtal Shapes Universal Child Theme
 Theme URI: https://www.dgtalshapes.com
 Description: A universal child theme compatible with Astra, GeneratePress, Kadence, Hello Elementor, and most popular themes.
 Author: Rahul Mondal - Dgtal Shapes
 Author URI: https://www.dgtalshapes.com
 Template: astra
 Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: child-theme, universal, dgtal-shapes
 Text Domain: dgtalshapes-child
 Support: 📞 +91 6290198273 | 🌐 www.dgtalshapes.com
*/
/* ===== Migrated from Customizer Additional CSS start===== */
.ds-wishlist-outline {
    font-size: 26px;
    color: transparent;             /* ভিতর ফাঁকা */
    -webkit-text-stroke: 2px #000;  /* কালো outline */
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    transition: 0.2s;
}

.ds-wishlist-outline:hover {
    transform: scale(1.1);
}


/* ===== Migrated from Customizer Additional CSS end===== */

/* ===== share social media css start ===== */

.ds-share-box {
    margin-top: 20px;
    padding: 10px 0;
}

.ds-share-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.ds-share-box a {
    margin-right: 12px;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
}

.ds-share-box a:hover {
    color: #0d0d0d;
}
/* ===== share social media css end ===== */

/* --- CART DRAWER PANEL --- */
.astra-cart-drawer {
    width: 380px !important;
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 0 !important;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15) !important;
}

.astra-cart-drawer-content {
    padding: 10px !important;
}

/* --- PRODUCT LIST ITEM --- */
.astra-cart-drawer .widget_shopping_cart_content .cart_list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #eaeaea !important;
    position: relative !important;
}

/* --- PRODUCT IMAGE --- */
.astra-cart-drawer .cart_list li img {
    width: 80px !important;
    height: auto !important;
    border-radius: 10px !important;
}

/* --- REMOVE BUTTON --- */
.astra-cart-drawer .remove_from_cart_button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    color: #ff3a3a !important;
    font-size: 20px !important;
    text-decoration: none !important;
}

/* --- PRODUCT TITLE --- */
.astra-cart-drawer .cart_list li a:not(.remove_from_cart_button) {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.3 !important;
}

/* --- QTY × PRICE --- */
.astra-cart-drawer .quantity {
    color: #777 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

/* --- TOTAL ROW --- */
.astra-cart-drawer .total {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 2px solid #eaeaea !important;
}

/* --- BUTTONS --- */
.astra-cart-drawer .buttons a {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}

.astra-cart-drawer a.wc-forward:not(.checkout) {
    background: #f3f3f3 !important;
    color: #000 !important;
}

.astra-cart-drawer a.checkout {
    background: #ff4747 !important;
    color: #fff !important;
}
