/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.hidden {
    display: none !important;
}

.qty-control {
    cursor: pointer;
}

.jj-loader {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    width: 23px !important;
    height: 23px;
    border: 4px solid #000;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    display: block;
    float: left;
    margin-right: 5px;
}

.jj-loading {
    position: relative;
    color: transparent !important;
}