.header .catalog > ul > li.hs-catalog:first-child > .sub .subcollections {
    column-count: 2;
}

.header .catalog > ul > li.hs-catalog:nth-child(5) > .sub .subcollections {
    column-count: 2;
    display: table-caption;
}

.header .catalog > ul > li.hs-catalog > .sub .subcollections ul {
  padding: 0!important;
  border: none!important;
  
}
.header .catalog > ul > li.hs-catalog > .sub {
  overflow-y: auto!important;
}

.soc {
	background: #fff;
  	height: 30px;
  	width: 30px;
  	margin-left: 8px;
}

.soc-big {
	display: flex;
  	justify-content: center;
}

.top-row.cf {
	padding-bottom: 5px;
}

.custom-checkbox {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

.custom-flex-cont {
	display: flex;
    flex-direction: column;
}

.checkmark {
    display: flex;
    flex-direction: column;
}

/* Labels */

  .product-labels {
    top: -10px;
    left: 0px;
  }

.labels-list {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 1000; }
  .labels-list .label {
    background: #5cb85c;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 11px;
    text-align: center;
    min-width: 40px;
    text-transform: lowercase; }
  .labels-list .label-sale {
    background: #5bc0de; }
  .labels-list .label-new {
    background: #313E69; }
  .labels-list .label-discount {
    background: #dd3f46; }
  .labels-list .label-hot {
    background: #008000; }
  .labels-list .label-no-available {
    background: #dd3f46; }
  .labels-list .label-info {
    background: #5bc0de; }

.t {
	color: #ffffff;
}

@media screen and (max-width: 1330px){
.header-designers {
    display:none;
}
}

.zero-margin {
  margin:0 !important;
  margin-bottom: 0 !important;
}

.products-grid .item .card-prices {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 1em !important;
  	left: 0 !important;
}
.products-grid .item .card-prices .card-old_price {
	margin: 0;
  	padding-left: 0.75rem;
}
.page-prices {
	display: flex;
  	align-items: center;
  	margin-bottom: 17px;
}
.page-prices .price {
	margin: 0 !important;
}
.page-prices .page-prices-old {
  	padding-left: .5em;
	font-size: 28px;
    text-decoration: line-through;
  	color: #777;
}

.similar-wrap.js-swiper-products .item.swiper-slide .card--battons {
    bottom: -5px;
}

.products-grid .item {
	height: 470px;
}

.first-menu-opened .category_menu-item.menu-item.level-1:first-child .category_menu.menu.level-2 {
    display: block;
}

.side-catalog .catalog ul.first-menu-opened a.active-link {
  color: #399DDE;
}

li.category_menu-item.menu-item.is-current > ul {
    display: block;
}
.ribbons {
 z-index: 1;
}
