/*
Template:       jinx
Theme Name:     Jinx Child
Theme URI:      http://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     http://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Jinx - Pet Shop & Veterinary WooCommerce Theme
Version:        1.0.0
Requires at least: 4.4
Requires PHP: 5.6
Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
License: 		GNU General Public License
License URI: 	licence/GPL.txt
Text Domain:    jinx-child
Domain Path:    /languages/
*/

/*
 * Preserve text casing as entered in WordPress.
 *
 * Jinx and existing Elementor templates apply text-transform rules across
 * headings, product titles, links, and icon lists.
 */
body * {
    text-transform: none !important;
}

span.lakit-cart__icon .lakit-font-icon-svg,
span.lakit-search__popup-trigger-icon .lakit-font-icon-svg {
    width: 2em !important; 
    margin-left: 0.5em !important;
}

.lakit-cart__count {
    background-color: #FF7844 !important;
    color: #FFFFFF !important;
    font-size: 16x !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    border-radius: 50px 50px 50px 50px;
}

.lakit-cart__count-val {
    font-size: 16px !important;
    font-weight: 600 !important;
}

span.lakit-nav__mobile-trigger-open,
span.lakit-nav__mobile-trigger-close {
    padding-left: 2em !important;
}

span.lakit-nav__mobile-trigger-open .lakit-font-icon-svg,
span.lakit-nav__mobile-trigger-close .lakit-font-icon-svg {
    width: 2em !important; 
}

/* .nav-toggle-icon svg {
    margin-left: 0.5em !important;
} */