

/* Start:/local/components/lachatte/yandex.catalog.search/templates/.default/style.css?17595274982713*/
.parament-error {
	font-weight:bold;
	color:red;
}

.altop_search {
    height: 46px;
    padding: 0px;
	position: relative;
    margin-bottom: 1em;
    border: 1px solid #eee;	
}

.altop_search form {
    margin: 0px;
    padding: 0px;
}

.altop_search form .fa-search {
    position: absolute;
    left: 12px;
    top: 50%;
    margin: -10px 0px 0px 0px;
    padding: 0px;
    font-size: 20px;
    color: #dee0ee;
}
.altop_search form input[type="text"] {
    width: 100%;
    height: 46px;
    margin: 0px;
    padding: 0px 80px 0px 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #8184a1;
    border: 1px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
}
.altop_search form input[type="submit"] {
    width: 62px;
    height: 29px;
    position: absolute;
    right: 9px;
    top: 9px;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #8184a1;
    text-transform: uppercase;
    border: 1px solid #dee0ee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background: none;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    cursor: pointer;
}

/* search list */

.search-block * {
	box-sizing:border-box;
}
.search-list_item {
	display:flex;
	flex-flow:row nowrap;
	align-items:stretch;
	margin:10px 0;
	padding:3px;
}
.search-list_item:nth-child(even) {
	background-color:#f5f5f5;
}
.search-list_item__counter {
	width:3em;
	flex: 0 0 auto;
	padding:5px;
}
.search-list_item__image {
	width:120px;
	flex: 0 0 auto;
	margin-right:15px;
	background-color:#fff;
	text-align:center;
}
.search-list_item__image img {
	max-width:100%;
	height:auto;
}
.search-list_item__text {
	flex: 1 1 auto;
	padding:5px 0;
}
.search-list_item__text .title {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:.5em;
}
.search-list_item__text .title a {
	color:#575b71;
}
.search-list_item__text .price {
	display:flex;
	flex-flow:row wrap;
}

.search-list_item__text .price > :first-child {
	margin-right:10px;
}
.search-list_item__text .price .old-price {
	text-transform:line-through;
	opacity:.7;
}

.search-list_item__text .parameters {
	margin-top:.5em;
}
.search-list_item__text .parameters .parameter {
	display:flex;
	align-items:flex-start;
}
.search-list_item__text .parameters .parameter > :first-child {
	font-weight:bold;
	margin-right:.5em;
}
/* End */
/* /local/components/lachatte/yandex.catalog.search/templates/.default/style.css?17595274982713 */
