/*
Theme Name: Hello Prime
Template: hello-elementor
Author: Prime LLC
Description: Hello Prime is a Child Theme of Hello Elementor, created and used by Prime LLC.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1728599123
Updated: 2024-10-10 22:25:23

*/
	/*SHOP PAGE*/
		/*PRODUCT - CATEGORIES*/
ul.product-categories {
    color: black;
    list-style-type: none;
}
ul{
	padding-inline-start:0px;
}
	/*SITE WIDE*/
		/*HEADING AND BODY FONTS*/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: black;
}
figcaption {
  font-size: 16px;
  color: black;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
		/*BUTTONS*/
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
li.cat-item.cat-item{
	color: black!important;
}
.elementor a {
  color: black;
}
