.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    background-color: #f8f8f8;
    color: #222321;
    border-color: #dfdfdf;
    border-radius: 12px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    padding: 16px 16px;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	border-color: #000 !important;
	border-width: 2px !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    box-shadow: none !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-style: normal;
    color: #999 !important;
    opacity: 1 !important;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    border-color: transparent !important;
}