/* CSS Document */
body {
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c;
  background: #f2f2f2;
}
.sidebar h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}
h2.in-blue {
  font-size: 40px;
}
.sidebar h2 + h2 {
  margin-top: 0;
}
.in-blue {
  color: #2cd5c4;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
}
.tit-img {
  text-align: center;
  margin: 20%;
}
.tit-img a {
  color: inherit;
  text-decoration: none !important;
}
.tit-img h3 {
  font-size: 18px;
}
.tit-img img {
  max-width: 100px;
}
header {
  border-bottom: solid 1px #2e0c00;
  padding-top: 52px;
  background: #fff;
}
.navbar-brand img {
  max-width: 96px;
  margin-top: -19px;
  background: white;
  padding: 8px;
}
.slider {
  padding-top: 30px;
  background: #fff !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  border-left: solid 2px #2cd5c4;
  line-height: 1;
  text-transform: uppercase;
  color: #666;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-nav > li > a.nav-selected,
.navbar-nav > li > a:hover {
  color: #007672;
}
.navbar-nav > li:first-child > a {
  border-left: none;
}
.nav.navbar-nav.navbar-right {
  margin-top: 20px;
}
footer {
  color: #726965;
  background: #1a1d1e;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-top hr {
  border-top: 1px solid #726965;
}
.main {
  padding: 20px;
  padding-bottom: 30px;
  background: #e7eae8;
  min-height: 333px;
}
.page-template-left-sidebar .main {
  background: #fff;
}
.footer-logo img {
  max-width: 42px;
  float: left;
  margin-right: 20px;
}
.footer-text a {
  color: inherit;
  text-decoration: none;
}
footer p {
  margin: 0;
}
.menu-list-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: auto;
  justify-content: center;
  margin-top: 4%;
  margin-bottom: 3%;
}
.menu-list-item {
  width: 33.33%;
  padding: 10px;
}
.menu-list-txt {
  text-align: center;
}
.menu-list-txt {
  text-align: center;
  background: #2cd5c4;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 54px;
  font-size: 20px;
}
.menu-list-txt a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
h1.title-thin {
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}
h1.title-thin s {
  color: #2cd5c4;
  text-decoration: none;
}
.slider img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ccm-page {
  max-width: 1920px;
  margin: auto;
}
.sidebar .nav > li > a {
  text-transform: uppercase;
  padding-left: 0;
  font-size: 22px;
  color: inherit;
  border-bottom: solid 1px;
}
.sidebar .nav > li:first-child > a {
  border-top: solid 1px;
}
.sidebar .nav {
  margin-top: 40px;
}
.sidebar .nav ul {
  border-bottom: solid 1px;
}
.sidebar .nav ul li {
  list-style: none;
}
.sidebar .nav ul li a {
  font-size: 19px;
  color: inherit;
  text-decoration: none;
  padding-top: 7px;
  display: block;
  padding-bottom: 7px;
}
.cat.row img {
  border-radius: 12px;
}
.category-item h3 {
  text-transform: uppercase;
  margin-top: 10px;
  /*background-image: url("../images/aiways-logo-list.png");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 65px;
	line-height: 1;*/
}
.category-item h3 a {
  color: inherit;
  text-decoration: none !important;
  background-image: url("../images/aiways-logo-list.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 56px;
  line-height: 0.8;
  display: block;
}
.category-item {
  margin-bottom: 30px;
}

.aiwa .hproduct {
  background-color: transparent;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  min-height: 110px;
}

.store-product-list-item.aiwa form {
  border: solid 1px;
  border-radius: 14px;
  overflow: hidden;
}
.aiwa .store-product-list-name {
  font-size: 16px;
}
.aiwa.store-product-list-item {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
.aiwa .lager {
  padding: 10px;
}
.store-product-list-sort.row {
  margin-bottom: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 230px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  left: 0;
}
/*-------------------------------------------------- */
