a {
  color: #1b1c20;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #FEDC00; }
  a:hover, a:focus {
    text-decoration-color: currentColor;
    color: #1b1c20; }

.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #1b1c20;
  border-top: 5px solid #FEDC00;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem; }
  .top a {
    border: none;
    margin-left: 1rem;
    margin-right: 1rem; }

.menu {
  justify-items: center;
  display: flex;
  flex-direction: row; }
  .menu a {
    display: block;
    padding: .7rem;
    color: white;
    border: none;
    white-space: nowrap; }
    .menu a:hover, .menu a.active {
      text-decoration: none;
      color: #1b1c20;
      background: #FEDC00; }

.map {
  border: none;
  height: 400px;
  width: 100%; }

.contact {
  padding-left: 0; }
  .contact a {
    display: inline-block;
    margin-left: .5rem; }
  .contact li {
    list-style-type: none; }

.btn-buy {
  background-color: #f15621;
  background-image: none;
  border: none;
  text-decoration: none;
  border-radius: 0;
  font-weight: bold; }
  .btn-buy:hover, .btn-buy:focus {
    background-color: #ff470a; }

.categories {
  padding-bottom: 0.5rem; }
  .categories .categories-root > li > a {
    font-weight: bold; }
  .categories .categories-root > li > ul > li > ul li {
    display: none; }
  .categories li {
    list-style: none;
    width: 100%; }
    .categories li a {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 100%;
      border-bottom: none;
      line-height: 150%;
      display: block;
      margin-left: -.5rem;
      padding-left: .5rem;
      margin-right: -.5rem;
      padding-right: .5rem; }
    .categories li.active {
      display: block !important; }
      .categories li.active > a {
        background: #1b1c20;
        color: #FEDC00;
        font-weight: bold; }
      .categories li.active > ul > li {
        display: block !important; }
    .categories li.active-sub-item > ul > li {
      display: block !important; }
  .categories .categories-root {
    padding-left: 0; }

.category, .sub-category {
  position: relative;
  margin-bottom: 1.5rem; }
  .category .category-title, .category .sub-category-title, .sub-category .category-title, .sub-category .sub-category-title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #FEDC00;
    color: #1b1c20;
    margin: 0 1rem 0 0;
    padding: 1rem; }

.sub-categories {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.sub-category {
  padding-left: .75rem;
  padding-right: .75rem; }
  .sub-category .sub-category-title {
    left: 1.75rem;
    bottom: 1rem;
    padding: 0.5rem 0.5rem 0.25rem;
    max-width: calc(100% - 3.75rem); }
    .sub-category .sub-category-title a {
      display: block;
      line-height: 120%;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .sub-category a {
    display: block;
    border: none; }

.brand-catalogs .brand-catalogs-list {
  display: flex; }
  .brand-catalogs .brand-catalogs-list .brand-catalog {
    width: calc(25% - 2rem);
    padding: 1rem;
    margin: 1rem;
    padding-bottom: .5rem;
    background: white;
    text-align: center; }
    .brand-catalogs .brand-catalogs-list .brand-catalog a {
      border: none; }
    .brand-catalogs .brand-catalogs-list .brand-catalog:hover {
      background: #f15621; }
      .brand-catalogs .brand-catalogs-list .brand-catalog:hover a {
        color: white !important; }
    .brand-catalogs .brand-catalogs-list .brand-catalog .brand-catalog-thumb-url {
      border: none; }
  .brand-catalogs .brand-catalogs-list .brand-catalog-thumb {
    max-width: 100%;
    margin-bottom: .5rem; }

.blog-post-item {
  margin-bottom: 1rem;
  cursor: pointer; }

.blog-post-thumb {
  margin-bottom: 1rem;
  padding-right: 0; }
  .blog-post-thumb a {
    border: none; }
    .blog-post-thumb a:hover {
      border: none; }

.blog-posts-more {
  padding: 1rem; }

.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .products .product-item {
    position: relative;
    width: calc((100%/3) - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #dedede;
    transition: .1s; }
    .products .product-item a {
      display: block;
      border: none; }
    .products .product-item .product-item-title {
      margin-top: .5rem;
      min-height: 3em;
      padding: 0 .75rem;
      text-align: center; }
    .products .product-item .product-item-image {
      display: block; }
    .products .product-item .wholesale-info {
      line-height: 1;
      border-top: 1px solid #dedede;
      background: #fcfcfc;
      padding: .5rem;
      margin: 0;
      background-image: linear-gradient(146deg, rgba(255, 255, 255, 0) 26%, #FEDC00 42%, rgba(255, 255, 255, 0) 61%);
      background-repeat: no-repeat;
      background-size: 400%;
      transition: 1s;
      background-position-x: -10%;
      background-position-y: 0; }
    .products .product-item:hover {
      border: 1px solid #FEDC00; }
      .products .product-item:hover .wholesale-info {
        background-position-x: 110%; }

.side-panel {
  background: #FEDC00;
  color: #1b1c20;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-top: -20px; */
  padding-top: 0.1rem; }

.partner {
  border: none; }
  .partner:hover {
    border: none; }
  .partner img {
    margin: 1rem; }

.footer {
  margin-top: 1rem; }
  .footer p {
    font-size: 0.9em;
    color: #969696;
    text-align: left;
    margin: 10px 0px; }
  .footer .copyright a, .footer .copyright a:hover {
    color: #969696;
    text-decoration: none; }
  .footer .footer-links a {
    margin-left: 1rem;
    margin-right: 1rem; }

.error-message {
  margin-top: 6rem;
  margin-bottom: 6rem; }

/*# sourceMappingURL=toko_main.css.map */
