.trolleySite .contentSite2 .trolleyTable form .trolleyList tbody.orders_list tr td:first-child {
    width: auto;
}


.logotype img {
	max-width: 151px;
}


@media only screen and (max-width: 1024px){
	.listCatalogBox .topButtonsWrap {
		position: static;
		clear: both;
		padding-bottom: 20px;
	}
}

.btn-grey {
	background-color: #dfe2e1;
	font-size: em(16);
	line-height: 1;
	text-transform: uppercase;
	color: white;
	padding: 10px 4px;
	margin-top: 20px;

}
@media (max-width: 856px) { 
	.hidden-on-load {
		max-height: 0px; 
        overflow: hidden;
        transition: max-height 0.5s ease; 
    }
}
