body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body #itemAttention {
  margin-bottom: 0 !important;
}

body #item_attention_add {
  margin-bottom: 25px;
  color: #868686;
  font-size: 11px;
  line-height: 1.5em;
}

body#shopTopPage .itemList {
  justify-content: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

ul {
  padding-left: 0 !important;
}

.inquirySection h1 {
  display: none;
}

.inquirySection p {
  margin-top: 25px;
}

.inquirySection dl dt {
  font-size: 12px !important;
}

.inquirySection dl dd {
  margin-bottom: 10px;
}

@media screen and (max-width: 634px) {
  body.shop #shopHeader h1 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 635px) {
  body.shop #shopHeader h1 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }
}

.dropdown-header {
  position: fixed;
  top: 0;
  width: 345px;
  z-index: 2001;
  height: 50px;
  background-color: white;
}

@media screen and (max-width: 634px) {
  .dropdown-header {
    height: 50px;
  }
}

@media screen and (min-width: 635px) {
  .dropdown-header {
    height: 0;
  }
}

.dropdown-header .dropdown-menu {
  margin-top: 21px;
  padding-left: 10px;
}

@media screen and (min-width: 635px) {
  .dropdown-header .dropdown-menu {
    display: none;
  }
}

.charka-flex { display: flex; }
.charka-flex-center { justify-content: center; }
.charka-nav { list-style: none; margin: 0; padding: 0; }
.charka-nav-center { text-align: center; }

.dropdown-header .dropdown-menu .charka-dropdown-content {
  display: none;
  padding: 0 0 10px 0;
  background-color: white;
}

.dropdown-header .dropdown-menu span[aria-expanded="true"] + .charka-dropdown-content {
  display: block;
}

@media screen and (min-width: 245px) {
  .dropdown-header .dropdown-menu .one-column-menu {
    display: none;
  }
}

.dropdown-header .dropdown-menu .two-column-menu {
  width: 100px;
}

@media screen and (max-width: 244px) {
  .dropdown-header .dropdown-menu .two-column-menu {
    display: none;
  }
}

@media screen and (min-width: 330px) {
  .dropdown-header .dropdown-menu .two-column-menu {
    display: none;
  }
}

.dropdown-header .dropdown-menu .three-column-menu {
  width: 100px;
}

@media screen and (max-width: 329px) {
  .dropdown-header .dropdown-menu .three-column-menu {
    display: none;
  }
}

@media screen and (min-width: 635px) {
  .dropdown-header .dropdown-menu .three-column-menu {
    display: none;
  }
}

.dropdown-header .dropdown-menu .three-column-menu span {
  vertical-align: middle;
}

@media screen and (max-width: 634px) {
  body.shop #shopHeader nav {
    display: none;
  }
}

.only-one {
  display: none;
}

img.logoImage {
  display: none;
}

.charka-logo {
  width: 111px;
  height: 40px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/678a50f7a866d/charka_logo.png');
}

.btn-about {
  width: 61px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ea6b5a104/btn_about.png');
}

.btn-materials {
  width: 86px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ecee65137/btn_materials.png');
}

.btn-gallery {
  width: 70px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ecbf19583/btn_gallery.png');
}

.btn-news {
  width: 52px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ed07e037f/btn_news.png');
}

.btn-online-shop {
  width: 105px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ed2abc074/btn_online_shop.png');
}

.btn-instagram {
  width: 95px;
  height: 32px;
  background-image: url('https://basefile.akamaized.net/charka-base-shop/6789ed58e6d08/btn_instagram.png');
}