@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap'); body {
font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; color: #333;
background: #FFF; } a { text-decoration: none; color: #333; } main p a { color: #0d6efd; text-decoration: underline;
} img { max-width: 100%; } .main-navbar .form-control:focus, .main-navbar .form-select:focus, .main-navbar .btn-check:focus+.btn, .main-navbar .btn:focus {
border-color: #ced4da; box-shadow: none; } .fw-600 { font-weight: 600; } .fs-13 { font-size: 13px; }
.navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,.85); font-weight: 600; font-size: 13px; padding-right: .8rem;
padding-left: .8rem; } .navbar-light .navbar-toggler { border: none; } .navbar-toggler:focus { box-shadow: none;
} .search-header .form-control { width: 290px; font-size: 13px; border-radius: 50px 0 0 50px; padding-right: 5px !important;
} .search-header .btn { border: 1px solid #ced4da; border-left: 0; font-size: 13px; border-radius: 0 50px 50px 0;
background: #fff; } .image-grid-product { background-repeat: no-repeat; background-position: center center;
background-size: contain; border-radius: .25rem .25rem 0 0; } .list-h li { float: left; width: 25%;
padding: 6px 0; } .main-footer { font-size: 13px; } .main-footer ul li { padding-bottom: 11px; } .bg-ads {
background: url(../images/bg-ads.png); } .ui-autocomplete { max-height: 200px; overflow-y: auto; overflow-x: hidden;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; border: solid 1px #eee; border-top: none; background: #fff;
position: absolute; top: 0; left: 0; cursor: default; font-size: 13px; } .ui-menu { list-style: none;
padding: 0; margin: 0; display: block; outline: 0; } .ui-menu .ui-menu { position: absolute; } .ui-menu .ui-menu-item {
margin: 0; cursor: pointer; } .ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px 10px 3px 15px;
} @media only screen and (max-width: 768px) { .main-navbar .navbar-brand img { height: 34px; } .search-header .form-control {
 width: 130px; } .navbar-collapse { padding-top: 15px; } .list-h li { width: 50%; } }