.gsc-input-box table {
    	margin-bottom: 0px !important;
    }
    .gsc-search-box table tr td {
    }
    .gsc-input-box table input {
    	box-shadow: inset 0 0px 0px rgb(0 0 0 / 10%);
    	padding: 4px;
    	background: #ffffff !important;
    }
    .gsc-search-button-v2 {
    	margin-top: 20px;
    }
    .gsc-input-box {
    border: 1px solid #ddd !important;
}
.gsc-input-box table {
	border: 0px !important;
}
#header-search {
    margin-bottom: -24px !important;
}
    .gsc-search-box {
    	margin: -21px 0px 0px;
    }
    table.gsc-search-box {
    	margin-bottom: -26px;
    	background: transparent;
    }
    
	
@media only screen and (max-width: 1026px) {

	.gsc-search-button-v2 {
    	margin-top: 0px;
    }

  	table.gsc-search-box {
    	margin-bottom: 0px;
    	background: transparent;
    	padding: 12px !important;
	}
	.gsc-search-box {
    	margin: 0px 0px 0px;
    }
    #header-search {
    margin-bottom: -2px !important;
    margin-top: -2px !important;
	}

   }