.inline-search-block {
	background: #fff;
	top: -200px;
	z-index: 10000;
	transition: all ease .3s;
	position: fixed;
	right: 0;
	width: 100%;	
}
.overlay-search {
	background: #3a3f44;
	opacity: .7;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2999;
	display: none;
}
.overlay-search.search {
	display: block;
}
.inline-search-block.show {
	top: 0;
	display: block;
}

div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:3000;
	background-color: #fff;
	height: 408px;
    overflow: auto;
}


div.title-search-result::-webkit-scrollbar {
  width: 5px;
  background: #FFFFFF;
  
}
 
div.title-search-result::-webkit-scrollbar-thumb {
	background: #EE3A43;
  border-radius: 3px;
  padding-right: 1px;
}
table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}



.search-block {
	display: flex;
	align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
div.search-input-div {
	padding-right: 58px;
	width: 100%;
}
div.search-input-div input[type="text"] {
	padding: 0 200px 0 25px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    border-radius: 0;
	color: #444;
	display: block;
	line-height: 18px;
	vertical-align: top;
	width: 100%;
	outline: none;
}
.search-button-div {
	position: relative;
}
.search-button-div input[type="submit"] {
	height: 40px;
    background: #EE3A43;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 168px;
	min-width: 100px;
    font-weight: bold;
    font-size: 1em;
    line-height: 16px;
    color: #FFFFFF;
	outline: none;
	border: none;
}
.close-block.inline-search-hide {
	cursor: pointer;
	margin-left: 35px;
}
.close-block.inline-search-hide .close-icon {
	background: #222 url(images/Close_mask.svg) center center no-repeat;
	min-width: 16px;
    min-height: 16px;
	line-height: 16px;
	display: block;
}

.bx_img_element {
	display: flex;
    align-items: center;
}

.bx_item_element .title-search-price {
    line-height: 20px;
    margin-top: -20px;
    /*margin-left: -7px;*/
    /*margin-bottom: 16px;*/
}

.bx_item_element .search-price-block{
	display: flex;
	flex-direction: column;
}

.bx_item_element .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    white-space: normal;
}
.bx_item_element .price.old-price{
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #8E8E8E;
}

.bx_item_block.all_result .bx_item_element{
	padding-left: 0;
}

.bx_searche .bx_item_element .all_result_title a {
    font-size: .933em; 
    margin: 0;
	color: #EE3A43!important;
    border: 1px solid #EE3A43;
    background: #fff;
	font-weight: bold;
	border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
	text-decoration: none;
}

.bx_searche .bx_item_element .all_result_title a:hover {
	color: #fff!important; 
    background: #EE3A43;
}

@media (max-width: 959.98px) {
	div.search-input-div {
		padding-right: 0px;
		border-left: 1px solid #00000021;
		border-top: 1px solid #00000021;
		border-bottom: 1px solid #00000021;
		border-radius: 5px 0px 0px 5px;
	}
	div.search-input-div input[type="text"] {
		padding: 5px 15px;
		font-size: 11px;
		height: 33px;
	}
	.search-button-div input[type="submit"] {
		height: 35px;
		border-radius: 0px 5px 5px 0px;
		font-size: 0px;
		min-width: 50px;
	}
	.search-button-div:after {
		content: "";
		background: url(images/search-icon.svg) center center no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 20px;
		background-size: cover;
		display: inline-block;
	}
	.close-block.inline-search-hide {
		display: none;
	}
	
	.bx_item_block{
		margin-left: 15px;
	}
	
	.bx_searche .bx_item_element > .bx_item_name {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	div.title-search-result .bx_searche {
		padding-right: 5px;
	}
}

.mm-slideout {
	z-index: unset;
}

.title-search-result.title-search-input {
    width: 100%!important;
    left: 0!important;
    margin-left: 0;
}

div.title-search-result .bx_searche {
   /* overflow: auto; */
    max-height: 408px;
	max-width: 1320px;
    margin: auto;
}

.bx_searche .bx_item_block {
    min-height: 80px;
    line-height: 77px;
}

.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2f383d;
    border-top: 1px solid #f6f6f6;
}

.bx_searche .bx_item_block .maxwidth-theme {
    max-width: 1350px;
}

.bx_searche .bx_item_element {
    padding-left: 25px;
    margin-left: 0;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bx_searche .bx_item_element{
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding-left: 0 !important;
}

.bx_searche .bx_item_element > .bx_item_name{
	line-height: 34px;
}

.bx_searche .bx_img_element {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.bx_searche .bx_img_element {
    background: 0 0;
    float: left;
    padding: 0;
    position: static;
    text-align: center;
}

.bx_searche .bx_img_element img {
    max-width: 100%;
    max-height: 100%;
}

.price .title-search-price .price:not(.discount) {
    margin-right: 2px;
}

.cost.prices .price {
    margin-bottom: 8px;
	font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    white-space: normal;
}

.bx_searche .bx_item_element {
    padding-left: 25px;
    margin-left: 0;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.bx_item_block:hover{
	background: #fbfbfb;
}





