﻿
.module-shops-index .store-form .form-control {
    border-radius: 6px !important;
    border: solid 1px rgba(32, 32, 32, 0.3) !important;
    padding: 16px !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.module-shops-index .btn-search-store {
    background-color: #FD830C;
    border: 0 !important;
    border-radius: 6px !important;
    padding: 16px 0 !important;
}
    .module-shops-index .btn-search-store:hover {
        background: #ebb62d;
    }