/* common */
.c-gmenu {
  transform: translateX(20px);
}
.c-gmenu__container {
  margin: 0 0 0 auto;
}

/* top */

/* base info */



/* product */

.c-product_item__inner__price span.small {
  font-size: 14px;
}
.c-product_info__form__submit.fix-hover {
  border-radius: 12px;
}


/* custom */
.u-text--head {
  color: white !important;
  font-size: 16px !important;
}
.p-category_panel__title__en,
.p-new_product__title__en,
.p-news__inner__title__en {
  margin-bottom: 0;
}
.p-gallery_panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.p-gallery_panel__title__en.u-text--head > img {
  height: 40px;
  width: auto;
}

.gallery-swiper {
  margin-top: 40px;
}

.swiper-wrapper .swiper-slide {
  width: 20%;
  height: 100% !important;
}

@media screen and (max-width: 719px) {
  .swiper-wrapper .swiper-slide {
    width: 60%;
  }
}

.f-carousel__toolbar {
  display: none;
}

.f-thumbs {
  display: none;
}

button.f-button {
  width: 24px;
  height: 24px;
}

button.f-button svg {
  width: 12px;
  height: 12px;
}
