﻿@charset "utf-8";
:root {
    /*color palette*/
    --template-color: #ffffff;
    --template-text-color: #333333;
    
}
.menu-header {
    border-bottom: 1px solid rgba(117, 117, 117, 0.1);
}
.search-container-input input {
    border-color: #ccc;
    box-shadow: none;
}
.search-container-input input:focus{
    border-color: #ccc !important;
    box-shadow: inset 0 0 6px rgba(126, 128, 129, 0.2) !important;
}
.search-container-input .search-button {
    border-color: #ccc;
}
.log-in-button, .sign-in-button {
    border: 1px solid #ccc;
}
.bid-button .btn {
    background-color: #000;
    color: white;
    opacity: 0.8;
}
.footer-inner {
    border-top: 1px solid #e9e9e9;
}
