.popup_overlay {
    background: rgba(0,0,0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 451;
    display: block;
}
.popup_window_wrapper {
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    margin-bottom: 10%;
    max-height: 80%;
    background: #FFF;
    position: relative;
    overflow-y: auto;
}
.authorization, .pass-recovery , .register-user {
	padding: 0px;
}
.autor_cform , .req_cform{
	padding: 20px;
	height: initial;
}
.formgroup input.required_field , .required_field{
	border: 1px solid #e9052b;
    background: rgba(255, 192, 203, 0.1);
}
.no_items {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #1f1f1f;
    text-align:center;
    margin-top: 50px;
}
.img_items_block{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    border-bottom: 1px solid #e3e3e3;
}
.apr_produs img {
	border: 0;
    width: inherit;
}
.cell .title {
	cursor: pointer;
}
.detail_desc_prod h1 , .detail_desc_prod h2 , .detail_desc_prod h3 , .detail_desc_prod b, .detail_desc_prod strong  {
	color: #535353;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
}
.detail_desc_prod p {
	color: #535353;
    font-size: 16px;
    font-weight: 400;
}

.last_img a {
    margin-right: 7px;
    border: 1px solid #e3e3e3;
    /* display: block; */
    float: left;
    width: 123px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.last_img a img {
    width: initial;
    height: initial;
    position: relative;
    border: 0px;
    background: #fff;
    cursor: pointer;
}
.forwardlink , .backlink , .forwardlink:hover ,  .backlink:hover {
	background: none;
	font-size: 15px;
}
.backlink {
	margin-right: 3px;
}
.forwardlink {
	margin-left: 3px;
}
#empty_basket_mess {
	display: none;
}
.error_line {
	color: #e9052b;
}
.off_stock{
	font-weight: 500;
    color: #808080;
    font-size: 12px;
}
.off_stock span.aster{
	color: #e9052b;
}
.total_list_styl {
	margin-bottom: 25px;
}
.searchus {
    /* padding-right: 50px; */
    background: url(/images/common/search.svg) no-repeat 100% 54%;
    cursor: pointer;
    /* background-blend-mode: color; */
    width: 32px !important;
    height: 32px;
    position: relative;
    bottom: 15px;
    float: right;
    margin-left: 17px;
    padding-right: 0px;
}

.searchus:hover{
	padding-right: 0px;
	background: url(/images/common/search_act.svg) no-repeat 100% 50%;
	cursor: pointer;
}

.block_search:hover .title{
	color: 3a3a3a;
}
.menu-bottom>span.active {
    background: linear-gradient(to top, #67666b, #ebeaf2);
    border-top: 1px solid #d6d5dc;
    transition: background 0.25s;
}
.menu-bottom>span.active a {
    color: #0d26cb;
    transition: color 0.15s;
    text-shadow: 0 0 0;
}
.select-list-menu a.active {
    background: #8c8b91;
}
.menu-bottom>span.active {
    background: linear-gradient(to top, #67666b, #ebeaf2);
    border-top: 1px solid #d6d5dc;
    transition: background 0.25s;
}
.addmenu.active:before {
   /* content: "\f0d8";*/
    color: #0611f7;
}
.style_links a.active, .chevrons a.active {
    border-bottom: 1px solid #fff;
}
.content.active {
	display: block;
}
.cell .content a.active {
    color: #dcdcdc;
   	/* color:#665; */
    transition: all 0.2s;
}
.popup_close_button {
    background: url(/images/other/delete.svg) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.popup_close_button:hover {
	background: url(/images/other/delete_act.svg) no-repeat center center;
}
.index_head{
	font-weight: normal;
    margin: 0;
}
.formgroup input.error, .error {
    border: 1px solid #e9052b !important;
    background: rgba(255, 192, 203, 0.1);
}