@charset "utf-8";
/*
* Pinterest 画像保存のためのソース設定
* ソースのみ書き出して Web UI は非表示にする
*/

img[data-images_for_pinterest="hide"],
.images_for_pinterest-hide {
  display: none !important;
}

.inner-series {
  overflow-x: hidden;
  overflow-y: visible;
}

.post-series {
  font-size: 0;
  width: calc(100% + 1%);
  margin: 30px auto;
  min-height: 64vh;
}

.list-series {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 1%);
  margin: 0 1% 1% 0;
  position: relative;
}

.list-series .series-name-jp {
  font-size: 0.8em;
}

.list-series .series-list-remarks {
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0.25em auto;
}

.list-series .series-list-remarks strong {
  font-weight: bold;
}

.list-series .series-list-remarks em {
  font-style: italic;
}

.list-series .series-list-remarks small {
  font-size: 0.8em;
}

.nav-taxonomy {
  /* display: none; */
  /* JSで制御を停止中 */
}

.nav-taxonomy.tax-oppend {
  display: block;
  /* JSで制御 */
  -webkit-animation: fadeIn 0.3s linear 0s 1;
  -moz-animation: fadeIn 0.3s linear 0s 1;
  -ms-animation: fadeIn 0.3s linear 0s 1;
  -o-animation: fadeIn 0.3s linear 0s 1;
  animation: fadeIn 0.3s linear 0s 1;
}

.nav-taxonomy-toggle {
  float: right;
  margin-left: 1em;
  display: none;
  /* JSで制御を停止中 */
}

.nav-taxonomy-toggle>a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0.35em 0.75em;
  background: #f6f6f6;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-taxonomy-toggle>a.active {
  background: #333;
  border-color: #111;
  color: #fff;
}

.nav-taxonomy-toggle>a .text {
  font-size: 0.7em;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  margin-left: 0.15em;
}

.clone-header-series .nav-taxonomy-toggle {
  display: none;
}

.wrap-select-taxonomy {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#wrap-select-taxonomy-size_variation {
  margin-top: 1em;
}

#js-post-series #no-post-message::before {
  content: "現在、該当する製品はありません。";
  font-size: 16px;
  margin-top: 8em;
  display: inline-block;
  vertical-align: top;
}

.js-slider-autoplay-toggle {
  font-size: 15px;
}

/* PC
----------------------------------------------------------*/

@media only screen and (min-width: 751px) {
  /*
  [data-article-term="washbasins"] #wrap-select-taxonomy-standard,
  [data-article-term="accessories"] #wrap-select-taxonomy-standard {
    width: 66.79%;
  }
  */
}

.select-taxonomy {
  font-size: 1em;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  box-sizing: border-box;
  background: #fafafa;
  position: relative;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.select-taxonomy-size_variation {
  position: relative;
}

#select-taxonomy-size_variation-capacity {
  display: none;
}

.select-terms {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}

.select-terms>li {
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #ccc;
}

.select-terms>li:first-child {
  border-top: none;
}

.select-term-item {
  position: relative;
}

.select-term-item .term-text {
  display: block;
  font-size: 0.875em;
  line-height: 1.4;
}

.select-term-item .term-icon+.term-text {
  margin-top: 0.5em;
}

.select-terms-parent {
  box-sizing: border-box;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 100;
}

.select-terms-children {
  margin: 0;
}

.js-accordion-trigger>a {
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

.select-taxonomy.has-active,
.ua-desktop .select-taxonomy:hover,
.select-taxonomy.has-active .js-accordion-trigger>a,
.ua-desktop .select-taxonomy:hover .js-accordion-trigger>a,
.select-taxonomy.sub-open,
.select-taxonomy.has-active .select-display,
.ua-desktop .select-display:hover,
.select-display.sub-open {
  background: #333;
  opacity: 1;
}

.select-taxonomy.has-active .text,
.select-taxonomy.has-active .select-display,
.ua-desktop .select-taxonomy:hover .text,
.select-taxonomy.sub-open .text,
.ua-desktop .select-display:hover,
.select-display.sub-open {
  color: #fff;
}

.ua-desktop .select-taxonomy:hover .accordion-icon-bar,
.select-taxonomy.sub-open .accordion-icon-bar,
.select-taxonomy.has-active .js-accordion-trigger .accordion-icon-bar {
  background-color: #fff;
}

.select-display.sub-open::after,
.select-taxonomy.has-active .select-display::after,
.ua-desktop .select-display:hover::after {
  border-top-color: #fff;
}

.js-accordion-contents {
  display: none;
  /* JSで制御 */
  position: absolute;
  top: 100%;
  z-index: 200;
  width: 100%;
  box-sizing: border-box;
}

.select-term-item:not(.unique-size) {}

.select-term-item:not(.unique-size)>.select-toggle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0.5em;
  padding-right: 40px;
  box-sizing: border-box;
}

.select-term-item:not(.unique-size).active-select-term>.select-toggle {
  color: #fff;
  font-weight: 500;
  background: #999;
}

.select-toggle {
  cursor: pointer;
}

.select-toggle>input[type="checkbox"] {
  display: none;
}

.terms-post {
  line-height: 1.25;
  margin-top: 0.25em;
}

.list-terms {
  font-size: 0.8em;
  display: inline;
}

.list-term-item {
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 0.4em 0.25em 0;
}

.list-term-item:last-child {
  margin-right: 0;
}

.list-term-item a {
  background: var(--base-color);
  border: 1px solid #999;
  padding: 0.3em 0.5em;
  box-sizing: border-box;
  line-height: 1.9;
  display: inline;
  vertical-align: middle;
  border-radius: 25px;
}

.title-post {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.25em 0 0 0;
}

.select-term-item .icon-svg {
  width: 100%;
  /*SVGファイルをobjectで読み込みクリック反応させる方法*/
  pointer-events: none;
}

.select-display {
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 2em;
  position: relative;
  font-weight: 500;
  line-height: 1.3;
}

.select-display::after {
  content: " ";
  position: absolute;
  right: 14px;
  top: 14px;
  border-top: 8px solid #333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.select-box,
.select-terms-parent {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #333;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

.select-box::-webkit-scrollbar,
.select-terms-parent::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

.select-box::-webkit-scrollbar-thumb,
.select-terms-parent::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.select-terms-size_variation {
  display: none;
  /* JSで制御 */
  max-height: 380px;
  overflow-y: auto;
}

.select-box>li {
  cursor: pointer;
}

.select-box>li>.select-toggle {
  box-sizing: border-box;
  padding: 2px 10px;
}

.ua-desktop .select-term-item>.select-toggle:hover {
  opacity: 0.7;
}

.select-box>.active-select-term>.select-toggle {
  font-weight: 500;
  background-color: #ddd;
}

.selected-item {
  font-weight: 600;
}

.unique-size>.select-toggle {
  display: block;
}

.select-taxonomy-title {
  position: relative;
}

.select-taxonomy-title>a .text {
  font-weight: 500;
  padding-right: 1.25em;
  line-height: 1.3;
}

.select-taxonomy-title>a .text::after {
  content: "から選ぶ";
}

.select-reset {
  font-size: 0.8em;
  text-align: right;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0;
  background: #333;
}

.select-reset>.select-toggle {
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0.3em 0.5em;
  background: #f6f6f6;
  font-weight: 400;
}

.term-icon,
.term-icon+.term-text {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.term-icon+.term-text {
  width: 69%;
}

.term-icon {
  width: 30%;
  height: 60px;
  padding-right: 5%;
  line-height: 1;
}

.term-icon>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.active-select-term .term-icon>img:not([src$=".svg"]) {
  mix-blend-mode: multiply;
}

.active-select-term .term-icon>img[src$=".svg"] {
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
  mix-blend-mode: screen;
}

#select-taxonomy-products_installation_bathtubs .term-icon>img,
#select-taxonomy-products_installation_washbasins .term-icon>img,
#select-taxonomy-products_supported_accessories .term-icon>img,
#select-taxonomy-products_type_accessories .term-icon>img {
  object-fit: cover;
}

/*** アコーディオンメニューのアイコン ***/

.accordion-icon,
.accordion-icon-bar {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 10px;
}

.accordion-icon-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion-icon-bar:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-icon-bar:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*** アコーディオンメニューのアイコン（＋/－）切り替え ***/

.sub-open .accordion-icon-bar:nth-of-type(1),
.sub-sub-open .accordion-icon-bar:nth-of-type(1) {
  display: none;
}

.sub-open .accordion-icon-bar:nth-of-type(2),
.sub-sub-open .accordion-icon-bar:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.header-series {
  margin-top: 1em;
  margin-bottom: 1em;
}

.count-series {
  float: left;
  line-height: 1.3;
}

.count-series .number {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0.2em 0 0.5em;
}

.count-series .unit {
  font-size: 0.7em;
}

.count-series .unit::before {
  content: "シリーズ";
}

#article-length .count-series .unit::before,
#article-width .count-series .unit::before,
#article-depth .count-series .unit::before,
#article-capacity .count-series .unit::before {
  content: "点";
}

.select-reset-all {
  float: right;
  font-size: 0.8em;
  text-align: right;
  margin-left: 1em;
}

.select-reset-all>.select-toggle {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.35em 0.6em;
  background: #ddd;
  font-weight: 400;
}

.select-reset-all>.select-toggle>.fa,
.select-reset-all>.select-toggle>.fas {
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
}

.ccc-favorite-post-toggle {
  background: rgba(255, 255, 255, 0);
  float: right;
}

.count-series .maker {
  display: none;
}

#article-length .count-series .category,
#article-width .count-series .category,
#article-depth .count-series .category,
#article-capacity .count-series .category {
  display: none;
}

#article-length .count-series .name::before {
  content: "長さ：";
}

#article-width .count-series .name::before {
  content: "幅：";
}

#article-depth .count-series .name::before {
  content: "深さ：";
}

#article-capacity .count-series .name::before {
  content: "容量：";
}

#article-length .count-series .name::after,
#article-width .count-series .name::after,
#article-depth .count-series .name::after {
  content: "mm";
}

#article-capacity .count-series .name::after {
  content: "ℓ";
}

#article-products_category[data-article-term="accessories"] #wrap-select-taxonomy-size_variation,
#article-length #wrap-select-taxonomy-size_variation,
#article-width #wrap-select-taxonomy-size_variation,
#article-depth #wrap-select-taxonomy-size_variation,
#article-capacity #wrap-select-taxonomy-size_variation {
  display: none;
}

#select-taxonomy-products_maker .term-icon>img {
  object-fit: contain;
}

#select-taxonomy-needs_tag_1 .select-term-parent {
  width: auto;
}

#select-taxonomy-needs_tag_1 .select-term-parent>.select-toggle {
  display: none;
}

.list-terms {
  display: none;
}

/* バスタブ */
.list-terms-needs_tag_1,
.list-terms-products_installation_bathtubs,
.list-terms-products_shape_bathtubs,
.list-terms-products_function_bathtubs {
  display: inline;
}

/* 洗面器 */
.list-terms-products_installation_washbasins,
.list-terms-products_shape_washbasins {
  display: inline;
}

/* アクセサリー */
.list-terms-products_supported_accessories,
.list-terms-products_type_accessories {
  display: inline;
}

.active-list-term {}

.wp_query-count {
  display: none;
  /* JSで制御 */
}

.wp_query-count .post-count::after,
.count-series .post-count::after {
  content: "/";
}

/*** タームの説明の表示切り替え ***/

.term-description-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  height: 100%;
}

.term-description-toggle-button {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.term-description-toggle-button::before {
  display: inline-block;
  vertical-align: top;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f05a";
  line-height: 1;
  box-sizing: border-box;
  padding: 0 10px;
}

.term-description-toggle.active .term-description-toggle-button::before {
  content: "\f00d";
}

/*** タームの説明のコンテンツ ***/

.term-description-content {
  display: none;
  /* JSで制御 */
}

.term-description-content.opened {
  display: block;
  /* JSで制御 */
  position: absolute;
  top: auto;
  left: auto;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  padding: 1em;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgb(0 0 0 / 40%);
  margin: 6px 0.5em 0.5em 0.5em;
  color: #fff;
  font-size: 0.9em;
}

.term-description-content.opened::before {
  content: "";
  border-left: 8px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.85);
  border-right: 8px solid transparent;
  position: absolute;
  top: -12px;
  left: 22px;
}

.term-description-toggle.active a::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.term-description-content .wp-caption {
  width: auto;
}

/*** タクソノミーの説明文 ***/

.select-taxonomy .js-accordion-contents::before {
  /* 基本は非表示（ none / inline-block ） */
  display: none;
  width: 100%;
  vertical-align: top;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 0;
  background: #333;
}

.select-taxonomy[data-select-taxonomy="products_japanfit_bathtubs"] .js-accordion-contents::before {
  display: inline-block;
  content: "※日本の狭いバスルームに合う、1400、1500、1600サイズのあるモデル";
}

.select-taxonomy[data-select-taxonomy="products_function_bathtubs"] .js-accordion-contents::before {
  display: inline-block;
  content: "※各モデルサイズにより下記条件が適合します。";
}


/*** スライダーコンテンツ ***/
/* 
 * ロード時に一瞬縦並びになるのをCSSで解決 
 * slick-initializedとは、スライダーが初期化（読み込み完了）した時点で付与されるclass
 *「slick-sliderと一緒にslick-initializedが付与されているか否か」でスタイルを分ける
 */
.js-images-slider:not(.slick-initialized) {
  width: 100%;
  padding-bottom: 68.75%;
  overflow: hidden;
}

.js-images-slider:not(.slick-initialized) .js-images-slider-cont {
  display: none;
}

.js-slider-autoplay-toggle {
  font-size: 0.8em;
  float: right;
  margin-left: 1.5em;
  display: none;
  /* 現在不使用 */
}

.js-slider-autoplay-toggle-button {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.35em 0.6em;
  background: #ddd;
  font-weight: 400;
}

.js-slider-autoplay-toggle-button .icon {
  display: inline-block;
  vertical-align: top;
  width: 1.2em;
  height: auto;
  margin-left: 0.75em;
  margin-right: 0.1em;
}

.js-slider-autoplay-toggle-button .icon::before {
  display: inline-block;
  vertical-align: top;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 600;
}

.js-slider-autoplay-toggle-button.start .icon::before {
  content: "\f04b";
}

.js-slider-autoplay-toggle-button.pause .icon::before {
  content: "\f04c";
  /* f04d */
}

.js-slider-autoplay-toggle-button .text {
  display: inline-block;
  vertical-align: top;
}

.js-slider-autoplay-toggle-button.start .text::before {
  content: "自動スライド開始";
}

.js-slider-autoplay-toggle-button .text::before {
  content: "自動スライド再開";
}

.js-slider-autoplay-toggle-button.pause .text::before {
  content: "自動スライド休止";
}

.img-post {
  position: relative;
  overflow: hidden;
}

.js-images-slider .js-images-slider-img,
.list-series .no-images-slider-img {
  width: 100%;
  padding-bottom: 68.75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.js-images-slider {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}


.js-images-slider .js-images-slider-cont {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: var(--base-color, #f6f6f6);
}

.js-images-slider.slick-slider .slick-dots {
  bottom: -25px;
  line-height: 0;
  opacity: 0.65;
  transform: scale(0.65);
}

.js-images-slider .slick-dots li button::before {
  font-size: 12px;
}

.js-images-slider-arrow {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 23px);
}

.js-images-slider-arrow .slick-prev,
.js-images-slider-arrow .slick-next,
.js-images-slider .slick-prev,
.js-images-slider .slick-next {
  height: 100%;
  width: 18%;
  z-index: 1;
}

.js-images-slider-arrow .slick-prev,
.js-images-slider .slick-prev {
  left: 0;
}

.js-images-slider-arrow .slick-next,
.js-images-slider .slick-next {
  right: 0;
}

.js-images-slider-arrow .slick-prev::before,
.js-images-slider-arrow .slick-next::before,
.js-images-slider .slick-prev::before,
.js-images-slider .slick-next::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-images-slider-arrow .slick-prev::before,
.js-images-slider .slick-prev::before {
  transform: rotate(-135deg);
  left: -20%;
}

.js-images-slider-arrow .slick-next::before,
.js-images-slider .slick-next::before {
  transform: rotate(45deg);
  right: -20%;
}

.ua-desktop .js-images-slider-arrow:hover .slick-prev::before,
.ua-desktop .js-images-slider-arrow:hover .slick-next::before,
.ua-desktop .js-images-slider:hover .slick-prev::before,
.ua-desktop .js-images-slider:hover .slick-next::before {
  border-color: #333;
}


.js-images-slider-cont[data-background_check="transparent"] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#818b8f));
  background-image: linear-gradient(180deg, #e3e3e3, #818b8f);
}

.js-images-slider .slick-slide {
  position: relative;
}

.js-images-slider .slick-slide:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #e3e3e3;
  width: 100%;
  height: 100%;
}

.js-images-slider .slick-current:before {
  display: none;
}



/* pc
----------------------------------------------------------*/

@media only screen and (max-width: 1240px) and (min-width: 751px) {
  .js-accordion-trigger>a,
  .select-display {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1024px) {
  .js-images-slider-arrow .slick-prev::before,
  .js-images-slider .slick-prev::before {
    left: 0;
  }
  .js-images-slider-arrow .slick-next::before,
  .js-images-slider .slick-next::before {
    right: 0;
  }
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 750px) {
  .nav-taxonomy-toggle {
    /* JSで制御 */
    display: block;
    margin-left: 0.9em;
  }

  .nav-taxonomy {
    width: 100%;
    /* JSで制御 */
    display: none;
  }

  .count-series {
    min-width: 50%;
  }

  .select-reset-all {
    margin-top: 1.5em;
    margin-left: 0;
    float: left;
  }

  .clone-header-series .select-reset-all {
    margin-top: 0;
    margin-left: 1em;
    float: right;
  }

  .select-taxonomy {
    display: block;
    font-size: 14px;
    border-left: none;
    border-top: 1px solid #ccc;
  }

  .select-terms>li {
    font-size: 14px;
  }

  .post-series {
    width: calc(100% + 1.5%);
    margin: 20px auto;
  }

  .list-series {
    width: calc(50% - 1.5%);
    margin: 0 1.5% 1.5% 0;
    font-size: 14px;
  }

  .ccc-favorite-post-toggle>a {
    padding: 3px 0 2px 0;
  }

  .js-slider-autoplay-toggle {
    margin-left: 0.9em;
  }

  .js-slider-autoplay-toggle-button {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 100%;
    width: 27.5px;
    height: 27.5px;
    text-align: center;
  }

  .js-slider-autoplay-toggle-button .text {
    display: none;
  }

  .js-slider-autoplay-toggle-button .icon {
    margin: 2px 0 0 0;
    width: auto;
  }

  .js-images-slider-arrow {
    display: none;
  }

  .js-images-slider.slick-slider .slick-dots {
    bottom: -23px;
  }

  #select-taxonomy-products_installation_bathtubs .select-term-item,
  #select-taxonomy-products_installation_washbasins .select-term-item,
  #select-taxonomy-products_installation_showers .select-term-item,
  #select-taxonomy-products_supported_accessories .select-term-item,
  #select-taxonomy-products_maker .select-term-item,
  #select-taxonomy-products_designer .select-term-item {
    width: auto;
  }

  .select-term-item:not(.unique-size) {
    margin: 0 auto;
  }

  .select-term-item .term-icon,
  .select-term-item .term-icon+.term-text {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .select-term-item .term-icon {
    height: 60px;
    padding-right: 5%;
  }

  .select-term-item .term-icon+.term-text {
    margin-top: 0;
  }

  .js-accordion-contents,
  .select-box,
  .select-terms-parent {
    position: relative;
  }

  .select-terms-size_variation {
    max-height: none;
  }
}