.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: flex;
	align-items: center;
	border-collapse: separate;
	box-sizing: border-box;
	max-width: 500px;
	min-width: 250px;
}

@media (max-width: 1080px) and (min-width: 500px) {
/*.bx-searchtitle .bx-input-group {
    flex-direction: row-reverse;
    height: 138px;
    max-width: 820px;
    width: 100%;
    margin-left: 22px;
} */

div#title-search {
	width: 100%;
}

}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: none;
	border-radius: 25px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*@media (max-width: 1080px) and (min-width: 500px) */
.bx-searchtitle .bx-input-group .bx-form-control {
	border-radius: 0px;
	height: 50px;
    	background: inherit;
    	border-bottom: 2px solid white;
	font-size: 30px;
	/*color: #ffffff;*/
	
}

input[name="q"]:focus::-webkit-input-placeholder {
      color: #ffffff; } 

input[name="q"]::-webkit-input-placeholder {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
   
  }

input[name="q"]:focus::-moz-placeholder {
  color: #ffffff; } 

input[name="q"]::-moz-placeholder {
  font-size: 30px;
  line-height: 23px;
  font-weight: 300;
  color: #ffffff;
}

input[name="q"]::-ms-input-placeholder {
  font-size: 30px;
  line-height: 23px;
  font-weight: 300;
  color: #ffffff;
}



 /*bilo*/




.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. 
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%); */
}


/*.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 10%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

.bx-searchtitle .bx-input-group-btn .img-search {
	background-image: url(/local/templates/kosmetika/img/search.png);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	max-width: none;
} */


.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: transparent;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;   
}


@media (max-width: 500px) {
.bx-searchtitle .bx-input-group-btn button {

	width: 33px;
	padding: 0;

} }

div.title-search-result {
	width: 100% !important;
	margin-top:-3px;
	background-color: #191919 !important;
    overflow: hidden;
	z-index: 999;
	left: 0 !important;
	height: 55%;
	display: none;
        
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/

/*.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}*/
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	margin-left: 20px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #fff;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}