
.ctlist .fditem-list.item-grid:first-child{/*margin-top: 5px*/}
.ctlist .fditem-list.item-grid:last-child{/*margin-bottom: 5px*/}

.ctlist .item-grid{ position: relative; }
.ctlist .item-grid.ex-loading,
.ctlist .exfd-choice.loading{ pointer-events: none; opacity: .7; }
.ctlist .exf-img {
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 70px;
  border: 1px solid #eee;
  padding: 2px;
}
.ctlist .exf-img img {
    display: inline-block;
    vertical-align: top;
}
/* Start stype list 1 */
.list-style-1 .fditem-list.item-grid,
.list-style-2 .fditem-list.item-grid{
  margin-bottom: 20px;
  position: relative;
}
.fdstyle-list-1{
  width: 100%;
  position: relative;
  
}
.fdstyle-list-1 .fdlist_1_detail{}
.fdstyle-list-1 .fdlist_1_title{display: flex; border-bottom: 1px dashed #bbb}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_name{font-size: 22px; font-weight: 400; order: 1; line-height: 1.1; margin-bottom: 10px;}
.fdstyle-list-1 .fdlist_1_title::after {
  content: "";
  /*border-bottom: 1px dotted;*/
  flex-grow: 1;
  order: 2;
}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price{
  order: 3;
  font-size: 22px;
  color: inherit;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price del,
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price del{
  margin: 0;
  padding: 0;
  color: #2b2b2b;
 }
.fdstyle-list-1 .fdlist_1_title .fdlist_1_price ins,
.fdstyle-list-2 .fdlist_2_title .fdlist_2_price ins{
  background: none;
  margin: 0;
  padding: 0;
  color: inherit;
}
.fdstyle-list-1 .fdlist_1_des{width: 100%; position: relative;}
.fdstyle-list-1 .fdlist_1_des p{margin: 0; padding: 3px 0 5px 0; font-size: 15px; padding-right: 40px}
.fdstyle-list-1 .fdlist_1_des button{
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  border: 2px solid #ea1f2e;
  width: 25px;
  height: 25px;
  /*border-radius: 50%;*/
  padding: 0;
}
.fdstyle-list-1 .fdlist_1_des button > i{padding: 5px;  color: #b11717}
.fdstyle-list-2 .exfd-icon-plus,
.fdstyle-list-3 .exfd-icon-plus {
  width: 27px;
  height: 27px;
  background-color: transparent;
}
.fdstyle-list-2 .exfd-icon-plus:after,
.fdstyle-list-3 .exfd-icon-plus:after {
  background-color: #ea1f2e;
  width: 19px;
  height: 3px;
  top: 12px;
  left: 4px;
}
.fdstyle-list-2 .exfd-icon-plus:before,
.fdstyle-list-3 .exfd-icon-plus:before {
  background-color: #ea1f2e;
  width: 3px;
  height: 19px;
  top: 4px;
  left: 12px;
}
.fdstyle-list-1 .exfd-icon-plus{
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.fdstyle-list-1 .exfd-icon-plus:after{
  background-color: #ea1f2e;
  width: 15px;
  height: 3px;
  top: 8px;
  left: 3px;
}
.fdstyle-list-1 .exfd-icon-plus:before{
  background-color: #ea1f2e;
  width: 3px;
  height: 15px;
  top: 2px;
  left: 9px;
}
.exp-arrow figure.ex-no-description.fdstyle-list-1 {
    margin-bottom : 25px;
}
/* End stype list 1 */

/* Start stype list 2 */


@media screen and (max-width: 768px){
  .ex-fdlist.category_left .exfd-filter{
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none;
  }
  .ex-fdlist.category_left .ctlist{
    border-left: none;
    border-top: none;
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
  .ex-fdlist.category_left .exfd-filter .ex-menu-list{
    display: none;
  }
}