/***CUSTOM CSS RULES FOR YOUR SITE***/
.footer-bottom__blocks .itgrade {
	position: absolute; 
	/*bottom: 0; 
	right: 10px; 
	right: 350px;*/
	padding-right: 34px !important; 
	height: 24px; 
	line-height: 24px; 
	background-image: url("./images/itgrade.png"); 
	background-repeat: no-repeat; 
	background-position: 100% 0; 
	text-decoration: none;
}
@media screen and (max-width: 960px){
	.footer-bottom__block-wrap.fb-right{
		float: left;
		padding-left: 0;
	}
}
.nca-cookiesaccept-line > div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-search-result .tvr_search {
    width: 100%;
    float: none;
    display: block;
}
.title-search-result .tvr_search .image {
    display: block;
	width: 80px;
	float: left;
}
.title-search-result .tvr_search .image img {
    width: auto;
	max-width: 80px;
	height: auto;
	max-height: 80px;
}
.title-search-result .tvr_search .item_title {
    width: 220px;
    display: block;
    float: left;
}
.title-search-result .tvr_search .search_price {
    width: 65px;
    display: block;
    float: left;
}
.title-search-result .tvr_search .buy_more {
    width: 140px;
    display: block;
	float: left;
	padding-top: 10px;
}
.title-search-result .tvr_search .item_title a, .title-search-result .tvr_search .cat_title a {
    width: 220px;
    word-break: break-word;
}
.title-search-result .tvr_search:after {
    content: "";
    display: table;
    clear: both;
}
.submenu-image {
	padding-right: 3px;
}
.payment_methods a {
	cursor: default !important;
}
.payments-section-list ul li .payment-item:hover {
	border:1px solid #dee0ee !important;
}
.header_4 .contacts a{
	text-decoration-line: none;
}
.podelitsya{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 5px;
	max-width: 70px;
	width: 100%;
}
.podelitsya a{
	margin:0 3px;
}
.podelitsya img {
	width: 25px;
}
h1,h2,h3{
	color: #424556;
}
/***DELIVERY FIX****/
.delivery_lines{
	width:100%;
	overflow-x: scroll;
	display: table;
}
.delivery_lines .lines_row{
	display: table-row;
	text-align: center;
	vertical-align: center;
}
.delivery_lines .lines_column{
	display: table-cell;
	text-align: left;
	vertical-align: center;
	color:#525467;
}

/**END DELIVERY FIX*/
.fb-right{
	width:255px!important;
}
.catalog-item-card .item-all-title{
	height: 75px;
}
.catalog-item-card .item-desc{
	color:#606275;
}
.catalog-item-card .item-all-title .item-title{
	color:#3a3c4a;
}
@media screen and (max-width: 787px){
	body{
		font-size: 14px;
	}
	.catalog-item-card .item-all-title .item-title{
		font-size: 14px;
	}
	.footer-bottom__blocks .itgrade{
		position: static;
	}
}
@media screen and (max-width: 700px){
	.delivery_pickup img ,.delivery_terms img {
		min-width: 55px;
	}
}
@media screen and (max-width: 500px){
	/* LINES TABLE*/
	.delivery_lines{
		display: block;
	}
	.delivery_lines .lines_row{
		display: block;
	}
	.delivery_lines .lines_column{
		display: block;
	}
}
/***FOOTER FIX****/
@media screen and (max-width: 380px) {
	.fb-right{
		width:100% !important;
		display: flex;
		justify-content: center;
	}
	.body_text{
		text-align: justify;
	}
	.footer_text p{
		width: auto;
	}
}
/**END FOOTER FIX*/

.item-desc{
display: none;
}