/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.11.1763289779
Updated: 2025-11-16 16:12:59

*/

/* WP Coupon Listing link is showing as white... change to black */
a.wpccl-btn,
a.wpccl-btn:visited {
    color: #000 !important;      /* Makes link text black */
    text-decoration: underline;  /* Optional: keeps link look consistent */
}

a.wpccl-btn:hover {
    color: #222 !important;      /* Slightly darker on hover */
}


/* Hide the PhonePe logo on checkout */
.payment_method_phonepe label img {
    display: none !important;
}


/* Rounded corners for WPC Coupon Listing popup */
.featherlight-content {
    border-radius: 5px !important;
    overflow: hidden !important;
}



