/*
Theme Name:   	Hello Elementor Child Theme
Theme URI:    	
Author:       	Skyfield
Author URI:     
Template:     	hello-elementor
Description:  	
Version:      	3.0.0
License:      	GNU General Public License v3 or later
License URI:  	http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  	hello-elementor
*/
.single-product .woocommerce-button:after {
		content: "International customers are responsible for any import duties, taxes, customs fees, or other charges imposed by their destination country.";
  		display: block; 
  		margin: 10px 0;
		font-style:italic;
		font-weight:500;
		font-size:14px;
		padding: 15px;
		background: #f8f8f8;
		border-radius: 12px;
		text-align: center;
		border: 1px solid #ccc;
	}
	
	
	.page-id-468 .wc-proceed-to-checkout:before,
	.page-id-469 .elementor-jet-checkout-payment:before{
		content: "International customers are responsible for any import duties, taxes, customs fees, or other charges imposed by their destination country.";
		display: block; 
  		margin: 10px 0;
		font-style:italic;
		font-weight:500;
		font-size:12px;
		padding: 15px;
		background: #f8f8f8;
		border-radius: 12px;
		text-align: center;
		border: 1px solid #ccc;
		line-height:1.5em
	}
	