.wrapper {
		position: relative;
		max-width:1280px;
		<!--width: 100%;-->
		height: 60px;
		margin: 0 auto;	
		
        }
		
		.wrapper .search-bar img{
            width : 55px;
			height : 55px;	
			border-radius: 30px;		
        }
		.wrapper .nav-bar-wrapper {
		<!--background-color: #1E4E7A;-->
		position: flex;
		margin: 2px 3% 2px 0;
		padding: 0 auto ;
		font-size:18px
		}
		
        .wrapper .search-bar {
            float: left;
            display: flex;
            white-space: nowrap;
            align-items: center;
        }
        .search-container {
            position: relative;
            vertical-align: middle;
            line-height: normal;
            display: table;
            border-collapse: separate;
            margin-left: 10px;
        }
        .search-container input{
            width: 100%;
            float: left;
            display: table-cell;
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            border-radius: 4px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            height: 32px;
            line-height: 1.5;
            padding: 4px 7px;
            font-size: 14px;
            border: 1px solid #dcdee2;
            color: #515a6e;
            background-color: #fff;
            background-image: none;
            cursor: text;
            transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
        }
        .search-container .search-btn {
            display: table-cell;
            cursor: pointer;
            padding: 0 16px!important;
            background: #2d8cf0!important;
            color: #fff!important;
            border-color: #2d8cf0!important;
            transition: all .2s ease-in-out;
            position: relative;
            z-index: 2;
            width: 1px;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0 4px 4px 0;
        }
		.compare .checkbox-wrapper .checkbox input{
		margin-top: 10px!important;
        
		line-height: normal;
		}

            
        nav+h1 {
            padding:  60px 2.5%;
        }
		
        
