.tck-title-split {
 font-weight: 600;
}

#aboutus .tck-title-split {
  display: block;
}

#services .iconck .fa {
 box-sizing: border-box; 
}

/* allow controls in the slideshow */
.slideshowck_container_wrap { z-index: 0 !important; }
#topbar > .inner { position: relative; z-index: 1; }
#topbarrow { pointer-events: initial; }
#topbarrow-gray { pointer-events: initial; }

#topbarrowcolumn1 { min-width: 200px; }

/* hide scroll bar because of animations out of the screen */
#services2 .pagebuilderck {
 overflow: hidden; 
}

/* change text color size on category page */
span.hikashop_category_name a {
color: #1d248e;
font-size: 14px;
font-weight: 700;
}

/* change background of category page */
.hikashop_category_information {
background: #e0e1e0;}

/* add some styling to login and registration pages */
.com-users-login, .com-users-registration, .hikashop_user_registration_page {
padding-left: 30%; padding-right: 30%;
}

/* add some styling to logout page */
.com-users-logout {padding-left: 85%;
}

/* styling for the images with neutral density caption */
#wrapper7, #wrapper9, #wrapper11, #wrapper13, #wrapper17, #wrapper31, #wrapper27, #wrapper33 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* attempting to change color of band in login page */
joomla-alert {
  --jui-alert-info-background-color: #008488;
  --jui-alert-info-color: #ffffff;
  }
/* adjust spacing for HikaShop product listing */
span.hikashop_product_code_list {
  display: block;
  }

/* add margin/padding on HikaShop pages */
#hikashop_checkout, #hikashop_show_cart_form, .hikashop_product_page {
  padding-left: 50px; padding-right: 50px; padding-bottom: 30px;
  }
.hikashop_checkout_shipping, .hikashop_checkout_payment {
  padding-top: 20px; padding-bottom:20px;
}

/* remove cart display of bundle options to just single item */
.hikashop_cart_option_name{
  display:none; }