.page-category .ds-center {
	background: transparent;
}

html body .productTitle a, #page .product3TitleContent a {
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  	white-space: initial;
}

.productTitleContent {
  	min-height: 40px;
}

.product-status-place {
	top: 100px;
}

.page-category .sorting {
	display: none;
}

.page-category .title_page.def_color {
	margin-bottom: 1rem;
}

.product .ico_top {
  	margin-top: 40px;
}

.product .ico_act ~ .ico_top {
	margin-top: 70px;
}

html body #search {
  text-shadow: none;
  box-shadow: none;
}

#search #q {
  background: #fff;
}

#search #q,
#search #q:focus {
  border: none !important;
  color: #4a4a4a;
}

.wrapper_search_submit {
  color: #4a4a4a;
}