﻿.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  height: 60px;
}
body {
  overflow-x: hidden;
}
#divStoreWidget {
  min-height: 50px;
  margin-bottom: 50px;
}

.divLocation {
  border: 1px solid lightgrey;
  padding: 18px 5px 20px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  height: auto;
  border-radius: 5px;
}

#divLoader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("https://media.giphy.com/media/cID9KaadyUDmt3JOjU/giphy.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.locations-group > .div-cards {
  overflow-x: auto;
  white-space: nowrap;
}

.locations-group > .div-cards > .col-md-3 {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.locationName {
  color: #333 !important;
  font-size: 15px;
  font-weight: bold;
}

.spanFilter {
  float: right;
  cursor: pointer;
  color: #269abc;
  font-size: 20px;
}

.ms-options {
  width: 93% !important;
  margin-left: 15px;
}

.btn:focus {
  outline: none;
}

.divFilter label {
  font-weight: normal;
}

.locBlock div {
  white-space: normal;
}

select {
  width: 200px;
}

.btnSearch,
.btnSearch:hover,
.btnSearch:focus,
.btnSearch:active,
.btnFilter,
.btnFilter:hover,
.btnFilter:focus,
.btnFilter:active {
  background-color: #f78d2d !important;
  color: #ffffff !important;
  text-shadow: none !important;
  background-image: none !important;
  border-color: #f78d2d !important;
  border-radius: 0px 5px 5px 0px;
}

#txtSearch.form-control:focus {
  outline-color: #f78d2d !important;
  border-color: #f78d2d !important;
}

.currentLocation {
  height: 26px;
  float: left;
  margin-left: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

input[name="withinRange"] {
  cursor: pointer;
}
.divRadio {
  visibility: hidden;
}
.spanFilter {
  display: none;
}
.divFilter {
  display: block;
}
.divFilter .filterInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mt-20 {
  margin-top: 20px;
}
.divFilter .filterItem {
  padding: 3px;
}

.divFilter .filterItem .multiselect-native-select,
.divFilter .filterItem .btn-group {
  display: block;
  width: 100% !important;
}
.divFilter .filterItem .btn-group {
  min-width: 180px;
}
.divFilter .filterItem .btn-group:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .divFilter .filterItem {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .divFilter .filterItem .btn-group {
    min-width: 0;
  }
}
@media screen and (max-width: 380px) {
  .divFilter .filterItem.action-btns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.locBlock {
  width: 100%;
}

.owl-prev {
  position: absolute;
  top: 22%;
  margin-left: 0px;
  display: block !important;
  border: 0px solid black !important;
  outline: none !important;
}

.owl-next {
  position: absolute;
  top: 22%;
  right: 20px;
  display: block !important;
  border: 0px solid black;
  outline: none !important;
}

.owl-prev i,
.owl-next i {
  color: grey;
}

.header-text {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.spanSearchRadius {
  font-weight: 600;
  margin-right: 10px;
}

.btnFilter {
  border-radius: 5px !important;
  margin-right: 7px;
}

.margin-top-30px {
  margin-top: 30px;
}

.padding-left-0px {
  padding-left: 0;
}

.list-group-item {
  border-left: none;
  border-right: none;
}

.spanStoreName {
  font-weight: normal;
}

#ulSearchResult {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-top: 12px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

#ulSearchResult > li {
  border-bottom: 1px solid #ccc;
}

.liSearchResult {
  position: relative;
  padding: 10px 40px 10px 30px;
}

.store-icon {
  max-width: 20px;
  max-height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  margin-left: 0;
}

.fa-plus-circle {
  font-size: 18px;
  color: #000 !important;
  cursor: pointer;
}

.spanShowMore {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  color: #257ca7;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.divStoreDetail {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.margin-top-10px {
  margin-top: 10px;
}

.font-style-italic {
  font-style: italic;
}

#spanSearchedKeyword {
  margin-left: 7px;
  font-weight: bold;
}

.show-more-less {
  display: none;
}

.divStoreDetail {
  display: none;
}

.spanPlusIcon {
  height: 18px;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.divGetDirection {
  text-align: right;
}

.liSearchResult .spanStoreName {
  cursor: pointer;
}

.margin-top-80px {
  margin-top: 80px;
}

.sLocation-icon {
  padding-left: 15px;
  cursor: pointer;
}

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 6px 1em 6px 0.4em;
  display: block;
}

.clearable-input {
  position: relative;
}

.clearable-input .form-control {
  padding-right: 30px;
}

.clearable-input .cross-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 99;
  background: #ff7070;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  line-height: 20px;
  font-size: 11px;
  cursor: pointer;
  display: none;
}

.lblReload {
  margin-left: 14px;
  cursor: pointer;
  color: #f78d2d;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  border: 1px solid transparent;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

/* Added by Sonu Kaushal */
.multiselect-container {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.multiselect-container label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.iconCurrentLocation svg {
  margin-bottom: -10px;
}

.btnClearFilter {
  margin-left: 5px !important;
}

#divStoreWidget .btn-group > .btn {
  background: none;
  box-shadow: none;
}
.locbtn {
  background-color: #efefef;
}

/* #divStoreWidget .open > .dropdown-menu {
display: none;
} */

/* ============== */

.spanPlusIcon .fa.fa-plus-circle {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

#divStoreWidget .input-group-btn > .btn,
button.btn.btn-warning.btnFilter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* button.btn.btn-warning.btnFilter{
        -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

/* #divStoreWidget .input-group-btn svg{
        fill: #fff;
} */

#divStoreWidget .input-group-btn svg circle,
#divStoreWidget .input-group-btn svg rect {
  stroke: #000;
  fill: #000;
}
#divStoreWidget .input-group-btn svg circle:nth-child(1) {
  fill: #fff;
}
