#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: #666666;
    font-size: 14px;
    height: 45px;
    padding: 0 20px;
	}
.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: #fff;
    font-size: 14px;
    color: #1a1a1a;
    border-radius: 100%;
}
.laberSearch-dropdown{}
.laberSearch-dropdown .expand-more{
    padding: 0;
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    line-height: 80px;
    color: #1a1a1a;
    font-size: 18px;
}
.laberSearch-dropdown .expand-more:hover {
	color:#204045;
}

.laberSearch-dropdown .dropdown-menu{
    border-radius: 4px !important;
    padding: 0;
    margin:0;
    border: 1px solid #e6e6e6;
}
.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: 400;
    padding: 0 20px;
    top: 0;
    right: 0;
    line-height: 45px;
    height: 45px
}
.search-widget form button[type="submit"] span .icon-magnifier {
	color: #1a1a1a;
    font-size: 18px;
    line-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;
	}
	.laberSearch-dropdown .expand-more {
		font-size: 16px;
		padding-left: 25px;
	}
}
@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 #204045;
		height: 45px;
	    padding: 0px 20px;
	}
	}
	.search-widget form button[type="submit"] {
	    top: 2px;
		right: 2px;
		line-height: 45px;
		height: 40px;
	}
}

/* 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 */