/* Оформление блока "Доставка" */
.p-ship-pay {
	margin-bottom: 40px;
}
.p-ship-pay__item:first-child {
	margin-top: 0;
}

.p-ship-pay__item {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border-radius: 2px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding:30px 20px 30px 20px;
}
.p-ship-pay__img {
	flex: none;
	font-size: 0;
	margin-right: 30px;
	text-align: center;
	width: 80px;
}
.p-ship-pay__img img {
	max-width: 100%;
}
.p-ship-pay__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
	.p-ship-pay__item {
		padding: 15px;
	}
}
@media screen and (max-width: 480px) {
	.p-ship-pay__img {
		margin-right: 20px;
		width: 60px;
	}
}
/* Конец оформления блока "Доставка" */

/* Оформление блока "Бренды" */
.in-p-brands {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
	margin-left:-8px;
	margin-top:-8px;
}
.in-p-brands_2 .in-p-brands__item {
	padding:15px 10px;
}
.in-p-brands__item {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border-radius:2px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:30px 10px 30px 10px;
	flex:none;
	margin-left:8px;
	margin-top:8px;
	width:calc(20% - 8px);
}
.in-p-brands__item img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
@media screen and (max-width: 767px) {
	.in-p-brands__item {
		padding:10px;
	}
}
@media screen and (max-width: 480px) {
	.in-p-brands__item {
		width:calc(50% - 8px);
	}
}
/* Конец оформления блока "Бренды" */

/* Оформление страницы "Пункты выдачи" */
.p-shops {
  margin-bottom: 40px;
}
.p-shops__item {
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  min-height: 236px;
  margin-bottom: 20px;
  background-color: white;
}
.p-shops__img {
  font-size: 0;
  flex: none;
  width: 24%;
  padding-right: 45px;
}
.p-shops__img img {
  border-radius: 2px;
}
.p-shops__content {
  flex: none;
  display: flex;
  flex-direction: column;
  padding-right: 25px;
  width: 46%;
}
.p-shops__contact {
  border-left: 1px solid #f2f2f2;
  flex: none;
  padding-left: 25px;
  width: 30%;
}
.p-shops__title {
  font-weight: var(--font-weight);
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.p-shops__mode {
  margin-top: 15px;
  color: #888;
  font-size: 0.875rem;
}
.p-shops__text {
  font-size: 0.875rem;
}
.p-shops__phones {
  color: #888;
  font-size: 0.875rem;
}
.p-shops__phones a {
  color: #222;
  text-decoration: none;
  font-size: 0.875rem;
}
.p-shops__maps {
  display: none;
  border-radius: 2px;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  flex: none;
}
.p-shops__maps-show,
.p-shops__maps-hide {
  cursor: pointer;
  color: #008bcb;
  display: flex;
  margin-top: 20px;
  flex: 1;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.2s ease-out;
}
.p-shops__maps-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-shops__img {
	width: 45%;
  }
  .p-shops__content {
	padding-right: 0;
	width: 55%;
  }
  .p-shops__contact {
	padding-left: 45%;
	padding-top: 25px;
	width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-shops {
	flex-direction: column;
  }
  .p-shops__img {
	padding-right: 0;
	margin-bottom: 10px;
	width: 100%;
  }
  .p-shops__content {
	width: 100%;
  }
  .p-shops__contact {
	border-left: none;
	padding-left: 0;
	padding-top: 15px;
  }
  .p-shops__mode {
	margin-top: 10px;
  }
  .p-shops__maps-show,
  .p-shops__maps-hide {
	margin-top: 10px;
  }
}
/* Конец оформления страницы "Пункты выдачи" */


/* Фильтры по категории в сайдбаре */
/*.wsearch__page-filters{
	border-radius: 0 !important;
	background: #fff;
	border: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.wsearch__page-filter .wsearch__page-filter_name {
	line-height: normal;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.wsearch__page-filter .wsearch__page-filter_name:hover {
	color: #828282;
}
.wsearch__page-filter .wsearch__page-filter_label {
	line-height: normal;
	font-weight: 600;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.wsearch__page-filter .wsearch__page-filter_category, .wsearch__page-filter .wsearch__page-filter_category:link, .wsearch__page-filter .wsearch__page-filter_category:visited{
	font-size: 13px;
	font-family: "wsearch-Roboto", sans-serif;
	color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.wsearch__page-filter .wsearch__page-filter_category:hover{
	color: #828282;
}
.wsearch__page-filter .wsearch__page-filter_category .wsearch__page-filter_category-hint{
	color: #bdbdbd;
}
.wsearch__page-filters .wsearch__page-filters_toggle-button a, .wsearch__page-filters .wsearch__page-filters_toggle-button a:link, .wsearch__page-filters .wsearch__page-filters_helper_button, .wsearch__page-filter .wsearch__page-filter_show-more-link, .wsearch__page-filter .wsearch__page-filter_show-more-link:link, .wsearch__page-filter .wsearch__page-filter_show-more-link:visited, .wsearch__page-filter .wsearch__page-filter_show-more-link:hover, .wsearch__page-filter_checkbox:hover, .wsearch__page-filter_radio:hover{
	color: #008BCB;
	border-color: #008BCB;
	font-size: 13px;
	font-family: "Searchpro-Roboto", sans-serif;
	color: #f2994a;
	text-decoration: none;
	border-bottom: 1px dashed #f2994a;
	-webkit-transition: border-bottom-color 0.3s;
	-o-transition: border-bottom-color 0.3s;
	transition: border-bottom-color 0.3s;
}
.wsearch__page-filter .wsearch__page-filter_values.wsearch__page-filter_values--categories .wsearch__page-filter_value{
	margin-bottom: 5px;
}*/
/* Фильтры по категории в сайдбаре */


.filter-param__variants .wsearch_parent_category{
  font-size: 13px;
  color: rgb(102, 102, 102);
  font-weight: 500;
}

/* Быстрый поиск */
.wsearch_dd .wsearch_dd_item{
	display: block;
	padding: 7px 20px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-decoration: none;
}
.wsearch_dd .wsearch_dd_item:hover{
	background-color: #f8f8f8;
}

.wsearch_dd .wsearch_dd_name{
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.searchpro__dropdown .searchpro__dropdown-entity_subname {
	color: #828282;
	font-size: 12px;
}
.wsearch_dd .wsearch_dd_image_container {
	float: left;
	margin-right: 10px;
}
.searchpro__dropdown .searchpro__dropdown-entity_summary {
	margin-top: 5px;
	font-size: 0.8em;
	color: #777;
	white-space: normal;
}
.wsearch_dd .wsearch_dd_price {
	font-size: 16px;
	font-weight: 500;
}
.wsearch_dd .wsearch_dd_price .ruble {
	font-family: "ALSRubl-Arial", Arial, sans-serif;
}
.wsearch_dd .wsearch_dd_price_container {
	margin-top: 5px;
}
.wsearch_dd .wsearch_dd_compare_price {
	font-size: 0.8em;
	color: #777;
	text-decoration: line-through;
}
.searchpro__dropdown .searchpro-highlighted {
	font-weight: 500;
}

/*Быстрый поиск */



.wsearch_dropdown_list>li {
	padding: 5px 15px;
}
.wsearch_dropdown_list .wsearch_dropdown_product_name {
	margin-bottom: 5px;
	line-height: 1em;
}
.wsearch_dropdown_list .wsearch_dropdown_product_price_wrapper {
	line-height: 1em;
}
.wsearch_dropdown_list .wsearch_dropdown_product_image {
	width: 45px;
	min-width: 45px;
}
.wsearch_dropdown_list .wsearch_dropdown_product_image img{
	max-width: 100%;
}
.wsearch_dropdown_list .wsearch_dropdown_product_price { font-size: 13px; }
.wsearch_dropdown_search_wrapper { padding-bottom: 0; }
.wsearch_dropdown_search_showall { padding: 7px 0; }