.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	min-height: 55px;
	border-radius: 0;
	font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	font-style: normal;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	min-height: 55px;
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #333;
	background: #333;
	box-shadow: inset 0 0 0 1px #fff;
	text-transform: capitalize;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
	display: none;
}

.inside-header .dem-header-search .dgwt-wcas-search-wrapp {
	max-width: 600px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	border-bottom: 1px solid #ddd;
	color: #444;
	text-decoration: none;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:last-child {
	border-bottom: 0;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:focus,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:active,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:visited {
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-st {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	color: #444;
	font-size: 15px;
	line-height: 1.1;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-st-title {
	display: block;
	width: 100%;
	margin: 3px 0;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product:hover .dgwt-wcas-st-title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp {
	align-items: flex-start;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-meta {
	display: flex;
	flex: 0 0 150px;
	justify-content: flex-end;
	align-self: stretch;
	margin-left: auto;
	text-align: right;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-sp {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-end;
	align-self: flex-start;
	gap: 2px 4px;
	max-width: 150px;
	color: #222;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	white-space: normal;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-sp > * {
	margin: 0;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-sp del {
	color: #999;
	text-decoration: line-through;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-sp ins {
	color: #222;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-sp .amount {
	text-decoration: inherit;
}

.dgwt-wcas-suggestion-product .dem-fibo-product-cat {
	display: block;
	width: 100%;
	margin: 1px 0 2px;
	color: #7a6a4a;
	font-size: 12px;
	line-height: 1.25;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dem-fibo-meta-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 9px;
	width: 100%;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dem-fibo-rating {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 65px;
	min-height: 20px;
	color: #cfcfcf;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.dgwt-wcas-suggestion-product .dem-fibo-rating-base {
	opacity: 0.3;
}

.dgwt-wcas-suggestion-product .dem-fibo-rating-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	color: #f2b600;
	white-space: nowrap;
}

.dgwt-wcas-suggestion-product .dem-fibo-review-count {
	color: #333;
	line-height: 20px;
	text-decoration: none;
}

.dgwt-wcas-suggestion-product .dem-fibo-discount {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 6px;
	border-radius: 6px;
	background: #ff853e;
	color: #fff;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
}

@media (max-width: 640px) {
	.dgwt-wcas-suggestion-product .dgwt-wcas-meta {
		flex-basis: 96px;
	}

	.dgwt-wcas-suggestion-product .dgwt-wcas-sp {
		max-width: 96px;
		font-size: 14px;
	}
}
