body{
  font-weight: 100;
  font-family: 'Noto Sans JP', sans-serif;
  color: #505050;
}

.content_box {
  width: 1140px;
  background-color: #dbd5c7;
  margin: 0 auto 80px;
  font-family: 'Noto Sans JP', sans-serif;
}


.content_box .title {
  position: relative;
  font-weight: 300;
  text-align: center;
  margin: 0% 0 20px 0;
  font-size: 30px;
  letter-spacing: 0.5em;
  padding-top: 26px;
}

.content_box .title:after {
  width: 100%;
  height: 50px;
  position: absolute;
  content: "";
  background: url(../image/title.png);
  background-size: 121px;
  bottom: -26px;
  left: -7px;
  background-repeat: no-repeat;
  background-position: center;
}

.content_box .bold {
  font-weight: 400;
  font-size: 32px;
}

.content_box .bold2 {
  font-weight: 400;
  font-size: 14px;
}

.content_box .logo {
  position: absolute;
  width: 13%;
  left: 12.2em;
  top: 3.3em;
}

.content_box .tab {
  letter-spacing: 1px;
  font-weight: 300;
  padding: 15px;
  /* height: 23px; */
}

.content_box .categry_btn {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #4d4d4d;
  /*文字色*/
  background: #FFF;
  border-radius: 10px;
  /*角の丸み*/
  margin: 0 auto;
  padding: 3% 2%;
}

.content_box .icon {
  margin: 0 0 0 18px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

.content_box .menu {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}

.content_box .menu select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.content_box .menu select::-ms-expand {
  display: none;
}

.content_box .menu.design {
  position: relative;
  border-radius: 2px;
  border-radius: 5px;
  background: #ffffff;
  margin: 0 auto;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background: transparent; */
  white-space: nowrap;
  width: 323px;
  margin-top: 50px;
}

.content_box .menu.design::before {
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  pointer-events: none;
}

.content_box .menu.design select {
  padding: 7px 49px 8px 153px;
  display: inline-block;
}

.content_box .kitake .attention{
  text-align: center;
}

.content_box .kitake_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 10px auto 30px;
  justify-content: center;
}

/* 円の基本形 */

.content_box .maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
}

/* 円の大きさ */

.content_box .size_normal {
  width: 80px;
  height: 80px;
}

/* 文字の大きさ */

.content_box .letter3 {
  font-size: 12px;
  color: white;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 300;
}

/* 文字の大きさ */

.content_box .letter4 {
  font-size: 15px;
  color: white;
  /* line-height: 1.5em; */
  letter-spacing: 2px;
  /* line-height: 22px; */
  font-weight: 300;
}

/* 円と文字の色 */

.content_box .pink1 {
  background-color: #636363;
}
.content_box .pink1.selectedKitake {
  background-color: #a6937c;
}


.content_box .modelIcon {
  width: 10%;
}

.content_box .model_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.content_box .kitake_btn {
  width: 100px;
  text-align: center;
  padding: 0 10px;
}

.content_box .kitake_btn a{
  display: block;
}


.content_box .kitake_btn img {
  width: 90%;
}

.content_box .height_wrap {
  background-image: url("../image/bg_img.jpg");
  padding-top: 40px;
}

.content_box .guide {
  text-align: center;
  padding: 0;
  letter-spacing: 6px;
  font-weight: 400;
  font-size: 16px;
}

.content_box .photo {
  width: 316px;
  padding: 0 15px;
  box-sizing: border-box;
  /* justify-content: center; */
}

.content_box .photo1 {
  text-align: left;
}

.content_box .photo2 {
  text-align: right;
}

.content_box .tab_color {
  background-color: white;
  width: 886px;
  margin: 0 auto;
}

.content_box .panel_contet {
  width: 699px;
  margin: 60px auto 0;
}

.content_box input[type="radio"] {
  display: none;
}

.content_box .tab_area {
  font-size: 0;
  margin: 10px auto 0;
  text-align: center;
  width: 886px;
  /* justify-content: center; */
}




.content_box .panel_content_img {
  width: 100%;
}

.content_box .tab_area label {
  width: 182px;
  height: 47px;
  /* vertical-align: top; */
  margin: 2px 6px 17px 6px;
  display: inline-block;
  /* padding: 12px 0; */
  background: #cccccc;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}



.content_box .tab_area label:hover {}


.content_box .panel_area {
  position: relative;
  height: 1220px;
}

.content_box .tab_panel {
  /* padding: 80px 0; */
  /* display: none; */
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -443px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.content_box .tab_panel p {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}

.content_box .tab_panel p.attention{
  font-size: 10px;
  margin: 10px auto;
  border: 1px solid #ccc;
  padding: 6px 10px;
}


.content_box .itemName {
  margin: 3%;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}

.content_box .comment {
  text-align: center;
  font-size: 12px;
  margin: 2% 0 5% 0;
  line-height: 150%;
}

.content_box .com_img {
  width: 15%;
  padding: 7% 42% 0px 42%;
}

.content_box .sizeGuide {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0 5%;
  position: relative;
  z-index: 2;
}



.content_box #panel1,
.content_box #panel2,
.content_box #panel3{
  height: 1220px;
}

.content_box #tab1:checked~.panel_area #panel1,
.content_box #tab2:checked~.panel_area #panel2,
.content_box #tab3:checked~.panel_area #panel3 {
  opacity: 1;
  z-index: 1;
}

.content_box #tab1:checked~.tab_area .tab1_label,
.content_box #tab2:checked~.tab_area .tab2_label,
.content_box #tab3:checked~.tab_area .tab3_label,
.content_box #tab4:checked~.tab_area .tab4_label,
.content_box #tab5:checked~.tab_area .tab5_label,
.content_box #tab6:checked~.tab_area .tab6_label,
.content_box #tab7:checked~.tab_area .tab7_label {
  background: #ffffff;
  color: #000;
}

.content_box #panel4,
.content_box #panel5,
.content_box #panel6,
.content_box #panel7 {
  height: 639px;
}

.content_box #tab4:checked~.panel_area #panel4,
.content_box #tab5:checked~.panel_area #panel5,
.content_box #tab6:checked~.panel_area #panel6,
.content_box #tab7:checked~.panel_area #panel7 {
  opacity: 1;
  z-index: 1;
  height: 640px;
}

.content_box #tab4:checked~.panel_area,
.content_box #tab5:checked~.panel_area,
.content_box #tab6:checked~.panel_area,
.content_box #tab7:checked~.panel_area {
  height: 641px;
}

.content_box .hyou td {
  border: solid 1px;
  background-color: #ffff;
  font-weight: 500;
  padding: 7px;
}

.content_box table th {
  background: #e5e5e5;
  font-size: 12px;
  padding: 7px;
  border: solid 1px;
  text-align: center;
}

.content_box table.hyou {
  border-collapse: collapse;
  text-align: center;
  border: solid 1px;
  margin: 0 auto;
  width: 569px;
}

.content_box table th, table td {
  font-size: 10px;
  text-align: center;
}

.content_box .footer {
  background-color: #ddd6c7;
  padding-bottom: 5%;
}

.content_box .footer_wrap {
  text-align: center;
}

.content_box .cat_menu {
  padding-top: 40px;
  letter-spacing: 6px;
  font-size: 22px;
  color: white;
}

.content_box .nihongo{
  font-size: 13px;
margin-top: 7px;
letter-spacing: 3px;
}

.content_box .categoryBox {
  /* padding: 13px 44px; */
margin: 30px 25px 0 0;
font-weight: bold;
color: #636363;
background: #f7f5f0;
/* border: solid 3px #6091d3; */
border-radius: 10px;
width: 323px;
height: 63px;
display: inline-flex;
justify-content: center;
align-items: center;
/* border-radius: 50%; */
flex-flow: column;
vertical-align: top;;
}


.content_box .categoryBox2 {
  /* padding: 13px 44px; */
margin: 30px 25px 0 0;
font-weight: bold;
color: #636363;
background: #ded7c7;
/* border: solid 3px #6091d3; */
border-radius: 10px;
width: 323px;
height: 63px;
display: inline-flex;
justify-content: center;
align-items: center;
/* border-radius: 50%; */
flex-flow: column;
vertical-align: top;
}


.content_box .boxComment {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  font-size: 11px;
}


.content_box .boxComment:before{
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: -5px;
  top: -2px;
  /* z-index: 10; */
}

.content_box .boxComment a{
  display: block;
}

.content_box .boxComment1:before{
  background: url(../image/tops.png) center;
  background-size: cover;
}

.content_box .boxComment2:before{
  background: url(../image/outer.png) center;
  background-size: cover;
}

.content_box .boxComment3:before{
  background: url(../image/onepiece.png) center;
  background-size: cover;
}

.content_box .boxComment4:before{
  background: url(../image/relaxonepiece.png) center;
  background-size: cover;
}

.content_box .boxComment5:before{
  background: url(../image/pants.png) center;
  background-size: cover;
}

.content_box .boxComment6:before{
  background: url(../image/skirt.png) center;
  background-size: cover;

}
.content_box .modeltype p{
  background-color: #636363;
  padding: 6px 0;
  white-space: nowrap;
  border-radius: 5px;
  color: white;
  letter-spacing: 4px;
  width: 216px;
  box-sizing: border-box;
  font-size: 12px;
}

.content_box .modeltype1{
  width: 30%;
}
.content_box .modeltype1 p{
  background-color: #a6937c;
  padding: 6% 0;
  white-space: nowrap;
  border-radius: 5px;
  color: white;
  letter-spacing: 4px;
  width: 167px;
  box-sizing: border-box;
  font-size: 12px;
}


.content_box .modeltype2{
  width: 30%;
}
.content_box .modeltype2 p{
  background-color: #59493f;
  padding: 6% 0;
  white-space: nowrap;
  border-radius: 5px;
  color: white;
  letter-spacing: 4px;
  width: 167px;
  box-sizing: border-box;
  font-size: 12px;
}



.content_box .modeldetail{
  /* width: 430px; */
  margin-left: 40px;
}



.content_box .modeldetail p{
  position: relative;
  text-align: left;
  padding: 0 0 0 2%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}


.content_box .model:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  background: url(../image/model.png) center;
  left: -26px;
  top: calc(50% - 12.5px);
  /* z-index: 10; */
  background-size: cover;
}


.content_box .photowrap{
  text-align: center;
  display: flex;
  width: 699px;
  justify-content: center;
}


.content_box .FrontBack{
    margin: 6% 0 0 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}


.content_box .how_to_use{
  text-align: center;
  margin: 0 auto;
  display: block;
  background: inherit;
  border: 0;
  padding: 10px 0 20px;
}

.content_box .how_to_use span{color: #fff;font-size: 17px;position: relative;margin: 0 auto;padding-left: 20px;box-sizing: border-box;line-height: 24px;display: block;}

.content_box .how_to_use span:before{
  content:"";
  width: 20px;
  height: 20px;
  background: url(https://styledeli.itembox.design/item/sizeguide/assets/image//hatena.png);
  left: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 2px;
}
.content_box .how_to_use span:after{
  content: '';
  width: 102px;
  height: 1px;
  background:#fff;
  margin: 0 auto;
  position: absolute;
  bottom: -3px;
  left: -8px;
}

.content_box .btn-select{
  position: relative;
  width: 320px;
  height: 53px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
}
.content_box .category{
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.15em;
  top: 50%;
  margin-top: -8px;
  left: 76px;
}




.content_box .btn-select:before{
  position: absolute;
  left: 15px;
  content:"";
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_box .btn-select.tops:before{
  background-image: url(../image/tops.png);
}



.content_box .btn-select.onepiece:before{
  background-image: url(../image/onepiece.png);
}



.content_box .btn-select.relaxonepiece:before{
  background-image: url(../image/relaxonepiece.png);
}


.content_box .btn-select.outer:before{
  background-image: url(../image/outer.png);
}


.content_box .btn-select.pants:before{
  background-image: url(../image/pants.png);
}


.content_box .btn-select.skirt:before{
  background-image: url(../image/skirt.png);
}

.content_box .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  line-height: 47px;
  width: 268px;
  margin-left: 55px;
  background: none;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.25em;
  font-weight: 300;
  padding-right: 47px;
  letter-spacing: 0;
}

.content_box .btn-select:after {
  position: absolute;
  content: "▼";
  width: 16px;
  height: 16px;
  top: 50%;
  font-size: 14px;
  right: 0;
  margin: -11px 15px 0 0;
  color: #4b4b4b;
}

/* フォーカス時 */
.content_box .select:focus {
  border: none;
  border-radius: 0;
  box-shadow: none;
}


@keyframes fadeIn {
  0% { opacity:0;}
  30% { opacity:0; }
  60% { opacity:0.6; }
  100% { opacity:1;}
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.section.kitake{
  display: none;
  margin-top: 10px;
}
.section.kitake.display{
  display: block;
}

.content_box .fixed-right{
  position: fixed;
  right: calc((100vw - 1140px) / 2 );
  width: 100px;
}

.content_box .js-kitake-display{
  bottom: 100px;
}

.content_box .kitake-cat{
  position: relative;
  padding: 9px 0;
}

.content_box .moto-item{
  position: relative;
  margin-top: 20px;
  padding: 8px 0;
}

.content_box .sizeSelectTop {
  display: block;
}
.content_box .sizeSelectTop p{
  color:#ffffff;
}
.content_box .sizeSelectTop .sizeSelectTop_title{
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}
.content_box .moto_item{
  display: block;
}

.content_box .moto_item img{
  display: block;
  width:90px;
  margin:0 auto;
}

.content_box .moto_item p{
  color:#ffffff;
  text-align: center;
}

.content_box .moto_item .moto_item_title{
  font-size: 10px;
}
.content_box .moto_item .moto_item_kitake{
  font-size: 13px;
  padding:5px 0;
}
.content_box .moto_item .moto_item_kitake span{
  font-size: 15px;
}

.content_box .moto_item .moto_item_btn{
  font-size: 10px;
  background: #d9d3c7;
  color: #43321c;
  letter-spacing: 0;
  border-radius: 5px;
  width: 100px;
  transform: scale(0.9);
  padding: 4px 0;
}

.content_box .moto_item .moto_item_btn span{
  transform: scale(0.9);
  letter-spacing: 0;
  display: block;
  font-weight: bold;
}

.content_box .bg-brown{
  background: rgba(166, 147, 124, 0.8);
}
.content_box .side-type{
  padding-left: 50px;
  z-index: 1;
}

.content_box .side-type span{
  display: block;
}
.content_box .side-type-img{
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  background-position: center;
  background-size: cover;
  height: 30px;
}

.content_box .side-type-img.tops{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/tops_white.png);
}
.content_box .side-type-img.outer{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/outer_white.png);
}
.content_box .side-type-img.pants{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/pants_white.png);
}
.content_box .side-type-img.skirt{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/skirt_white.png);
}
.content_box .side-type-img.onepiece{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/onepiece_white.png);
}
.content_box .side-type-img.relaxonepiece{
  background-image: url(https://styledeli.itembox.design/item/sizeguide/assets/image/relaxvonepiece_white.png);
}

.content_box .js-fadeOut {
  opacity: 0;
  transition: all 2s ease;
  z-index: -1;
}

.content_box .js-fadeIn {
  opacity: 1.0;
  transition: opacity 2s ease;
  z-index: 3;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 996;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal_wall {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
}
.modal_body {
    position: relative;
    z-index: 7;
    box-sizing: border-box;
    width: 90%;
    max-width: 800px;
    margin: 60px auto;
}
.modal_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 56px 15px 10px;
  background: #efefef;
  overflow-y: hidden;
  min-height: calc(100vh - 120px);
}
.modal_close {
  position: absolute;
  top: 8px;
  right: 10px;
  display: table;
  width: 36px;
  height: 36px;
}
.modal_close > span {
  display: table-cell;
  width: 100%;
  color: #333;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size:200%;
}
.modal_content {
  overflow-y: auto;
  height: calc(100% - 60px);
  padding-bottom: 60px;
}

.modal_content::-webkit-scrollbar {
    width: 10px;
}
.modal_content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff !important;
}
.modal_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#c1c1c1 !important;
}
.modal_close_btn{
  width: 140px;
  border-radius: 1px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  color: #ffffff;
  background: #636363;
  left: 50%;
  margin-left: -70px;
}
.modal_close_btn span{
    padding: 6px 6px 6px 20px;
    display: block;
    position:relative;
}
.modal_close_btn span:before{
    position:absolute;
    content:"×";
    width:15px;
    height:15px;
    left: 40px;
}
.modal_content .title:after {
    background: url(../image/title.png);
    background-size: 121px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.modal_content .header .title{
  font-size: 20px;
  padding-top: 0;
  z-index: 1;
}
.modal_content .header .title .bold{
  font-size: 24px;
}
.modal_content .discription{
  margin: 40px 0 30px;
}
.modal_content .discription p{
  text-align: center;
}
.modal_content .content_col{
  margin-bottom: 40px;
}
.modal_content .content_flex{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.modal_content .content_col_num{
  text-align: center;
  font-family: ‘utsukushiregular’ , ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’ , ‘HiraMinProN-W3’ ,”メイリオ”, Meiryo, serif;
}
.modal_content .content_col_text{
  margin-bottom: 10px;
  font-size: 14px;
}
.modal_content .content_col_img{width: 100%;}
.modal_content .content_col_img + .content_col_text{
  margin-top: 10px;
}

@media screen and (min-width: 897px) {

  .modal_content {
      width: 600px;
      margin: 0 auto;
  }
  .modal_content .discription p {
      font-size: 18px;
  }
 .modal_content .content_col {
      margin-bottom: 80px;
  }
 .modal_content .content_col_num {
    width: 100px;
  }
  .modal_content .content_col_num {
    font-size: 40px;
  }
 .modal_content .content_col_text {
    width: 500px;
    font-size: 16px;
    margin: 0 auto;
  }

  .content_box .tab_panel p.attention{
    width: 602px;
  }

}


.recommend-item .fs-c-productListItem__control{
  display: none;
}
.recommend-item{
  background: #ccc;
  padding: 5% 0;
}
.recommend-item__title{

margin-bottom: 10px;
}
.recommend-item__title__txt{

text-align: center;

font-size: 20px;
}
.recommend-item__inr{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend-item__item{
  width: 20%;
  padding: 1%;
}
.recommend-item__item__anchor{

}
.recommend-item__item__image{
}

.recommend-item__item__image__img{
}

.recommend-item__item__detail{

}
.recommend-item__item__detail__txt{
}

.recommend-item__item__detail__txt_thin{

}



/*=============================================================================
AI recommend
==============================================================================*/
.flywheel-recommend__frame{
  margin: 40px auto 0;width: 100%;}
.fs-p-heading--lv2{font-size: 12px;padding-bottom: 10px;border-bottom: 1px solid;color: #3a3a3a;padding-left: 10px;}

.fr3-productListCarousel{margin-top: 10px;}


.flywheel-recommend__frame .fr3-productListCarousel {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
}

@media screen and (max-width: 500px){
  .flywheel-recommend__frame .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide{
      flex: 0 0 calc((100% - 5px * 2) / 3);
  }
}

@media screen and (min-width: 600px){
  .flywheel-recommend__frame .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {
      flex: 0 0 calc((100% - 16px * 3) / 3);
  }
}

@media screen and (min-width: 768px){
  .flywheel-recommend__frame .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {

      flex: 0 0 calc((100% - 16px * 3) / 6);
  }
}

@media screen and (min-width: 1140px){
  .flywheel-recommend__frame .fr3-productListCarousel__responsive_1 .fr3-productListCarousel__slide {

      flex: 0 0 calc((100% - 16px * 3) / 8);
  }
}

.fr3-productListCarousel__ButtonContainer{
}
.fr3-productListCarousel__Button{
}
.fr3-productListCarousel__ButtonImage{
}
.flywheel-recommend__frame .fr3-productListCarousel__slides{gap: 5px;}
.fr3-productListCarousel__slide{
}
.fr3-productListCarousel__slide .fr3-item{
}
.fr3-productListCarousel__slide .fr3-item__link{
}
.fr3-productListCarousel__slide .fr3-item__imageContainer{
}
.fr3-productListCarousel__slide .fr3-item__image{
}
.fr3-productListCarousel__slide .fr3-item__productName{text-align: center;font-size: 10px;}
.fr3-productListCarousel__slide .fr3-item__productPrice{justify-content: center;align-items: center;}
.fr3-productListCarousel__slide .fr3-item__productPrice__price{
}
.fr3-productListCarousel__slide .fr3-item__productPrice__currencyMark{font-size: 10px;}
.fr3-productListCarousel__slide .fr3-item__productPrice__value{font-size: 10px;}
.fr3-productListCarousel__slide .fr3-item__productPrice__addon{font-size: 10px;}



#ch-plugin-entry{
  display: none;
}
