.catalog-panel{ height:1.5cm; box-shadow: 0 0 2px gray;}

.catalog-btn{ width: 28%; float: left }

.search{ width: 72%; float:right;}

.catalog-btn button{
/*	display: block;*/
	width: 100%;
	height: 1.5cm;
	border: none;
	background-color: #F57D00;
	background: linear-gradient(90deg, rgba(245,96,0,1) 0%, rgba(245,125,0,1) 100%);
	color: white;
	cursor: pointer;

}
.catalog-btn img{ height: .66cm; margin: 0 3%;}

.search input{
	width: 75%; 
	float: right;
	height: 1.5cm;
	padding: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: .5mm solid #F57D00;
	border-top: .5mm solid #2E8B57;
/*	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,255,230,1) 100%);*/
	text-align: center;
	font-size: 1.2rem;
}

.search button{
	display: block;
	width: 25%;
	height: 1.5cm;
	border: none;
	float: right;
	background-color: #2E8B57;
	background: linear-gradient(90deg, rgba(46,139,87,1) 0%, rgba(40,114,51,1) 100%);
	color: white;
	cursor: pointer;
}


.sticky { position: sticky; top: 0; z-index: 200;}

