/******************************************************************/
/* Global */
/******************************************************************/

h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  color: #444;
  font-weight: 400;
}

p, li {
  font-family: 'Open Sans', sans-serif;
  color: #444;
}

/*--------------------------------------
Top Bar
--------------------------------------*/

#topbar {
  padding: 12px 0;
  background-color: #4A2334;
  margin-bottom: 24px;
}

  #topbar a {
    color: #fff;
    font-size: 0.9em;
  }

/*--------------------------------------
Header
--------------------------------------*/

header {
  position: relative;
  padding-top: 0px;
  text-align: center;
}

/*--------------------------------------
Categories
--------------------------------------*/
#home-categories {
  padding: 32px 16px;
  margin-top: 24px;
}

#home-categories h1, .section-title h1 {font-weight: 400;}
#home-categories .list a h1 {font-weight: 300;}

.section-title {
  position: relative;
  text-align: center;
}

.section-title h1 {
  display: inline-block;
  background-color: #fff;
  margin: 0 0 24px;
  padding: 0 20px;
}

.section-title h1:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin: auto;
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
  z-index: -1;
}

#kreeClientSub .sub-page-categories, #kreeClientSub .sub-page-content {
  margin-top: 0px;
}

@media only screen and (min-width: 64em) {
  #kreeClientSub .sub-page-categories, #kreeClientSub .sub-page-content {
    /*margin-top: 26px;*/
  }
}

#kreeClientSub .sub-page-content {
  padding: 26px;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);*/
}

ul.list-categories {
  margin: 0;
  padding: 0;
}

ul.list-categories li {
  list-style: none;
  border-left: 5px solid #ddd;
}

ul.list-categories li a {
  display: block;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  color: #444;
}

ul.list-categories li a:hover, ul.list-categories li a:active {
  background-color: white;
}

.prod {
  border: 1px solid #ccc;
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod overflow:hidden
img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.prod h3 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
  margin: 0px;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}


/*--------------------------------------
Global Overrides
--------------------------------------*/

.mainCategoryView .list {
  border: none;
}

.mainCategoryView .list a h1 {
  color: #7e6d56;
  text-align: center;
  font-weight: 300;
  font-size: 1.4em;
}

#mainProductView h3 {
  color: #7e6d56;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}