/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 
 * The plugin bootstrap file
 *
 * This file is read by WordPress to generate the plugin information in the plugin
 * admin area. This file also includes all of the dependencies used by the plugin,
 * registers the activation and deactivation functions, and defines a function
 * that starts the plugin.
 *
 * @link              ifelsetech.com
 * @since             1.2
 * @package           Jewellery_Price
 *
 * @wordpress-plugin
 * Plugin Name:         ITS Jewellery Price Pro
 * Plugin URI:          https://www.ifelsetech.com/its-jewellery-price-plugin/
 * Description:         ITS Jewellery Price Plugin for Woocommerce helps to update prices of jewellery products. We all know that prices of jewellery products change everyday based on prices of precious metals such as Gold and Diamond. Changing the price of each product is a big task that needs human resources and time. With our plugin you need to only update the prices of precious metals. The plugin will take care of updating the prices of the jewellery products.

 * Version:             24.09.03
 * Requires at least:   5.8.2
 * Requires PHP:        7.4
 * Author:              Ifelse
 * Author URI:          https://ifelsetech.com
 *
 * 
 * 
 */
.its-pbt {

    margin-top: 5%;
    /* Default margin for desktop */

    /* Media query for tablets and mobile devices */
    @media only screen and (max-width: 1024px) {
        margin-top: 10%;
        /* Margin for tablets */
    }

    /* Media query for mobile devices */
    @media only screen and (max-width: 768px) {
        margin-top: 12%;
        /* Margin for mobile devices */
    }
}

.its-pbt p {

    font-family: Libre Franklin, Arial, Helvetica, sans-serif;
    font-size: .857em;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.its-pbt p sup {
    cursor: pointer;
    padding: 10px 5px;
}

.modal-backdrop.show {
    opacity: .5;
    display: block !important;
    /* z-index: 9998; */
  }
  

  .itspb-onfra {
   
    color: #2b158d; 
  }

  .modal-backdrop.show {
    z-index: 2147483646 !important;
    }
    .modal{
      z-index: 2147483647 !important;
    }