

/* Start:/local/templates/wilmart/components/arturgolubev/search.page/catalog/style.css?17526608755480*/
.search-page-form {display: flex; margin-bottom: 15px; width: 100%; height: 48px; background: #fff; border: 1px solid #e1e7e9; border-radius: 5px; box-sizing: border-box; overflow: hidden;}
.search-page-form:focus-within {background: #fff; border: 1px solid #F6532D;}
.search-page-form > div {width: 100%; height: 46px; box-sizing: border-box; overflow: hidden;}
.search-page-form > div:nth-child(2) {min-width: 58px; max-width: 58px;}
.search-page-form > div input[type="text"] {display: block; padding: 0 10px 0 32px; height: 48px; border: none;}

.search-page-form > div input[type="submit"], .search-page-form > div input[type="submit"]:hover, .search_a  {padding: 0; width: 100%; height: 46px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADlSURBVHgBzZLtDYIwEIZPHUBG6AbWCWQER+gIbiAbOAJs0hHUCeCvv4oT4Nt4jQ3SL3/5JE8I3PV6Ce+K0lRQwR0UcIR32MGBCjhDAyfYQw2v/G5t+bIkrXdAzmoCNt4lVWqjiQ/EkLy5DjUIb6McTtxfLxUbLgrKx4Qu1xRZO0AH+3Wg+KQyBihCw7ZUhv2b49IwG0hJmflhDvC2VKgpLxaOI/erUIP9AYa+wzpH0Du0fazpQp90q0BPzXVDkRi59Hfc7IbaCxp+au+7zBnkUN5hp+bBVcmgn/i/QRu4hw+K5CSXFxcbR+iQfh8pAAAAAElFTkSuQmCC") center center no-repeat; box-sizing: border-box; text-indent: -9999px; cursor: pointer;}



.search-page * {box-sizing: border-box;}
.search-page {margin-bottom: 30px}


a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

.search-page .search-title {
	font-weight: bold;
	color: #333;
}

.search-page .search-preview {
	float: left;
	margin-right: 15px;
	width: 120px;
	text-align: center;
}
.search-page .search-preview img {
	display: inline-block;
}

.search-page input[type=text] {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	outline: none;
}
.search-page input[type=submit] {
	border-radius: 1px;
	height: 34px;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.search-page .clear {
	clear:both;
}

.ag-spage-history {
	display: block;
	margin-bottom: 15px;
}
	.ag-spage-history a {
		color: #222;
		text-decoration: underline;
	}
	.ag-spage-history a:hover {
		text-decoration: none;
	}

.ag-spage-clarify-list {
	display: block;
	margin-bottom: 15px;
}
	.ag-spage-clarify-title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.ag-spage-clarify-item {
		display: inline-block;
		color: #111;
		text-decoration: none;
		border: 1px solid #111;
		padding: 4px 10px;
		border-radius: 2px;
		margin-bottom: 6px;
		margin-right: 6px;
	}
	.ag-spage-clarify-item:hover {
		text-decoration: none;
		border: 1px solid #000;
	}
	.ag-spage-clarify-item.selected {
		text-decoration: underline;
	}

@media (max-width:767px){
	.search-page form {
		display: block;
		position: relative;
	}
}

/* blue */
.search-page.theme-blue .search-title b {
	color: #5ca6e4;
}
.search-page.theme-blue hr {
	border-color: #0083d1;
}
.search-page.theme-blue input[type=text] {
	border-color: #0083d1;
}
.search-page.theme-blue .ag-spage-clarify-item, .search-page.theme-blue .ag-spage-clarify-item:hover {
	border-color:#5ca6e4;
}

.search-page-file{
	display: flex;
	justify-content: end;
}
.search-page-file-btn .button{
	padding-left: 12px;
	padding-right: 12px;
}
#search_file_modal{
	width: 600px;
	max-width: 100%;
}
.form-required-field{
	color: red;
}
.form-excel-buttons{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.mt-8px{
	margin-top: 8px;
}
.mt-16px{
	margin-top: 16px;
}
.mt-24px{
	margin-top: 24px;
}
.file-search-text{
	margin-bottom: 24px;
	text-align: center;
}
.file-search-text span{
	font-weight: bold;
}
.form-excel-buttons button,
.form-excel-buttons a{
	padding-left: 12px;
	padding-right: 12px;
}
.input-file{
	position: relative;
}
.input-file input{
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	z-index: 1;
}
.input-file label{
	position: relative;
	z-index: 2;
	max-width: 160px;
}
.custom-select select{
	background: #fff;
	width: 160px;
	border: 1px solid rgba(83, 108, 119, 0.1);
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
  font-weight: 500;
  padding: 8px 12px;
  outline: none !important;
}
.button.red[disabled]{
	pointer-events: none;
	background: rgba(246,83,45,.2)!important;
	color: #F6532D!important;
}
.input-file-data{
	padding-top: 12px;
}
.input-file-data:empty{
	display: none;
}
#excel_file_remove{
	color: red;
	background: rgba(83, 108, 119, 0.1);
	font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: default;
  padding: 3px 6px;
  margin-left: 8px;
  cursor: pointer;
}
#excel_file_remove:hover{
	background: #536C77;
}
.input-text input{
	width: 100%;
	background: #fff;
	border: 1px solid rgba(83, 108, 119, 0.1);
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
  font-weight: 500;
  padding: 8px 12px;
  outline: none !important;
}
.store-amount{
	font-size: 16px;
	color: rgba(0,0,0,.4);
}
.search-title{
	margin-bottom: 16px;
}
.search_list_wrapper .search_list{
	margin-bottom: 25px;
}
/* End */
/* /local/templates/wilmart/components/arturgolubev/search.page/catalog/style.css?17526608755480 */
