.cat-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cat-content .left-col {
  flex: 0 0 280px;
  align-self: stretch;
  border-right: 1px solid #f2f2f2;
}
.cat-content .right-col {
  flex: 1 1 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cat-content .right-col .item {
  flex: 1 0 0;
  min-width: 230px;
  max-width: 270px;
  display: block;
  margin: 0 15px 30px 15px;
  align-self: stretch;
}
.cat-content .right-col .items-feed {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cat-content .right-col .items-feed .item-block {
  flex: 0 0 227px;
  display: flex;
  margin: 0 15px 60px 15px;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .cat-content .left-col {
    flex: 0 0 200px;
  }
  .cat-content .right-col .items-feed {
    padding-top: 30px;
  }
  .cat-content .right-col .items-feed .item-block {
    flex: 0 0 50%;
    min-width: 0;
    max-width: 100%;
    padding: 0 15px 30px 15px;
    margin: 0;
  }
}
@media screen and (max-width: 719px) {
  .cat-content {
    display: block;
  }
  .cat-content .right-col {
    flex: 1 1 100%;
  }
  .cat-content .right-col .items-feed {
    padding: 0 15px;
  }
  .cat-content .right-col .items-feed .item-block {
    flex: 0 0 50%;
  }
}
.control-bar {
  padding: 15px 30px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.control-bar .sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.control-bar .sorting .field {
  margin-left: 15px;
  margin-top: 0;
  flex: 0 0 140px;
}
.control-bar .total-art {
  font-size: 13px;
  font-weight: 400;
  flex: 1;
  color: #666666;
  margin-left: auto;
  text-align: right;
}
.control-bar .toggle-filters {
  display: none;
}
@media screen and (max-width: 959px) {
  .control-bar .breadcrumbs {
    margin-bottom: 10px;
  }
  .control-bar .total-art {
    text-align: left;
  }
}
@media screen and (max-width: 719px) {
  .control-bar {
    padding: 15px;
  }
  .control-bar .sorting .field {
    flex: 1 1 0;
  }
  .control-bar .sorting .field:nth-child(2) {
    margin-left: 0;
    margin-right: 15px;
  }
  .control-bar .sorting .field:last-child {
    margin-left: 0;
  }
  .control-bar .total-art {
    display: none;
  }
  .control-bar .toggle-filters {
    display: flex;
  }
}
.top-catalogue-top {
  order: 0;
  width: 100%;
  background-color: #f7f7f7;
  margin: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.top-catalogue-top .content {
  background-color: #fff;
  margin: 15px;
}
.top-catalogue-top .content h3 {
  text-align: center;
  font-size: 15px;
}
.top-catalogue-top .content h2 {
  text-align: center;
  font-size: 15px;
}
.top-catalogue-top .content .space {
  margin-top: 15px;
}
.top-catalogue-top > div:first-child {
  flex: 0 0 50%;
  background-size: cover;
  background-blend-mode: screen;
}
.top-catalogue-top > div:first-child img {
  object-fit: cover;
  height: 100%;
  max-height: 200px;
}
.top-catalogue-top > div:last-child {
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
}
.top-catalogue-top > div:last-child > h1,
.top-catalogue-top > div:last-child > p {
  flex: 0 0 1;
  width: 100%;
}
.top-catalogue-top > div:last-child h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-catalogue-top > div:last-child p {
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
  max-height: 120px;
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  .top-catalogue-top > div:first-child {
    flex: 0 0 100%;
    clip-path: none;
  }
  .top-catalogue-top > div:first-child img {
    width: 100%;
    max-height: 100px;
  }
  .top-catalogue-top > div:last-child {
    flex: 0 0 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
  }
  .top-catalogue-top > div:last-child > h1,
  .top-catalogue-top > div:last-child > p {
    flex: 0 0 1;
    width: 100%;
  }
  .top-catalogue-top > div:last-child h1 {
    font-size: 14px;
  }
  .top-catalogue-top > div:last-child p {
    line-height: 16px;
    max-height: 80px;
  }
}
@media screen and (max-width: 719px) {
  .top-catalogue-top > div:first-child,
  .top-catalogue-top > div:last-child > p {
    display: none;
  }
}
.top-catalogue-bottom {
  order: 999;
}
.top-catalogue-bottom .content {
  margin: 25px 15px;
}
.top-catalogue-bottom .content h2 {
  font-size: 15px;
  margin: 15px 0;
}
.top-catalogue-bottom .content h3 {
  font-size: 13px;
  margin: 30px 0 20px 0;
}
.top-catalogue-bottom .content a {
  color: #ff5733;
}
.top-catalogue-bottom .content p {
  font-size: 12px;
}
.filters {
  top: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #e5e5e5;
}
.filters .toggle-filters {
  display: none;
  width: 100%;
  border: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #ff5733;
  border-bottom: 1px solid #1a1a1a;
}
.filters .toggle-filters span {
  text-transform: uppercase;
  margin: 0 5px;
  color: #FFFFFF;
}
.filters .toggle-filters span:first-child {
  font-size: 26px;
}
.filters .toggle-filters span:last-child {
  font-size: 16px;
  font-weight: 700;
}
.filters .selected-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 30px;
}
.filters .selected-filters li {
  margin-right: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filters .selected-filters li:hover span:last-child {
  text-decoration: line-through;
}
.filters .selected-filters li span:first-child {
  font-size: 22px;
  margin-right: 5px;
}
.filters .selected-filters li span:last-child {
  font-size: 14px;
}
.filters .filter-block {
  padding: 0 30px;
}
.filters .filter-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 0;
}
.filters .filter-block .title p {
  color: #999999;
  transition: all ease-in-out 0.2s;
}
.filters .filter-block .title svg,
.filters .filter-block .title i {
  width: 14px;
  height: 14px;
  color: #333333;
  transform: rotateX(180deg);
  transition: all ease-in-out 0.2s;
}
.filters .filter-block .title:hover p,
.filters .filter-block .title:hover svg,
.filters .filter-block .title:hover i {
  color: #1a1a1a;
}
.filters .filter-block .title.folded svg,
.filters .filter-block .title.folded i {
  transform: rotateX(0deg);
}
.filters .filter-block .filter-list {
  padding: 15px 30px;
}
.filters .filter-block .filter-list input {
  display: none;
  width: 100%;
  height: 46px;
  border: 2px solid #808080;
  background: #FFFFFF;
  font-size: 14px;
  color: #808080;
  font-style: italic;
  border-radius: 4px;
  padding: 0 10px;
  margin: 10px 0;
}
.filters .filter-block ul {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
  display: none;
}
.filters .filter-block ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  color: #333333;
}
.filters .filter-block ul li:hover {
  color: #ff5733;
}
.filters .filter-block ul li:hover::before {
  outline-color: #ff5733 !important;
}
.filters .filter-block ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #666666;
  margin-right: 10px;
  outline: 4px solid #fafafa;
  outline-offset: -6px;
  transition: all ease-in-out 0.2s;
}
.filters .filter-block.Taille ul,
.filters .filter-block.pointures ul,
.filters .filter-block.Pointures ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px -5px;
}
.filters .filter-block.Taille ul li,
.filters .filter-block.pointures ul li,
.filters .filter-block.Pointures ul li {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  min-width: 30px;
  height: 30px;
  font-size: 13px;
  border: 1px solid #999999;
  margin: 0 5px 10px 5px;
}
.filters .filter-block.Taille ul li:before,
.filters .filter-block.pointures ul li:before,
.filters .filter-block.Pointures ul li:before {
  display: none;
}
.filters .filter-block.Taille ul li:hover,
.filters .filter-block.pointures ul li:hover,
.filters .filter-block.Pointures ul li:hover {
  border-color: #ff5733;
}
@media screen and (max-width: 719px) {
  .filters {
    padding: 0;
    position: fixed;
    z-index: 9999;
    background: #FFFFFF;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    transition: all ease-in-out 0.2s;
  }
  .filters h2 {
    display: none;
  }
  .filters .toggle-filters {
    display: flex;
  }
  .filters .selected-filters,
  .filters .filter-block {
    padding: 0 15px;
  }
  .filters.opened {
    left: 0;
    transition: all ease-in-out 0.2s;
  }
}
.top-catalogue {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.top-catalogue .content {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.top-catalogue .content > div {
  background: #FFFFFF;
  padding: 15px 30px;
  max-width: 940px;
  max-height: 280px;
  overflow-y: auto;
}
.top-catalogue .content > div h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d0d0d;
  letter-spacing: 0.04rem;
  margin-bottom: 15px;
}
.top-catalogue .content > div p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #0d0d0d;
}
@media screen and (max-width: 959px) {
  .top-catalogue .content {
    min-height: 200px;
  }
  .top-catalogue .content > div {
    max-height: 160px;
  }
  .top-catalogue .content > div h1 {
    font-size: 18px;
  }
  .top-catalogue .content > div p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 719px) {
  .top-catalogue .content {
    min-height: 150px;
    padding: 20px 20px 0 20px;
  }
  .top-catalogue .content > div {
    padding: 20px 20px 0 20px;
    max-height: 120px;
  }
  .top-catalogue .content > div h1 {
    font-size: 16px;
  }
  .top-catalogue .content > div p {
    font-size: 10px;
    line-height: 14px;
  }
}
.pagination {
  flex: 1 0 1;
  width: 100%;
  margin: 60px 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: inside none;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 16px;
  color: #333333;
  line-height: 29px;
  width: 35px;
  height: 35px;
  transition: all ease-in-out 0.2s;
  border: 1px solid #FFFFFF;
}
.pagination ul li a:hover {
  border: 1px solid #808080;
}
.pagination ul li a.active {
  color: #FFFFFF;
  border: 1px solid #808080;
  background-color: #808080;
}
