/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 10:35:08 */
:root {
  --header-height: 87px;
  --admin-bar-height: 0px;
}

body.admin-bar {
  --admin-bar-height: 32px;
}

.dgwt-wcas-suggestions-wrapp {
	width: 100%!important;
	top: calc(var(--header-height) + var(--admin-bar-height))!important;
	left: 0px!important;
}

#dgwt-wcas-search-input-1 {
	box-shadow: none!important;
	height: 45px;
	width: 550px!important;
	color: #333;
}

.dgwt-wcas-search-wrapp input::placeholder {
	color: #818181!important;
	font-size: 15px;
	font-weight: 400!important;
}

.dgwt-wcas-search-focused input {
	border-color: #d9d9d9!important;
}

button.dgwt-wcas-search-submit {
  top: 10px!important;
}

button.dgwt-wcas-search-submit svg path {
  fill: #818181!important;
}

.dgwt-wcas-preloader.dgwt-wcas-close svg path {
	fill: #818181!important
}

.dgwt-wcas-close:hover {
	opacity: 1!important;
}

.dgwt-wcas-close:hover svg path {
	fill: #555!important
}

.dgwt-wcas-search-submit:hover {
	background: none!important;
	box-shadow: none!important
}

.dgwt-wcas-search-submit:hover svg path {
	fill: #555!important;
}

.dgwt-wcas-sf-wrapp {
	background: transparent!important;
}

.dgwt-wcas-suggestions-wrapp {
	border-radius: 0px!important;
}

.dgwt-wcas-suggestion, .dgwt-wcas-suggestion-nores {
	max-width: 1460px!important;
	margin: auto!important;
	padding-left: 10px!important;
}