@media (min-width: 993px) {
	div.dgwt-wcas-search-wrapp {
		min-width: unset !important;
		max-width: 150px !important;
		transition: all .28s ease .2s !important;
		display: flex !important;
		margin-left: 25px !important;
	}
	div.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused {
		max-width: 500px !important;
	}
	div.dgwt-wcas-search-wrapp > form.dgwt-wcas-search-form {
		display: flex !important;
		align-items: center !important;
	}
	input.dgwt-wcas-search-input {
		border: unset !important;
		border-bottom: 1px solid var(--white) !important;
		cursor: pointer !important;
		margin-bottom: 2px !important;
	}
	div.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input.dgwt-wcas-search-input {
		border-bottom: 1px solid var(--black) !important;
		cursor: text !important;
	}
	
	/* Searchbar magnifier icon */
	svg.dgwt-wcas-ico-magnifier {
		pointer-events: none !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	svg.dgwt-wcas-ico-magnifier > path {
		color: var(--black) !important;
		stroke: var(--black) !important;
		stroke-width: 1px !important;
	}
	
	/* Searchbar loader and X button*/
	div.dgwt-wcas-preloader.dgwt-wcas-close {
		transition: opacity .28s ease .2s !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
	div.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused div.dgwt-wcas-preloader.dgwt-wcas-close {
		opacity: 1 !important;
		pointer-events: auto !important;
	}
}

@media (max-width: 992px) {
	input.dgwt-wcas-search-input {
		border: unset !important;
    	border-bottom: 1px solid #000 !important;
	}
}

input.dgwt-wcas-search-input {
    box-shadow: unset !important;
    border-radius: 0px !important;
	font-size: 16px !important;
	letter-spacing: 0.6px !important;
	
	&::placeholder {
		opacity: 1 !important;
		font-style: normal !important;
		font-weight: 500 !important;
	}
}