/* 
 * FiboSearch Custom Colors (Arzlan Brand)
 */

/* Search bar input background and border */
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background-color: #f8f9fa;
	border: 2px solid #FF6B35 !important;
	color: #333333;
}

/* Search bar input focus state */
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	border-color: #e55a2b !important;
	box-shadow: 0 0 5px rgba(255, 107, 53, 0.5) !important;
}

/* Search submit button (if enabled) */
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	background-color: #FF6B35 !important;
	color: #ffffff !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
	background-color: #e55a2b !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	border-right-color: #FF6B35 !important;
}

/* Magnifier icon color */
.dgwt-wcas-ico-magnifier, 
.dgwt-wcas-ico-magnifier-mob {
	fill: #FF6B35 !important;
}

/* Preloader spinner color */
.dgwt-wcas-preloader {
	border-top-color: #FF6B35 !important;
}

/* Live suggestions dropdown colors */
.dgwt-wcas-suggestions-wrapp {
	border: 1px solid #FF6B35;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected,
.dgwt-wcas-suggestion:hover {
	background-color: #fff0eb !important;
}

/* Price color in suggestions */
.dgwt-wcas-sp-price {
	color: #FF6B35 !important;
}

/* View all results link */
.dgwt-wcas-st-more {
	color: #FF6B35 !important;
}
