/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 09:44:30 */
:root {
  --header-height: 90px;
  --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: #F7F3EA!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;
}

@media only screen and (max-width: 768px) {
	#dgwt-wcas-search-input-1 {
		width: 100%!important;
		border: none!important;
		height: 38px!important;
		font-size: 12px!important
	}
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    	top: 8px !important;
	}
}