.single-post .cus-banner .panels-trans {
    padding-top: 13%;
    padding-bottom: 13%;
}

.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .woocommerce-ordering {
    display: none;
}

.menu-shop-menu-container a {
    color: black;
    font-weight: bold;
}
.menu-variety-menu-container a {
    color: black;
    font-weight: bold;
}

.dropdown {
    min-width: 8em;
}

@media screen and (max-width: 480px) {
    .module--slideshow .slide-item .slide .slide-wrap .slide-content-wrap {
        margin-top: 0;
        margin-bottom: 400px;
    }
  .module--slideshow .slide-item {
    max-height: 300px!important;
}
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
    .module--slideshow .slide-item .slide .slide-wrap .slide-content-wrap {
        margin-top: 0;
          max-height: 600px!important;
        margin-bottom: 700px;
    }
  .module--slideshow .slide-item {
    max-height: 450px!important;
}
}

h1 {
  font-size: 1.7em
}
h2 {
  font-size: 1.4em
}
h3 {
  font-size: 1.3em
}