/*
 Theme Name:   Hueman Child
 Theme URI:    https://example.com/hueman-child
 Description:  A child theme for the Hueman theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hueman
 Version:      1.0.0
*/

/* Import the parent theme’s stylesheet */
/* @import url("../hueman/style.css"); */
#header{
  background-color: transparent;
}
.text-center {
  text-align: center
}

.text-left {
  text-align: left !important
}

.themeform .woocommerce.alignwide[class*=wp-block-],
.themeform .alignwide[class*=wp-block-][data-shortcode="checkout"] {
  margin: auto;
}
.entry-pricing .sek-column-inner{
  height: 100%;
  justify-content: flex-end;
  gap: 20px;
}
.entry-pricing .entry-name{
  margin-bottom:auto;
}