<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search_options {display: inline-block; max-width: 220px;width: 100%;}
.search_bg {display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 43px;}
.search_field {
    float: right;
    position: relative;
    z-index: 100;
}
input.search {
    padding: 7px 0 7px 7px;
    font-size: 14px;
    border: none;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 32px;
    color: #949494;
	min-width: 280px;
}
button.search_btn {
    float: right;
    /* padding: 4px 10px; */
    background: #f9f9f9;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 32px;
}
.search_icon {
    background: url(../images/icon-search-big.png) no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    display: inline-block;
    position: relative;
    top: 2px;
}
#overlay {
    background: #000;
    opacity: .7;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 990;
    display: none;
    cursor: url(../images/close_ico.png), wait;
}
/*paieإ،kos iإ،lindimas*/
.rasti_prod {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 530px;
    max-height: 585px;
    overflow: hidden;
    overflow-y: scroll;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9992;
    top: 32px;
    left: 0px;
    border-bottom: 6px solid #669ecb;
    box-sizing: border-box;
}
.rasti_prod .product_container .product_informacion {
    max-height: 85px;
    width: 100%;
    display: -webkit-inline-box;
    border-bottom: 1px #f9f9f9 solid;
}
.rasti_prod .product_container .product_informacion .product_image {
    height: 100%;
    width: 99px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    box-sizing: border-box;
    display: inline-block;
}

.rasti_prod .product_container .product_informacion .product_image a {margin: 0px;}

.rasti_prod .product_container .product_informacion .product_image .bucket_item_img {
    width: 100%;
    /* height: auto; */
    height: 100%;
    margin: 0 auto;
    top: 0%;
    position: relative;
    transform: translate(0, -0%);
    -webkit-transform: translate(0, -0%);
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}
.rasti_prod .product_container .product_informacion .product_review {
    width: 290px;
    height: 100%;
    margin-left: 5px;
    display: block;
	padding-left: 5px;
    padding-top: 5px;
}
.rasti_prod .product_container .product_informacion .product_review .bucket_link_fix {
    padding: 0;
	margin: 0;
	text-align: left;
}
.rasti_prod .product_container .product_informacion .product_review .bucket_link_fix p.product_label {
    font-size: 14px;
    font-weight: 600;
    height: auto;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 10px;
}
.rasti_prod .product_container .product_informacion .product_review .bucket_link_fix p.product_label a {margin: 0px;}
.rasti_prod .product_container .product_informacion .product_price {
    /*width: 100%;*/
    box-sizing: border-box;
    display: inline-block;
    padding-top: 0px;
    vertical-align: top;
	text-align: left;
}
.rasti_prod .product_container .product_informacion .product_price_2 {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 5px;
}
.rasti_prod .product_container .product_informacion .product_price_2 p.quantity_price {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.rasti_prod .paieska_viso a{
	margin:0;
}

.rasti_prod .btn{
    padding: 5px 20px 5px 20px;
    background-color: var(--color-bg3);
    color: var(--color-text2);
    border: none;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;	
}

.paieska_viso {padding: 0px;}
.paieska_viso .btn {width: 100%}

/*paieإ،kos iإ،lindimas end*/

@media screen and (max-width: 414px) {
	.search_bg {margin-top:0;}
	.rasti_prod{min-width: 90%;	}
	.rasti_prod .product_container .product_informacion .product_image {width: 90px;}
	.rasti_prod .product_container .product_informacion .product_review	{width: 120px;margin-left: 0px;}
	.rasti_prod .product_container .product_informacion .product_review .bucket_link_fix p.product_label {font-size: 13px;padding-right: 5px;}
	.rasti_prod .product_container .product_informacion .product_price_2 {padding-top: 0px!important;}
	.quantity_price {font-size: 12px!important;}
	.old_price {font-size: 12px!important;}
	
}</pre></body></html>