#header .header-top .search-widget{
	width: 100%;
}
.laberSearch{width:590px;}
.laberSearch .expand-more{
	display: block;
	position: relative;
	font-size: 18px;
}
.laberSearch .expand-more .icon_search{
	line-height: 40px;
	height: 40px;
	display: block;
}
.laberSearch .laberSearch-i {
}
.wrap_search_widget {
    position: relative;
}
#search_popup {
    position: absolute;
    left: 0;
    top: 47px;
    width: 286px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
#search_popup .wrap_item {
    padding: 10px;
}
#search_popup .wrap_item .product {
    margin-bottom: 10px;
}

#search_popup .wrap_item .product:last-child {
    margin-bottom: 0;
}
#search_popup .product .search_img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 5%;
    width: 30%;
}
#search_popup .product .search_img:hover {
    border: 1px solid #777;
}

#search_popup .product .search_img img{
    max-width:100%;
    height: auto;
}

#search_popup .search_info {
    float: left;
    width: 65%;
}

#search_popup .search_info .product_name {
    font-size: .875rem;
    font-weight: 400;
}

#search_popup .search_info .price {
    display: block;
    font-size: .875rem;
    color: #232323;
    font-weight: 700;
    margin-top: 4px;
}
.header-top .search-widget form input[type="text"]{
	min-width: inherit;
	width: 100%;
	color: #292929;
	font-size: 14px;
	height: 45px;
	padding: 0 45px;
	}
.search-widget form input[type="text"]:focus{
	outline: none;
}
.search-widget form button[type="submit"] {
	position: absolute;
	border: none;
	bottom: 0;
	right: 4px;
	top: 4px;
	padding: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: #222;
	font-size: 14px;
	color: #fff;
	border-radius: 100%;
}
.laberSearch-dropdown{}
.laberSearch-dropdown .expand-more{
	padding: 0;
	display: block;
	position: relative;
	font-size: 14px;
	padding-right: 25px;
	padding-left: 35px;
	margin: 0;
	line-height: 87px;
	color: #222;
	font-size: 26px;
}
.laberSearch-dropdown.dropdown:hover .expand-more{
	color:#222;
}
.laberSearch-dropdown .dropdown-menu{
	border: 2px solid #222;
	border-radius: 3px !important;
	padding: 0;
	margin: 0;
}
.laberSearch-dropdown .dropdown-menu .search-widget{
	width: 100%;
}
.search-widget form input[type="text"]{
	width: 100%;
	border: none;
	line-height: 45px;
	padding: 0 45px;
}
.search-widget form button[type="submit"]{
	width: auto;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 15px;
	top: 0;
	right: 0;
	line-height: 45px;
	height: 45px;
}
.search-widget .laber-icon{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 45px;
	color: #999;
	width: 45px;
	text-align: center;
	height: 45px;
}

@media only screen and (min-width : 992px) and (max-width : 1199px){
	.laberSearch {
		width: 290px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.laberSearch {
		width: 290px;
	}
	.laberDisplaySearch{
		width: 100%;
	}
	.laberSearch {
		text-align: center;
	}
	.laberSearch .laberSearch-i {
		width: 100%;
		display: inline-block;
	}
}
@media only screen and (max-width : 767px){
	.laberSearch{padding:0;width: 100%;}
	#header .header-nav .search-widget{
		padding: 0 15px;
		margin-bottom:15px;
		width: 100%;
	}
	.search-widget form input[type="text"]{
		width:100%;
		border: 2px solid #ffd800;
		height: 45px;
	}
}

/* RTL */
.lang-rtl .search-widget form button[type="submit"]{
	left: -1px;
	right: inherit;
	border-radius:40px 0 0 40px;
}
.lang-rtl #search_popup{
	left: inherit;
	right: 0;
}
.lang-rtl #search_popup .product .search_img{
	float: right;
	margin-right: 0;
	margin-left: 5%;
}
/* AND RTL */