#header_container {
    position: relative;
}

.checkbox__input {
    display: inline-block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.products__item {
	min-height: 380px;
}

.header-dropdown__products .products__item {
    min-height: 200px;
}

.catalog__filter-input .input {
    margin-bottom: 0;
}

.catalog__filter-checkbox-action + .catalog__filter-checkbox-action {
    margin: 0;
}

.radio-color-wrap {
    position: relative;
    height: 30px;
    width: 30px;
}

.radio-color-wrap .color_holder {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 10;
    border: 1px solid #c7c7c7;
    background-position: center center;
}

.radio-color-wrap .radio__label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    margin: 0;
}

.catalog__btn-title.reset {
    background: none;
    border: none;
}

#popup__follow .popup__block-img {
  background: url("../assets/img/popup/follow.jpg") 0 no-repeat;
}

.order-history__header .order-history.order-history_summa {
   padding: 8px 0;
}

.order-history__content__delivery p {
    line-height: 1.4 !important;
}
.order-history__content__delivery p:first-child {
    font-weight: bolder;
}
ul:not([class]), ol:not([class]) {
	margin: 5px 0 5px 40px;
}
ul:not([class]) li, main ol li {
	list-style: outside;
}
.text-arial {
	font-family: Arial!important;
}
/*BLOG*/
.blog-row {
	margin-bottom: 40px;
}
.blog__news-item {
	padding: 30px 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-height: 107px;
}
.blog__news-image {
	float: left;
    margin-right: 10px;
    max-width: 70px;
    margin-bottom: 30px;
}
.blog_image {
	max-width: 100%;
}
.blog_list-item {
	margin-bottom: 30px;
	font-size: 16px;
}
.blog__news-item a, .blog_content-link {
	height: 40px;
	overflow:hidden;
	color: #000;
	font-weight: 600;
}
.blog__news-item a, .blog_content-link:hover {
	text-decoration: none;
}
.blog_date {
	display: block;
    padding: 14px 0;
}
.blog_content-link {
	display: block;
    padding: 0 0 10px 0;
}
.blog_content-preview-text {
	height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog__rubrick {
	border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.blog__img-block {
	width: 100%;
	height: 400px;
}
.blog__author-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.blog__author-name {
	margin-bottom: 30px;
}
.blog-like {
	cursor:pointer;
	background: url(/local/templates/luxberry/assets/img/blog/hearts.png) -61px;
    background-size: 254px;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    display: inline-block;
}
.blog-like_liked {
	cursor:pointer;
	background: url(/local/templates/luxberry/assets/img/blog/hearts.png) -2px;
	background-size: 254px;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    display: inline-block;
}
.blog__count {
    display: inline-block;
    vertical-align: middle;
    margin-top: -68px;
    margin-left: -7px;
}
@media (max-width: 500px){
	.blog_list-item {
		font-size: 14px;
	}
}


.gray-fon {
	background: #f5f5f5;
}
.white-fon {
	background: #fff;
}
.products__item, .products__item-add {
	width: 15.375rem;
}
#wait_order_form_content {
	display:none;
}
@media (min-width: 1200px){
	.filter__block {
		width: 29%;
	}
}
#button-up {
    display:none;
    right: 200px;
    margin: 0;
    position: fixed;
    bottom: 50px;
    outline: none;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    padding: 11px 20px 9px 20px;
    border-radius: 29px;
    background: #4b2331;
    font-size: 20px;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor: pointer;
}

.blog_content-link {
	height: 57px;
    overflow: hidden;
}
.sort-price {
	padding-left: 50px;
	padding-bottom:20px;
}
.sort-price a {
	color: #000;
	text-decoration: none;
    outline: none;
	margin-right: 20px;
	font-size: .9rem;
}
.sort-price a:hover {
	text-decoration: underline;
}
.history-acc__desc-product-pay, .product-status-text-pay {
	margin-top:30px;
	margin-bottom:60px;
}
.footer-top__social-item {
	margin-right:8px;
	margin-left:0;
}
.title-search-result {
	width:650px!important;
}
.how-to-order {
	margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
}