HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/sparkle/wp-content/themes/flatsome/woocommerce/checkout/layouts/checkout-focused.php
<!DOCTYPE html>
<!--[if lte IE 9 ]>
<html class="ie lt-ie9" <?php language_attributes(); ?>> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html <?php language_attributes(); ?>> <!--<![endif]-->
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>"/>
	<link rel="profile" href="http://gmpg.org/xfn/11"/>
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>

	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<div id="main-content" class="site-main" style="max-width:1000px; margin:60px auto 60px auto;">

	<div id="main" class="page-wrapper box-shadow page-checkout" style="padding:15px 30px 15px;">

		<div class="focused-checkout-logo text-center" style="padding-top: 30px; padding-bottom: 30px;">
			<div id="logo" class="logo"><?php get_template_part( 'template-parts/header/partials/element', 'logo' ); ?></div>
		</div>

		<div class="container">
			<div class="top-divider full-width"></div>
		</div>

		<div class="focused-checkout-header pb">
			<?php wc_get_template( 'checkout/header.php' ); ?>
		</div>

		<div class="row">
			<div id="content" class="large-12 col" role="main">

				<?php while ( have_posts() ) : the_post(); ?>

					<?php wc_print_notices(); ?>
					<?php the_content(); ?>

				<?php endwhile; // end of the loop. ?>

			</div>
		</div>

	</div>

	<div class="focused-checkout-footer">
		<?php get_template_part( 'template-parts/footer/footer', 'absolute' ); ?>
	</div>

</div>

</div>

<?php wp_footer(); ?>

</body>
</html>