/*
 Theme Name:   Babet Child  
 Theme URI:    https://themeholy.com/wordpress/medova
 Description:  This is a child theme for Babet - Pet Care & Shop WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     babet
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  babet-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

:root{
    --old-primary : #f9069c;
    --smoke-color2 : #f7f2f5;
}
.about1-list-wrap .checklist.style2 li::before{
    background: url('/wp-content/uploads/2025/11/cat-outlined.svg') !important;
    background-size: cover !important;
}
.header-default .sticky-wrapper.sticky{
    background-color: var(--smoke-color2);
    border-bottom: 1px solid var(--title-color);
}
.header-default .sticky-wrapper.sticky .main-menu > ul > li > a,
.header-default .sticky-wrapper.sticky .text-white{
    color: var(--title-color) !important;
}

.header-default .sticky-wrapper.sticky .th-btn.style-border{
    color: var(--title-color) !important;
    border-color: var(--title-color) !important;
}
.text-white > p{
    color: var(--e-global-color-text);
}