/* Add custom CSS styles below */ 
/* 1. تلوين مربع البحث بالكامل للعنابي والكتابة أبيض */
input[type="search"], 
input[type="text"], 
.search-input, 
.header-search input, 
.search-bar input, 
.search-form input,
.s-search-input {
    background-color: #531A23 !important;
    color: #ffffff !important;
    border: 1px solid #531A23 !important;
}

/* تلوين النص الداخلي التوضيحي لمربع البحث بالأبيض */
input::placeholder, .search-input::placeholder, input[type="search"]::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
input::-webkit-input-placeholder { color: #ffffff !important; opacity: 1 !important; }
input::-moz-placeholder { color: #ffffff !important; opacity: 1 !important; }