.ed-link {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.ed-link button {
	background-color: #04fd04;
    border: none;
    padding: 5px;
    cursor: pointer;
}
.ed-link button:hover {
	opacity: .7;
}
.ed-link-store {
	position: absolute;
    background: #1af100;
    z-index: 9999;
    width: 50px;
    display: block;
    border-radius: 3px;
    margin-left: 91px;
    font-size: 15px;
    font-style: italic;
    color: #000;
    display: grid;
}
header .act-rehub-login-popup .rhi-sign-in:before {
    content: "\f007" !important;
}
.header-actions-logo {
	display: block !important;
	float: inherit !important;
}
#uz-header nav > ul, #uz-header nav > ul > ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center!important;
}
#uz-header nav > ul > ul {
	width: auto;
}
div#uz-header button {
    width: 33px;
    height: 33px;
    font-size: 18px;
}
div#uz-header .icon-search-onclick {
	margin: 0 .4rem;
}
@media (max-width: 1024px) {
	header .act-rehub-login-popup {
		background: #e2d40d !important;
		color: #fff !important;
	}
	.header_five_style.logo_section_wrap.header_one_row {
	    width: 100% !important;
	}
	.dl-menuwrapper button {
		padding-left: 0 !important;
	}
}
@media (max-width: 767px) {
	.rh-container {
		
	}
}
body.tax-dealstore.disabled .rh-mini-sidebar .rehub_main_btn {display: none !important;}
body.tax-dealstore.disabled .rh-mini-sidebar .rh_category_tab {display: none !important;}
body.tax-dealstore.disabled .rh-mini-sidebar-content-area .re_filter_instore {display: none !important;}
body.tax-dealstore.disabled .rh-mini-sidebar-content-area .woo_offer_list {display: none !important;}
.uz-store-ads h5 {
    text-align: left;
    font-size: 1.5rem;
    margin: 1.5rem 0;
    line-height: initial;
    color: red;
}
.uz-store-ads.stick {
    position: fixed;
}
/*Similar Store*/
.uz-s-store .t {}
.uz-s-store ul {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px auto 0;
}

.uz-s-store ul li {
    list-style: none;
    font-size: 13px;
    margin-left: 7px;
    margin-bottom: 5px;
    display: inline-table;
    width: 46%;
    min-height: 40px;
    text-align: center;
    box-shadow: -2px 0.125rem 0.25rem rgb(204 8 8 / 39%);
    margin-top: .5rem;
    border: solid .1px #0000001a;
    padding: 0 .5rem;
}
.uz-s-store ul li a {
    color: inherit;
    font-size: 12px;
    max-width: 99px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uz-s-store .n {
	position: relative;
    top: 8px;
    max-width: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: auto;
    transition: all .2s linear;
}
.uz-s-store .c {
	visibility: hidden;
    opacity: 0;
    display: block;
    color: #666;
    transition: all .2s linear;
}
.uz-s-store ul li:hover {
    box-shadow: -2px 0.125rem 0.25rem rgb(0 131 0 / 51%);
}
.uz-s-store ul li:hover .c {
	visibility: visible;
    opacity: 1;
    color: #666;
}
.uz-s-store ul li:hover .n {
	//color: #cc0808;
    //color: rgb(0 131 0 / 90%);
	top: 0;
}
.rh-mini-sidebar .widget {margin-bottom: 0 !important;}
.not_masked_coupon:not(.expired_coupon) {margin-right: 0 !important;}
.rh_offer_list .rh_grid_image_3_col {
    grid-column-gap: 35px !important;
    column-gap: 35px !important;
}
.rh_offer_list .offer_thumb .deal_img_wrap {
    width: 120px !important;
}
.rh_offer_list .sale_tag_inwoolist {
    display: flex;
    align-items: center;
    margin: auto;
}
.rh_offer_list .sale_tag_inwoolist h5 {
    width: 100% !important;
    white-space: break-spaces !important;
    line-height: initial !important;
}
.rh_offer_list .offer_thumb a {
    width: 100% !important;
    display: block !important;
    align-items: center!important;
    display: flex !important;
    justify-content: center!important;
}