/* ---------------------------------------------------------------------------------------------------- Catalog section tile  */
.i_cs_tile {
  flex-flow: row wrap;
}
.i_cs.i_cs_tile .i_item {
  flex: 1 20%;
  max-width: calc(20% - 16px);
  margin: 20px 20px 40px 0;
  padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 1700px) and (max-width: 1899px) {
  .i_cs.i_cs_tile .i_item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1900px) {
  .i_cs.i_cs_tile .i_item {
    flex: 1 15.5%;
    max-width: 15.5%;
  }
  .i_cs.i_cs_tile .i_item:nth-child(6n+6) {
    margin-right: 0;
  }
}
@media (min-width: 1401px) and (max-width: 1699px) {
  .i_cs.i_cs_tile .i_item {
    flex: 1 25%;
    max-width: calc(25% - 16px);
  }
  .i_cs.i_cs_tile .i_item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 801px) and (max-width: 1400px) {
  .i_cs.i_cs_tile .i_item {
    max-width: calc(33.33% - 7px);
    flex-basis: 33.2%;
    padding: 20px 10px 20px 10px;
    margin-right: 10px;
  }
  .i_cs.i_cs_tile .i_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 541px) and (max-width: 800px) {
  .i_cs.i_cs_tile .i_item {
    max-width: calc(50% - 5px);
    flex-basis: 50%;
    margin-right: 10px;
    padding: 20px 10px 20px 10px;
  }
  .i_cs.i_cs_tile .i_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .i_cs.i_cs_tile .i_item {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding: 20px 10px 20px 10px;
  }
}
/* ---------------------------------------------------------------------------------------------------- Stiker */
/*.i_cs_tile .i_item .i_item_stiker > span {
	height: 58px;
	width: 58px;
}*/
/* ---------------------------------------------------------------------------------------------------- Img */
.i_cs_tile .i_item .i_item_img img {
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------------------------------------------------------------- Name */
.i_cs_tile .i_item .i_item_name {
  padding: 10px 0;
}
.i_cs_tile .i_item .i_item_name > span {
  height: 2.5em;
}
/* ---------------------------------------------------------------------------------------------------- e_Buy block */
.i_cs_tile .i_item .i_item_buy .i_buy_bought .i_text {
  margin-left: auto;
}
.i_cs_tile .i_item .i_item_buy .i_buy_bought .i_m_name {
  margin-right: auto;
}
/* ---------------------------------------------------------------------------------------------------- Remove */
/*----------------------------------------------------------------------------------------------------- Compare/Favorites*/
.i_cs_tile .i_item .i_item_compare {
  display: inline-block;
  margin-top: 10px;
}
.i_cs_tile .i_item .i_item_favorite {
  display: inline-block;
  margin-left: auto;
  margin-top: 10px;
  float: right;
}
/* -------------------------------------------------- Quantity */
.i_cs_tile .i_item .i_quantity {
  display: none;
}
.i_cs_tile .i_compare_succes,
.i_cs_tile .i_favorite_succes {
  bottom: 60px;
}
/* ---------------------------------------------------------------------------------------------------- Buy success */
/* ---------------------------------------------------------------------------------------------------- Count */
/* ---------------------------------------------------------------------------------------------------- Other */
.i_cs_tile > div:empty {
  flex: 235px;
}
.i_cs_tile .i_item_ext {
  display: flex;
  justify-content: space-between;
  width: auto;
  left: 20px;
  right: 20px;
  flex-direction: row;
  margin-top: 20px;
}
