/*@media only screen and (min-width: 1120px) {
    .fa-magnifying-glass {
		display: flex !important;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    	margin-left: -1px;
      	border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        background-color: #fff;
        position: relative;
        width: 41px;
        height: 32px;
    }
	.fa-magnifying-glass:before {
        color: #333;
        font-size: 20px;
	}
	.fa-magnifying-glass:after {
		content: "";
    	display: inline-block;
      	width: 1px;
        height: 22px;
        background-color: #d8d8d8;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}*/