@import "https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700";
/************************ Date Time Picker ************************/
/************************ End Date Time Picker ************************/
/***********************************************************
  Stores Page Styles
  ************************************************************/
/*ul#shipping-methods li:first-child {*/
/*  margin-right: 15px;*/
/*}*/
/*Multi Checkbox Dropdown*/
/* custom styles */
#scasp-date_table thead {
  display: table-header-group; }
  #scasp-date_table thead th {
    padding: 8px; }

.mt30 {
  margin-top: 30px; }

.mb100 {
  margin-bottom: 100px; }

.picker {
  width: 350px;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: black;
  position: relative;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 40px; }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: #0089ec; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  border-radius: 6px !important;
  -webkit-overflow-scrolling: touch;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 350px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

.picker__box {
  padding: 0 1em; }

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

.picker__month {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  color: #999999;
  font-size: .8em;
  font-style: italic; }

.picker__select--month {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
  width: 35%; }
  .picker__select--month:focus {
    border-color: #0089ec; }

.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
  width: 22.5%; }
  .picker__select--year:focus {
    border-color: #0089ec; }

.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  left: -1em;
  padding-right: 1.25em; }
  .picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto; }
  .picker__nav--prev:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb; }

.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  right: -1em;
  padding-left: 1.25em; }
  .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-right: 0;
    border-left: 0.75em solid #000000; }
  .picker__nav--next:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb; }

.picker__nav--disabled {
  cursor: default;
  background: none;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke; }
  .picker__nav--disabled:hover {
    cursor: default;
    background: none;
    border-right-color: whitesmoke;
    border-left-color: whitesmoke; }
  .picker__nav--disabled:before {
    cursor: default;
    background: none;
    border-right-color: whitesmoke;
    border-left-color: whitesmoke; }
    .picker__nav--disabled:before:hover {
      cursor: default;
      background: none;
      border-right-color: whitesmoke;
      border-left-color: whitesmoke; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }
  .picker__table td {
    margin: 0 !important;
    padding: 0 !important; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500; }

.picker__day {
  padding: 8px;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }
  .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent; }

.picker__day--disabled {
  background: #f5f5f5 !important;
  border-color: whitesmoke !important;
  color: #dddddd !important;
  cursor: default !important; }
  .picker__day--disabled:before {
    border-top-color: #aaaaaa; }
  .picker__day--disabled:hover {
    background: #f5f5f5 !important;
    border-color: whitesmoke !important;
    color: #dddddd !important;
    cursor: default !important; }

.picker__day--outfocus {
  color: #777777; }
  .picker__day--outfocus:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }
  .picker__day--highlighted:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb; }

.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: black;
  background: #b1dcfb; }
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: white; }
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default; }
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: black;
  background: #b1dcfb; }
.picker--focused .picker__list-item {
  color: #000000;
  background: #ffffff; }
  .picker--focused .picker__list-item:hover {
    color: black;
    background: #b1dcfb; }
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

.picker__day--selected {
  background: #0089ec;
  color: white; }
  .picker__day--selected:hover {
    background: #0089ec;
    color: white; }

.picker__day--highlighted.picker__day--disabled {
  background: #bbbbbb; }
  .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb; }

.picker__footer {
  text-align: center; }

.picker__button--today {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }
  .picker__button--today:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb; }
  .picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none; }
  .picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0;
    content: " ";
    margin-right: .45em;
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent; }

.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }
  .picker__button--clear:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb; }
  .picker__button--clear:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none; }
  .picker__button--clear:before {
    position: relative;
    display: inline-block;
    height: 0;
    content: " ";
    margin-right: .45em;
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200; }

.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }
  .picker__button--close:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb; }
  .picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none; }
  .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777; }

.picker__button--today[disabled] {
  background: #f5f5f5;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default; }
  .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: whitesmoke;
    color: #dddddd;
    cursor: default; }
  .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa; }

.picker__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }
  .picker__list-item:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10; }

.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }
  .picker__list-item--highlighted:hover {
    cursor: pointer;
    color: black;
    background: #b1dcfb; }

.picker__list-item--selected {
  background: #0089ec;
  color: white;
  z-index: 10; }
  .picker__list-item--selected:hover {
    background: #0089ec;
    color: white;
    z-index: 10; }

.picker__list-item--disabled {
  background: #f5f5f5;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }
  .picker__list-item--disabled:hover {
    background: #f5f5f5;
    border-color: whitesmoke;
    color: #dddddd;
    cursor: default;
    border-color: #dddddd;
    z-index: auto; }

.picker--time {
  min-width: 256px;
  max-width: 320px; }
  .picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: none;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: #666666; }
    .picker--time .picker__button--clear:hover {
      color: black;
      background: #b1dcfb;
      background: #ee2200;
      border-color: #ee2200;
      cursor: pointer;
      color: white;
      outline: none; }
      .picker--time .picker__button--clear:hover:before {
        color: white;
        border-color: white; }
    .picker--time .picker__button--clear:focus {
      color: black;
      background: #b1dcfb;
      background: #ee2200;
      border-color: #ee2200;
      cursor: pointer;
      color: white;
      outline: none; }
      .picker--time .picker__button--clear:focus:before {
        color: white;
        border-color: white; }
    .picker--time .picker__button--clear:before {
      top: -0.25em;
      color: #666666;
      font-size: 1.25em;
      font-weight: bold; }
  .picker--time .picker__holder {
    background: #f2f2f2; }
  .picker--time .picker__box {
    padding: 0;
    position: relative; }

#sca-storepickup-container .picker table tr td:first-child {
  padding-left: 0;
  text-align: center; }

#cart-store-pickup #date-time-picker {
  position: relative;
  display: block; }

.globo-btn {
  height: 35px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  color: white;
  font-weight: 400;
  background-color: #204d74 !important;
  border-color: #122b40;
  white-space: inherit; }
  .globo-btn:hover {
    background-color: #367fa9; }
  .globo-btn:active {
    background-color: #367fa9; }

.globo-btn.hover {
  background-color: #367fa9; }

#localDeliveryContainer .form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

#stores-container {
  font-size: 14px;
  font-weight: normal;
  color: #3d4246;
  line-height: 1.5;
  text-align: left; }
  #stores-container .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px; }
    #stores-container .input-group .form-control {
      display: table-cell;
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      #stores-container .input-group .form-control:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      #stores-container .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
  #stores-container .input-group-addon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
    #stores-container .input-group-addon:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #stores-container .input-group-addon:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  #stores-container .input-group-btn {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
    #stores-container .input-group-btn:last-child > .btn {
      z-index: 2;
      margin-left: -1px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #stores-container .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    #stores-container .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
      #stores-container .input-group-btn:last-child > .btn-group > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      #stores-container .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    #stores-container .input-group-btn:last-child > .dropdown-toggle {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #stores-container .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #stores-container .input-group-btn:first-child > .btn-group > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #stores-container .input-group-btn:first-child > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      #stores-container .input-group-btn:first-child > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    #stores-container .input-group-btn:first-child > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  #stores-container .form-group-option {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -ms-grid;
    display: grid;
    margin: 20px 0 0 0;
    justify-content: center; }
  #stores-container .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  #stores-container input#addressInput {
    height: 41px;
    padding: 0 35px 0 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
    border-radius: 2px;
    background-color: white;
    color: #666666;
    background-clip: padding-box;
    border: 1px solid #ddd;
    outline: 0;
    margin: 0;
    font-size: 13px;
    box-sizing: border-box; }
  #stores-container .search {
    padding: 0px; }
  #stores-container .open > .dropdown-toggle.btn-default {
    color: #f9f9f9;
    background-color: #0074d9;
    border-color: #0049bf; }
  #stores-container ul.multiselect-container.dropdown-menu {
    display: none;
    z-index: 100; }
  #stores-container b.caret {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    width: 0;
    position: absolute;
    top: 49%;
    right: 10px;
    display: none; }
  #stores-container button.multiselect.dropdown-toggle.btn.btn-default {
    padding: 0;
    width: 100%;
    font-weight: 100;
    font-size: smaller;
    padding: 10px 10px;
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    background: transparent;
    border: 1px solid #ccc;
    padding: 0px 15px;
    line-height: 41px;
    text-align: left;
    height: 41px;
    overflow: hidden;
    text-transform: none;
    margin-bottom: 4px;
    background-color: #fff;
    box-shadow: none;
    top: 0;
    left: 0; }
  #stores-container .dropdown-menu {
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 150px;
    overflow-y: scroll;
    position: absolute; }
  #stores-container div.filter-select {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px; }
    #stores-container div.filter-select > select {
      height: 41px;
      line-height: 41px;
      padding: 0 15px;
      width: 100%;
      display: block;
      margin-bottom: 0;
      background: #fff;
      border: 1px solid #ccc; }
    #stores-container div.filter-select .btn-group {
      width: 100%; }
  #stores-container button[name="search_locations"] {
    height: 41px;
    border-radius: 0;
    text-transform: unset;
    margin-bottom: 15px;
    width: 100%;
    top: 0;
    left: 0; }

div.store-page #stores-container .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

.method-content {
  height: 0;
  display: none; }

.method-content.active {
  display: block; }

.method-content_pickup.active {
  height: auto; }

.method-content_localDelivery.active {
  height: auto; }

#shipping-methods li label {
  margin: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fbfbfb;
  padding: 25px 5px;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #shipping-methods li label p {
    margin: 0;
    color: black; }
  #shipping-methods li label .gbStore-loading {
    display: none;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e6ecf1;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

ul#shipping-methods {
  text-align: center;
  font-size: 13px;
  clear: both;
  padding: 15px 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  margin: 20px 0 0 0;
  justify-content: center;
  width: 100%; }
  ul#shipping-methods li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0; }
    ul#shipping-methods li label:hover {
      background-color: #fa2c2c; }
    ul#shipping-methods li label:hover .gbStore_title-method-Shipping {
      color: 0; }
    ul#shipping-methods li input {
      display: none; }
  ul#shipping-methods li.active label {
    background-color: #8b8a8a !important; }
    ul#shipping-methods li.active label .gbStore_title-method-Shipping {
      color: 0; }

#shipping-container {
  font-size: 14px;
  font-weight: normal;
  color: #3d4246;
  line-height: 1.5;
  text-align: left; }

.location-popup {
  font-size: 14px;
  font-weight: normal;
  width: 100%; }
  .location-popup .stores-field {
    font-weight: 500 !important; }
  .location-popup h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px; }
  .location-popup h3 {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 500;
    font-family: Montserrat, sans-serif; }
  .location-popup table {
    width: 100%;
    margin: 0; }
    .location-popup table td, .location-popup table th {
      padding: 5px 8px !important;
      vertical-align: middle;
      border: 1px solid #eee; }
      .location-popup table td:first-child, .location-popup table th:first-child {
        font-weight: bold; }
  .location-popup ul {
    margin: 10px 0;
    list-style: none; }
    .location-popup ul li {
      margin: 0; }
      .location-popup ul li label {
        font-size: 14px;
        width: 65px;
        color: black;
        margin-bottom: 5px;
        font-weight: 500;
        display: inline-block;
        margin-right: 5px; }
        .location-popup ul li label:after {
          content: ":";
          float: right;
          margin-right: 3px; }

#map-container {
  display: table;
  width: 100%; }

.margin-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

#stores-list-table {
  width: 33.333333%;
  min-width: 200px;
  display: table-cell;
  vertical-align: top;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 0;
  height: 650px; }
  #stores-list-table > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 460px;
    text-align: left;
    line-height: 1.4;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff; }

#stores-distance {
  color: #365899;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px; }

#map-table {
  display: table-cell; }

#map {
  height: 650px;
  width: 100%; }

#stores-table .stores-list-container {
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0; }
  #stores-table .stores-list-container .stores-field {
    font-size: 13px; }
  #stores-table .stores-list-container:nth-child(2n) {
    background: #eeeeee; }
  #stores-table .stores-list-container:hover {
    background: #fff7e7; }

#picture-row {
  margin-top: 15px;
  margin-bottom: 0; }

#stores-table li {
  padding: 10px; }

.stores-list-container.active {
  background: wheat !important; }

#store-picture {
  width: 42%; }

.more-info {
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  color: black; }

.workinghours {
  margin-top: 10px; }
  .workinghours p {
    margin: 0; }

#stores-address {
  margin-top: 10px; }

#stores-title {
  font-weight: bold;
  font-size: 15px; }

#cart-store-pickup #map-container {
  display: block; }
#cart-store-pickup #stores-list-table {
  width: 100%;
  display: block;
  max-height: 500px;
  height: auto;
  margin-bottom: 20px; }
  #cart-store-pickup #stores-list-table ul {
    height: auto;
    max-height: 498px; }
#cart-store-pickup #map-table {
  display: block;
  margin-bottom: 20px; }
#cart-store-pickup #map {
  height: 350px; }

li.stores-list-container {
  display: table;
  width: 100%; }
  li.stores-list-container .location-form-inputs {
    display: table-cell;
    vertical-align: middle;
    width: 25px; }

.location-form-inputs input.hidden {
  display: none; }

#cart-store-pickup .hidden, .store-page .hidden {
  display: none !important; }

.stores-details.stores-list-details {
  display: table-cell;
  vertical-align: middle; }

input.error {
  border-color: #ff0404 !important; }

small.error {
  padding: 0px 0px 10px;
  display: block;
  color: red;
  font-size: 12px; }

div.error {
  border: 1px solid red !important; }

div.store-locator input.PUS_ID {
  display: none; }

div.store-cart [data-allow-pickup="0"] {
  display: none; }

.store-page #stores-container .search {
  padding: 5px 5px 0px; }

.search span.icon {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 20;
  transform: translate(0, -50%);
  cursor: pointer; }

.store-locator i.hidden {
  display: block !important; }
.store-locator i.fa.fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
.store-locator .list-content.stores-list-content {
  position: relative; }

.style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: whitesmoke; }
.style-1::-webkit-scrollbar {
  width: 6px;
  background-color: whitesmoke; }
.style-1::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5f5f5f; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container > li {
    padding: 0; }
    .multiselect-container > li > a.multiselect-all label {
      font-weight: 700; }
    .multiselect-container > li > a {
      padding: 0; }
      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 3px 20px 3px 40px; }
        .multiselect-container > li > a > label > input[type=checkbox] {
          margin-bottom: 5px;
          margin-bottom: 5px;
          opacity: 1;
          z-index: 1;
          position: relative; }
      .multiselect-container > li > a > label.radio {
        margin: 0; }
      .multiselect-container > li > a > label.checkbox {
        margin: 0; }
  .multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700; }
  .multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer; }

.filter .btn {
  padding: 6px 3px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox {
  padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
  margin-left: -20px;
  margin-right: 0; }
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

button[name="search_locations"] {
  width: 100%;
  display: inline-block;
  position: relative; }

select#radiusSelect {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 500 !important; }

select#groupSelect {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 500 !important; }

#content2 .store-group h6 {
  font-weight: bold; }
#content2 .store-name {
  font-weight: bold;
  font-size: 12px; }
#content2 .store-address {
  font-size: 12px;
  color: #8d8d8d; }
#content2 .store-wrapper {
  margin-top: 15px; }
#content2 .store-info {
  color: #8d8d8d;
  font-size: 12px; }
#content2 .stores-detail {
  margin-bottom: 15px; }

.input-search {
  position: relative;
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 80px;
  border-radius: 5px;
  margin-bottom: 10px; }
  .input-search input {
    border-radius: 5px 0 0 5px;
    margin: 0 !important;
    border: solid 1px #949494 !important;
    background-color: #fff;
    width: 100%;
    padding: 0 8px; }

.input-search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  background-color: wheat;
  border: solid 1px #949494;
  border-left: none;
  border-radius: 0 5px 5px 0; }

ul.gbStore_list-inventory {
  list-style: none;
  font-size: 16px;
  padding: 10px 0 10px 20px; }

.input-search_no-validate {
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: 1fr; }

#gbStore-code_no-validate {
  border-radius: 5px;
  border: solid .1rem #c4cdd5; }

@media (min-width: 24.5em) {
  .picker__select--month {
    margin-top: -0.5em; }

  .picker__select--year {
    margin-top: -0.5em; }

  .picker__nav--prev {
    top: -0.33em;
    padding-right: 1.5em; }

  .picker__nav--next {
    top: -0.33em;
    padding-left: 1.5em; } }
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; }

  .picker__weekday {
    padding-bottom: .5em; } }
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em; } }
@media screen and (max-width: 425px) {
  .picker {
    width: 300px; }

  .picker__holder {
    max-width: 300px; } }
@media only screen and (min-width: 425px) {
  ul#shipping-methods {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 425px) {
  #stores-container .form-group-option {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr); } }
@media screen and (max-width: 991px) {
  #map-container {
    display: block; }

  #stores-list-table {
    width: 100%;
    display: block;
    max-height: 500px;
    height: auto;
    margin-bottom: 20px; }
    #stores-list-table ul {
      height: auto;
      max-height: 498px; }

  #map-table {
    display: block; } }
.gm-style img {
  max-width: none !important; }

.gm-style-cc, .gm-style-cc + div {
  visibility: initial !important; }

[hidden] {
  display: none !important; }

.gbStore-map-show-all-locations-button {
  top: 8px;
  left: 10px;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  height: 30px;
  outline: none !important;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  transition: all .2s; }

.gbStore-map-show-all-locations-button:hover,
.gbStore-map-show-all-locations-button:focus {
  filter: brightness(105%);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2); }

.gbStore-map-show-all-locations-button.is-visible {
  opacity: 1;
  pointer-events: all; }

@media (max-width: 720px) {
  .gbStore-map-show-all-locations-button {
    display: none !important; } }
.gbStore-panel-options {
  background: transparent;
  color: #008248;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  line-height: 44px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ecf0f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px; }

.gbStore-panel-options > a {
  border-right: 1px solid #ecf0f1; }

.gbStore-panel-options > a:last-child {
  border-right: none; }

.gbStore-popup-buttons-get-directions {
  color: #008248; }

.mapboxgl-ctrl-geocoder--icon-search {
  cursor: pointer; }

#gbStore-geolocate-button {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin-right: 5px; }

#gbStore-popup {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  z-index: 50;
  text-align: center;
  padding: 10px 20px;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transition: all 500ms ease; }

#gbStore-popup.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0); }

#gbStore-popup.gbStore-popup--info {
  background: #fff;
  color: #010101; }

#gbStore-popup.gbStore-popup--error {
  background: #FDF2F2;
  color: #cc0000; }

#gbStore-popup.gbStore-popup--success {
  background: #28B05A;
  color: #fff; }

#gbStore-popup .gbStore-popup-icon {
  margin-left: 20px;
  display: none; }

#gbStore-popup .gbStore-popup-icon--spinner {
  display: block;
  height: 16px;
  width: 16px;
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #eee;
  border-top-color: #008248;
  animation: gbStore-spinner .6s linear infinite; }

#gbStore-popup .gbStore-popup-text {
  font-size: 12px; }

@-webkit-keyframes delayed-fade-in-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes delayed-fade-in-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-translate-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@keyframes fade-in-translate-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

#gbStore-widget .mapboxgl-ctrl-geocoder {
  box-shadow: none; }

#gbStore-widget .mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #ddd; }

.gbStore-result-filters {
  margin: 12px -3px 0; }

.gbStore-result-filters-text {
  display: inline-block;
  font-size: 12px;
  color: #383838;
  font-weight: 600;
  background-color: #f4f4f4;
  border-radius: 2px;
  padding: 3px 6px;
  margin: 3px; }

.gbStore-result-buttons {
  margin-top: 12px; }

.gbStore-result-button {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background-color: #008248;
  border-radius: 2px;
  padding: 3px 8px; }

#gbStore-widget .gbStore-result-button:hover,
#gbStore-widget .gbStore-result-button:focus {
  color: #fff; }

.gbStore-overlay-details-custom-ctas {
  margin-top: 12px; }

.gbStore-overlay-details-custom-ctas .gbStore-overlay-details-custom-ctas-item {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background-color: #008248;
  border-radius: 2px;
  padding: 3px 8px;
  margin-right: 5px; }

#gbStore-widget .gbStore-overlay-details-custom-ctas .gbStore-overlay-details-custom-ctas-item:hover,
#gbStore-widget .gbStore-overlay-details-custom-ctas .gbStore-overlay-details-custom-ctas-item:focus {
  color: #fff; }

.gbStore-result-image {
  margin-right: 12px;
  flex: 0 0 50px; }

.gbStore-result-image-img {
  border-radius: 9999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px; }

.gbStore-featured-list,
.gbStore-result-list {
  padding: 0; }

.gbStore-title-1 {
  color: #008248;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px; }

#gbStore-widget ::placeholder {
  color: #aaa;
  opacity: 1;
  font-weight: 400; }

#gbStore-widget button, a {
  outline: none; }

#gbStore-widget .gbStore-link-status-style-1 {
  transition: all .2s; }

#gbStore-widget .gbStore-link-status-style-1:hover {
  filter: brightness(105%); }

#gbStore-widget .gbStore-link-status-style-1:active {
  filter: brightness(90%); }

#gbStore-widget .gbStore-link-primary,
#gbStore-widget .gbStore-link-primary:hover,
#gbStore-widget .gbStore-link-primary:focus,
#gbStore-widget .gbStore-link-primary:active {
  color: #008248; }

.gbStore-button-status-style-1 {
  transition: all .2s; }

.gbStore-button-status-style-1:hover {
  filter: brightness(105%); }

.gbStore-button-status-style-1:active {
  filter: brightness(90%); }

@keyframes gbStore-spinner {
  to {
    transform: rotate(360deg); } }

.gbStore-result-prime {
  margin-top: 5px;
  margin-bottom: 10px; }

.gbStore-result-prime-text {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #008248;
  padding: 0 7px;
  height: 16px;
  line-height: 16px;
  border-radius: 999px; }

.gbStore-spinner {
  height: 150px;
  position: relative;
  width: 100%; }

.gbStore-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #eee;
  border-top-color: #008248;
  animation: gbStore-spinner .6s linear infinite; }

#gbStore-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 40;
  transition: all .2s ease;
  flex-direction: column; }

#gbStore-overlay.is-visible {
  display: flex; }

.gbStore-overlay-content {
  overflow-y: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

#gbStore-overlay-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: auto; }

#gbStore-overlay-details .gbStore-overlay-details-action-button,
#gbStore-overlay-details .gbStore-overlay-details-action-button:focus {
  color: #101010;
  transition: all .2s; }

#gbStore-overlay-details .gbStore-overlay-details-action-button:hover {
  opacity: .8; }

#gbStore-overlay-details .gbStore-overlay-details-action-button:active {
  opacity: .5; }

#gbStore-overlay-groups {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.gbStore-overlay-close {
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end; }

.gbStore-overlay-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  z-index: 50;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 20px;
  outline: none !important;
  border: none !important;
  background: transparent;
  box-shadow: none;
  min-width: 20px;
  border-radius: 4px;
  animation: delayed-fade-in-scale-up .6s 1;
  color: #000; }

.gbStore-overlay-close-button:hover,
.gbStore-overlay-close-button:active {
  background: none;
  box-shadow: none; }

.gbStore-overlay-details-image {
  width: 100%;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  animation: fade-in-translate-down .3s 1; }

.gbStore-overlay-details-content {
  width: 100%;
  padding-top: 50px;
  animation: fade-in .2s 1; }

.gbStore-overlay-details-actions {
  padding: 15px 30px; }

.gbStore-overlay-details-action-button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #008248;
  text-decoration: none; }

.gbStore-overlay-details-action .gbStore-icon svg {
  height: 16px;
  width: 16px;
  margin-right: 10px; }

.gbStore-overlay-hours {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #ecf0f1; }

.gbStore-overlay-filters {
  margin: 0;
  padding: 20px 30px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  display: flex;
  flex-wrap: wrap; }

.gbStore-overlay-filters-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 5px;
  background: #f7f7f7;
  border-radius: 9999px;
  padding: 2px 10px;
  font-weight: 600;
  color: #141414; }

.gbStore-overlay-filters-item-icon {
  flex: 0 0 50px;
  margin-right: 20px; }

.gbStore-overlay-filters-item-icon img {
  width: 100%; }

.gbStore-overlay-fields {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #ecf0f1; }

.gbStore-overlay-fields-item {
  font-size: 13px;
  padding: 3px 0;
  font-weight: 600;
  color: #141414;
  display: flex; }

.gbStore-overlay-fields-item > div {
  flex: 0 0 50%;
  padding: 0 5px; }

.gbStore-overlay-fields-item__name {
  font-weight: 600; }

.gbStore-overlay-fields-item__value {
  font-weight: 300; }

.gbStore-overlay-details-name,
.gbStore-overlay-details-address,
.gbStore-overlay-details-featured {
  padding: 0 30px; }

.gbStore-overlay-details-name {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px; }

.gbStore-overlay-details-address {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #999; }

.gbStore-overlay-details-featured-text {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #008248;
  padding: 0 7px;
  height: 16px;
  line-height: 16px;
  border-radius: 999px; }

.gbStore-overlay-main {
  flex: 1; }

.gbStore-overlay-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 25px 35px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fade-in .2s 1; }

.gbStore-overlay-header h4 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9); }

.gbStore-overlay-list-item {
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }

.gbStore-overlay-list-item:nth-child(even) {
  background: rgba(0, 0, 0, 0.01); }

.gbStore-overlay-list-item:hover {
  background: rgba(0, 0, 0, 0.1); }

.gbStore-overlay-list-item.is-active {
  /*background-color: rgba(0, 0, 0, .030000000000000013);*/ }

.gbStore-overlay-list-item.is-active .gbStore-icon {
  opacity: 1;
  transform: scale(1); }

.gbStore-overlay-list-item-icon {
  height: 30px;
  margin-right: 15px; }

.gbStore-overlay-list-item-name {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  color: #040404; }

.gbStore-overlay-list-item-color {
  border-radius: 9999px;
  height: 5px;
  width: 5px;
  display: inline-block;
  margin-right: 10px; }

.gbStore-overlay-list-item .gbStore-icon {
  font-size: 11px;
  color: #008248;
  opacity: 0;
  transition: all .2s;
  transform: scale(0.7); }

.gbStore-overlay-actions {
  display: none;
  justify-content: flex-end;
  padding: 20px 30px; }

.gbStore-overlay-filters-list {
  animation: fade-in .2s 1; }

.gbStore-overlay-filters-apply-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #008248;
  color: #fff;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  animation: delayed-fade-in-scale-up .6s 1;
  z-index: 50;
  display: none;
  pointer-events: none; }

.gbStore-overlay-filters-apply-button.is-visible {
  pointer-events: all;
  display: block; }

.gbStore-overlay-filters-apply-button:hover {
  color: #fff; }

.gbStore-overlay-filters-clear {
  color: #008248;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  background: transparent !important; }

#gbStore-clear {
  clear: both; }

#gbStore-popup-content {
  max-width: 320px; }

#gbStore-widget {
  height: 100%;
  position: relative;
  visibility: visible !important;
  width: 100%;
  padding: 0;
  text-align: left !important;
  box-sizing: border-box !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

#gbStore-widget * {
  box-sizing: border-box !important; }

#gbStore-widget input,
#gbStore-widget .gbStore-radius-button {
  outline: none !important; }

#gbStore-widget .gbStore-radius-button {
  cursor: pointer !important; }

#gbStore-widget a {
  text-decoration: none; }

#gbStore-widget * {
  box-sizing: border-box; }

#gbStore-widget p {
  margin: 0; }

#gbStore-map-container {
  position: absolute;
  left: 400px;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #FBFBFB;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 6px 10px 42px rgba(0, 0, 0, 0.05);
  border-radius: 0 8px 8px 0; }

#gbStore-map {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

#gbStore-panel {
  overflow: hidden !important;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: #fff;
  z-index: 4;
  min-height: 300px;
  color: rgba(0, 0, 0, 0.56);
  border-right: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 650px; }

#gbStore-powered {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  padding: 0;
  color: #bbb;
  height: 24px;
  line-height: 24px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  font-size: 11px; }

#gbStore-powered a {
  font-weight: 600;
  text-decoration: none !important;
  color: #999;
  font-size: 11px; }

#gbStore-powered a:hover {
  text-decoration: none !important;
  color: #008248; }

/* -Layout */
/* Search */
#gbStore-search i.gbStore-icon {
  margin-right: 8px; }

#gbStore-search {
  height: 61px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid #ecf0f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); }

.gbStore-search-form {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  margin: 0; }

#gbStore-widget .gbStore-dropdown {
  z-index: 500;
  position: absolute;
  margin-top: 5px;
  top: 100%;
  background: #fff;
  padding: 8px 10px;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-width: 180px;
  opacity: 0;
  pointer-events: none !important;
  transform: scale(0.95);
  transition-property: transform, opacity;
  transition-duration: .25s; }

#gbStore-widget .gbStore-dropdown.gbStore-dropdown-from-top-right {
  transform-origin: 100% 0;
  right: 0; }

#gbStore-widget .gbStore-dropdown.gbStore-dropdown-from-top-left {
  transform-origin: 0 0;
  left: 0; }

#gbStore-widget .gbStore-dropdown-open .gbStore-dropdown {
  opacity: 1;
  pointer-events: all !important;
  transform: none; }

#gbStore-widget .gbStore-dropdown .gbStore-dropdown-item {
  font-weight: 400;
  font-size: 14px;
  padding: 6px 10px;
  text-align: left;
  border-radius: 4px;
  cursor: pointer; }

#gbStore-widget .gbStore-dropdown .gbStore-dropdown-item.is-active {
  font-weight: 700; }

#gbStore-widget .gbStore-dropdown .gbStore-dropdown-item:hover {
  background: #f4f4f4; }

#gbStore-widget .gbStore-dropdown .gbStore-dropdown-item:last-child {
  margin-bottom: 0; }

#gbStore-widget .gbStore-dropdown-radius {
  min-width: 100px; }

#gbStore-widget .gbStore-dropdown-filters {
  min-width: 200px; }

.gbStore-query {
  flex: 1; }

#gbStore-widget .gbStore-search-field,
#gbStore-widget .mapboxgl-ctrl-geocoder--input {
  font-weight: 400;
  font-size: 16px;
  height: 44px;
  background: transparent !important;
  width: 100%;
  padding: 10px 10px 10px 40px;
  box-shadow: none !important;
  color: #171717;
  border: 0; }

.gbStore-radius {
  width: auto; }

.gbStore-radius span {
  font-weight: 700; }

.gbStore-mobile-filters-button {
  font-weight: 700; }

.gbStore-search {
  margin-right: 0;
  width: auto; }

.gbStore-search button {
  background: #008248;
  color: #fff; }

.gbStore-search-icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 10px;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #000; }

.gbStore-search-icon path {
  fill: #ddd; }

.gbStore-clear-search {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #171717; }

.gbStore-filter-option {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #008248;
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-height: 44px;
  overflow: hidden;
  word-break: break-all; }
  .gbStore-filter-option .gbStore-filter-option-label {
    max-height: 44px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.gbStore-filter-option:hover,
.gbStore-filter-option:focus {
  color: #008248; }

.gbStore-filter-option .gbStore-icon-plus {
  display: inline-block; }

.gbStore-filter-option .gbStore-icon-check {
  display: none; }

.gbStore-group-button.has-active-filters .gbStore-icon.gbStore-icon-check {
  display: inline-block; }

.gbStore-group-button.has-active-filters .gbStore-icon.gbStore-icon-plus {
  display: none; }

.gbStore-group-button .gbStore-icon.gbStore-icon-check {
  display: none;
  font-size: 10px;
  color: #008248;
  margin-left: 6px;
  margin-right: 0 !important; }

.gbStore-mobile-filters-apply-button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: #008248;
  border: none;
  outline: none !important;
  font-size: 14px; }

/* -Search */
/* Filters */
#gbStore-filters {
  height: 50px;
  padding: 4px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #171717; }

.gbStore-filters-desc {
  font-weight: 600;
  color: #171717; }

.gbStore-filters--item {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  margin: 5px;
  padding: 6px 10px;
  display: inline-block;
  background: #fefefe;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer; }

.gbStore-filters--item.is-active {
  background: #008248;
  color: #fff; }

/* -Filters */
.gbStore-error {
  display: none;
  padding: 20px;
  font-size: 14px;
  color: #171717; }

/* No Results + Lead Form */
.gbStore-no-results {
  text-align: left;
  padding: 30px 20px 45px;
  font-size: 14px;
  color: #171717; }

.gbStore-no-results.is-visible {
  display: block; }

.gbStore-message-sorry {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
  display: block; }

.gbStore-message-title {
  display: none;
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 10px; }

#gbStore-widget .gbStore-message-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px; }

.gbStore-message-list {
  font-weight: 300;
  font-size: 12px;
  display: block;
  line-height: 20px;
  padding-left: 20px; }

.gbStore-message-list li {
  margin-bottom: 7px;
  padding: 0;
  list-style: disc; }

.gbStore-lead-desc {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  color: #010101; }

#gbStore-widget .gbStore-lead-thank-you-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px; }

#gbStore-widget {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 35% 65%; }

#gbStore-widget .gbStore-lead-thank-you-title {
  font-size: 22px;
  font-weight: 500; }

#gbStore-lead-email,
#gbStore-lead-name,
#gbStore-lead-phone,
#gbStore-lead-comment {
  border-radius: 2px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  box-shadow: none;
  width: 100%;
  margin: 0 0 7px;
  background: #f4f4f4 !important;
  color: #373737;
  border: 0 !important;
  max-width: 300px; }

.gbStore-lead-fields > *:last-child {
  margin-bottom: 0 !important; }

.gbStore-notify-me-button {
  border-radius: 6px;
  margin-top: 15px;
  background: #008248;
  color: #fff;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 14px 26px;
  border: 0;
  transition: all .3s;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }

.gbStore-input-container {
  margin-top: 15px; }

.gbStore-lead-thank-you {
  display: none; }

.gbStore-show-all-results-or {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px; }

.gbStore-show-all-results {
  margin-top: 40px; }

.gbStore-error-body p {
  margin-bottom: 15px !important; }

.gbStore-show-all-results-link {
  border-radius: 6px;
  margin-top: 20px;
  display: inline-block;
  background: #008248;
  color: #fff;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 600;
  padding: 14px 26px;
  border: 0;
  transition: all .3s;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }

.gbStore-error .gbStore-show-all-results-link {
  margin-top: 15px; }

/* -No Results + Lead Form */
/* Results */
.gbStore-result-list {
  overflow-y: auto;
  overflow-x: hidden; }

span.gbStore-icon {
  width: 10px; }

.gbStore-result {
  overflow: hidden;
  padding: 16px;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
  cursor: pointer;
  display: flex;
  transition: all .2s ease;
  background: linear-gradient(to bottom, #fdfdfd 0%, #fcfcfc 100%); }

.gbStore-result:hover {
  background: linear-gradient(to bottom, white 0%, #fdfdfd 100%); }

.gbStore-result.is-active {
  /*background: rgba(0, 0, 0, .04);*/ }

.gbStore-result-caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  opacity: .2; }

.gbStore-result-caret table {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.gbStore-result-caret table td {
  vertical-align: middle !important;
  text-align: center !important; }

.gbStore-result-name {
  font-size: 14px;
  font-weight: 700;
  color: #008248; }

.gbStore-result-address {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #555; }

.gbStore-result-actions {
  margin-top: 10px; }

.gbStore-clear {
  clear: both; }

.gbStore-result-website {
  float: left;
  margin-right: 10px; }

.gbStore-result-website-link {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background-color: #008248;
  border-radius: 3px;
  padding: 3px 10px; }

.gbStore-result-view-details {
  float: left; }

.gbStore-result-view-details-link {
  display: inline-block;
  font-size: 13px;
  color: #171717;
  font-weight: 600;
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 3px 10px; }

.gbStore-result-item-filters {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: flex; }

.gbStore-result-item-filter.gbStore-result-item-filter--with-icons {
  display: flex;
  flex-direction: column; }

.gbStore-popup-fields {
  margin: 8px 0; }

.gbStore-popup-field {
  margin: 2px 0;
  display: flex;
  align-items: center; }

.gbStore-popup-field-name {
  flex: 1;
  font-weight: 500;
  font-size: 13px; }

.gbStore-popup-field-value {
  font-weight: 400;
  font-size: 13px; }

.gbStore-popup-filters--with-icons {
  margin: 10px 0;
  display: flex; }

.gbStore-popup-filter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px; }

.gbStore-result-item-filter-icon {
  width: 50px; }

.gbStore-popup-filter-image {
  width: 40px; }

.gbStore-popup-filter-name {
  margin-top: 5px; }

.gbStore-result-filters ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.gbStore-result-item-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px; }

.gbStore-result-item-filter-name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  color: #000; }

.gbStore-result-filter {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px; }

.gbStore-result-filter:last-child {
  margin-bottom: 0; }

.gbStore-result-distance {
  text-transform: lowercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #141414;
  background: #eee;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 3px; }

.gbStore-result-info-button {
  display: none;
  position: absolute;
  right: 20px;
  top: 50px;
  font-size: 8px;
  color: #fff;
  background: #008248;
  border-radius: 9999px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: none !important;
  outline: none !important; }

.gbStore-result-is-open {
  margin-top: 10px; }

.gbStore-result-is-open .gbStore-result-open-label {
  font-size: 11px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #fafafa;
  padding: 4px 10px; }

.gbStore-result-is-open .gbStore-result-open-label:before {
  content: '';
  width: 6px;
  height: 6px;
  background: lightgrey;
  border-radius: 9999px;
  display: inline-block;
  margin-right: 5px; }

.gbStore-result-is-open.gbStore-result-open-now .gbStore-result-open-label:before {
  background: #3ede7b; }

.gbStore-result-is-open.gbStore-result-closed .gbStore-result-open-label:before {
  background: #F74E8D; }

.gbStore-result-is-open {
  display: none; }

.gbStore-result-view-details-button {
  background: #008248;
  color: #fff;
  border-radius: 9999px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none !important; }

.gbStore-result-view-details-button:hover {
  color: #fff;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2); }

.gbStore-result-view-details-button:active {
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

/* -Results */
/* Markers Popup */
.gbStore-location-popup {
  max-width: 300px;
  margin: 10px; }

.gbStore-location-popup a {
  text-decoration: none !important; }

.gbStore-popup-name {
  color: #171717;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 60px; }

.gbStore-popup-status {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: #eee;
  padding: 6px 11px;
  border-radius: 3px; }

.gbStore-popup-status-open {
  background: #7ED321;
  color: #fff; }

.gbStore-popup-address {
  margin-top: 10px;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #000; }

.gbStore-popup-filters {
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px; }

.gbStore-popup-filter {
  padding: 5px;
  margin: 4px 4px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1;
  background-color: #f0f0f0;
  color: #333; }

.gbStore-popup-filter-color {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  border-radius: 9999px; }

.gbStore-popup-hours {
  margin-top: 8px;
  margin-bottom: 8px; }

#gbStore-widget .gbStore-popup-hours-item {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 500;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  padding: 0;
  margin: 0;
  column-gap: 5px;
  padding-left: 5px; }
#gbStore-widget .gbStore-overlay-details-email, #gbStore-widget .gbStore-overlay-details-phone {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  word-break: break-all; }

.gbStore-popup-hours-item__day {
  flex: 0 0 50%; }

.gbStore-popup-hours-item__value {
  flex: 0 0 50%; }

.gbStore-today {
  background: #f4f4f4;
  font-weight: 600;
  color: #008248 !important; }

.gbStore-today span {
  color: #008248 !important; }

.gbStore-popup-hours-item span {
  min-width: 80px;
  color: #999;
  display: inline-block;
  font-weight: 300; }

.gbStore-popup-phone, .gbStore-popup-email, .gbStore-popup-url {
  display: block;
  margin: 2px 0;
  padding: 3px 0;
  word-break: break-word; }

.gbStore-popup-phone, .gbStore-popup-email, .gbStore-popup-url {
  font-weight: 500;
  color: #008248;
  font-size: 13px; }

.gbStore-popup-phone:hover {
  color: #008248; }

#gbStore-widget .gbStore-popup-buttons a:first-child {
  margin-left: 0; }

#gbStore-widget .gbStore-popup-buttons a:last-child {
  margin-right: 0; }

.gbStore-popup-buttons a {
  display: inline-block;
  margin: 8px;
  background: #008248;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.gbStore-popup-show-info {
  display: inline-block;
  margin-left: 8px;
  background: #008248;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.gbStore-popup-show-info:hover, .gbStore-popup-show-info:focus {
  color: #fff; }

.gbStore-popup-show-info:hover,
.gbStore-popup-show-info:hover {
  color: #fff; }

.gbStore-popup-zoom-in {
  display: inline-block;
  margin-top: 10px;
  background: #f4f4f4;
  color: #161616;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.gbStore-popup-zoom-in:hover,
.gbStore-popup-zoom-in:focus {
  color: #161616; }

.gbStore-popup-zoom-in:hover,
.gbStore-popup-zoom-in:hover {
  color: #161616; }

/* -Markers Popup */
/* Location Info */
.gbStore-location-info {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 30px;
  z-index: 1000;
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none !important;
  transition: all .2s; }

.gbStore-location-info-is-open .gbStore-location-info {
  transform: none;
  opacity: 1;
  pointer-events: all !important; }

.gbStore-location-info a {
  text-decoration: none !important; }

.gbStore-location-info b {
  display: block;
  font-size: 24px;
  margin-bottom: 20px; }

.gbStore-close-location-info-button {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .5;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 13px 0; }

.gbStore-location-info-status {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 10px; }

.gbStore-location-info-address {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px; }

.gbStore-location-info-phone {
  font-weight: 500;
  color: #008248;
  padding: 5px 0;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 1.3; }

.gbStore-location-info-directions {
  display: inline-block;
  margin-top: 8px;
  background: #008248;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.gbStore-location-info-directions:hover,
.gbStore-location-info-directions:focus {
  color: #fff; }

.gbStore-location-info-hours {
  display: none;
  margin-top: 40px; }

.gbStore-location-info-hours h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px; }

.gbStore-location-info-hours ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  width: 100%; }

.gbStore-location-info-hours li {
  display: table-row; }

.gbStore-location-info-hours li.today span {
  font-weight: 600; }

.gbStore-location-info-hours span {
  display: table-cell;
  padding: 4px 0; }

.gbStore-location-info-hours span.hours {
  text-align: right; }

/* Filters*/
#gbStore-mobile-filters {
  display: none;
  position: relative; }

.gbStore-show-filters {
  display: none;
  position: relative; }

.gbStore-show-filters-button {
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #008248; }

.gbStore-clear-filters-button {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px 15px;
  color: #008248; }

.gbStore-search-filters {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 10px; }

.gbStore-search-filters b {
  display: block;
  font-size: 24px;
  border-bottom: 1px solid #f4f4f4;
  padding: 30px; }

.gbStore-search-filters-list {
  margin-top: 10px; }

.gbStore-search-filter {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer; }

.gbStore-search-filter.is-active {
  background: #fafafa;
  color: #008248; }

.gbStore-search-filter:hover,
.gbStore-search-filter:focus {
  background: #fafafa; }

.gbStore-apply-filters-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background: #008248;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  z-index: 15;
  padding: 18px 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px rgba(0, 0, 0, 0.14);
  border-radius: 500px;
  text-align: center;
  transition: all .2s ease; }

.gbStore-apply-filters-button:hover,
.gbStore-apply-filters-button:focus {
  color: #fff; }

.gbStore-apply-filters-button:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px transparent;
  transform: translateY(4px); }

.gbStore-close-filters-button {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .5;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 13px 0; }

@media (max-width: 600px) {
  .gbStore-overlay-header h4 {
    font-size: 20px; }

  #gbStore-widget {
    min-height: 600px; }

  #gbStore-filters {
    display: none; }

  #gbStore-panel {
    z-index: 90;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden; }

  #gbStore-map-container {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 300px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    z-index: 100;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit; }

  #gbStore-map-container.gbStore-overlay-is-open {
    display: none !important; }

  #gbStore-search {
    padding: 12px 20px;
    position: relative;
    height: auto;
    border-bottom: none; }

  .gbStore-query {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float: none; }

  .gbStore-radius,
  #gbStore-mobile-filters {
    width: 50%; }

  .gbStore-search {
    display: none; }

  #gbStore-mobile-filters {
    display: inline-block;
    margin-right: 0;
    padding-left: 7.5px; }

  .gbStore-radius-button,
  .gbStore-mobile-filters-button {
    width: 100%;
    padding: 0 20px;
    font-size: 14px; }

  #gbStore-mobile-filters .gbStore-mobile-filters--item {
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 3px;
    font-weight: 600; }

  #gbStore-mobile-filters .gbStore-mobile-filters--item:last-child {
    margin-bottom: 0; }

  #gbStore-mobile-filters .gbStore-mobile-filters--item.is-active {
    background: #008248;
    color: #fff; }

  #gbStore-popup-content {
    max-width: 260px;
    padding: 0px;
    margin: 10px; }

  .gbStore-clear-search {
    right: 44px; }

  .gbStore-group-button {
    height: 55px;
    line-height: 55px;
    font-size: 13px; }

  #gbStore-overlay {
    z-index: 50; }

  .gbStore-result-list {
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .gbStore-result {
    padding: 16px 40px 16px 20px; }

  .gbStore-overlay-groups-header h4 {
    font-size: 20px; }

  #gbStore-popup {
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    transform: translate(0) translateY(-10px); }

  #gbStore-popup .gbStore-popup-text {
    font-size: 11px; }

  #gbStore-popup.is-visible {
    opacity: 1;
    pointer-events: all;
    transform: translate(0); } }
#cart-store-pickup * {
  box-sizing: border-box; }

/*the container must be positioned relative:*/
.gbStore-autocomplete {
  width: 100%;
  position: relative;
  display: inline-block; }
  .gbStore-autocomplete input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px; }
  .gbStore-autocomplete input[type=text] {
    background-color: #f1f1f1;
    width: 100%; }
  .gbStore-autocomplete input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

.map-panel {
  border-radius: 0 8px 8px 0; }

.gbStore-overlay-details-action--directions_link {
  display: flex; }

.gbStore-overlay-details-address-details, .gbStore-overlay-details-email, .gbStore-overlay-details-phone, .gbStore-overlay-details-fax, .gbStore-overlay-details-note, .gbStore-overlay-details-picture {
  padding: 0 30px; }

.gbStore-overlay-details-picture img {
  max-width: 100%;
  height: auto; }

.gbStore-popup-title-phone, .gbStore-popup-title-email, .gbStore-popup-title-note, .gbStore-popup-title-fax {
  font-weight: 500; }

.gbStore-search-button {
  background: aliceblue; }

@media only screen and (max-width: 1024px) {
  #gbStore-widget {
    grid-template-columns: 40% 60%; } }
@media only screen and (max-width: 768px) {
  .gbStore-filter-option span {
    font-size: 10px; }

  #gbStore-widget {
    grid-template-columns: none;
    grid-template-rows: 400px 500px; }

  #gbStore-panel, .map-panel {
    max-height: 100%; }

  #gbStore-panel {
    border-radius: 8px 8px 0 0; }

  .map-panel {
    border-radius: 0 0 8px 8px; } }
.gbStoreModal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content/Box */
.gbStore-modal-content {
  background-color: #fefefe;
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 700px;
  position: relative; }

.gbStore-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.gbStore-modal-content * {
  color: black; }

/* The Close Button */
.gbStore-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px; }

.gbStore-close:hover,
.gbStore-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.location-form-inputs input[type='radio'] {
  width: 14px !important; }

#cart-store-pickup .checkout-method-content {
  width: 100%;
  padding: 0 0;
  display: block; }

#gbStore-widget #map img {
  margin-top: 0; }

#shipping-methods .active img {
  border: none !important; }

#dateLocalDelivery {
  width: 100%;
  border-radius: 5px;
  display: none;
  border: solid 1px #949494 !important;
  height: 40px;
  padding: 0 8px; }

.x600-gbStore {
  grid-template-columns: none !important;
  grid-template-rows: 400px 500px !important; }
  .x600-gbStore .gbStore-filter-option span {
    font-size: 10px; }
  .x600-gbStore #gbStore-panel, .x600-gbStore .map-panel {
    max-height: 100%; }
  .x600-gbStore #gbStore-panel {
    border-radius: 8px 8px 0 0; }
  .x600-gbStore .map-panel {
    border-radius: 0 0 8px 8px; }

.gbStoreTextOutOfStock {
  color: red; }

.gbStoreTextInStock {
  color: blue; }

.gbStoreInventory {
  font-size: 18px;
  display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

#cart-store-pickup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black; }

#cart-store-pickup input::-moz-placeholder {
  /* Firefox 19+ */
  color: black; }

#cart-store-pickup input:-ms-input-placeholder {
  /* IE 10+ */
  color: black; }

#cart-store-pickup input:-moz-placeholder {
  /* Firefox 18- */
  color: black; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul#shipping-methods {
    display: table;
    width: 100%;
    border-spacing: 10px;
    height: 130px; }
    ul#shipping-methods li {
      display: table-cell;
      border-spacing: 10px;
      width: 33.3%; }

  .input-search {
    display: table;
    width: 100%;
    height: 40px; }
    .input-search #gbStore-code {
      display: table-cell;
      width: 100%;
      height: 100%; }
    .input-search .input-search_btn {
      display: table-cell;
      width: 85px; }

  #gbStore-widget {
    display: table;
    width: 100%; }
    #gbStore-widget .gbStore-panel {
      display: table-cell;
      width: 35%;
      min-height: 100%; }
    #gbStore-widget .map-panel {
      display: table-cell;
      width: 65%;
      min-height: 100%; }
    #gbStore-widget .gbStore-popup-hours-item {
      display: table;
      width: 100%; }
      #gbStore-widget .gbStore-popup-hours-item .gbStore-popup-hours-item__day, #gbStore-widget .gbStore-popup-hours-item .gbStore-popup-hours-item__time {
        display: table-cell;
        width: 50%; }

  #stores-container .map-panel div:first-child {
    position: relative !important; } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  height: 41px;
  width: 100%; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ddd;
  cursor: text;
  border-radius: 0;
  height: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: 41px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  height: 31px;
  display: flex;
  align-items: center; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ddd;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  height: 31px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dddddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

#shipping-methods li label > div, #shipping-methods li label > p {
  pointer-events: none; }

div#cart-store-pickup {
  text-align: left; }

.btnMessage {
  text-align: right;
  display: block;
  clear: both;
  margin-top: 30px; }

.gbStore-overlay-section {
  display: none; }

ul.stores-tabs {
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

ul.stores-tabs li a {
  display: block;
  margin: 0 0 -1px !important;
  padding: 15px 25px !important;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent !important;
  text-decoration: none; }

.stores-tab-content {
  display: none;
  box-shadow: 6px 10px 42px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15); }

.stores-tab-content.active {
  display: block; }

ul.stores-tabs li.active a {
  color: #555 !important;
  border: 1px solid #ddd !important;
  border-top: 2px solid orange !important;
  border-bottom: 1px solid #fff !important; }

ul.stores-tabs li {
  margin: 0 !important;
  padding: 0 !important; }

input[type="radio"], select#example-getting-started {
  display: none; }

.container-fluid > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }

.container-fluid > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.container-fluid > label[for*='1']:before {
  content: "\f041"; }

.container-fluid > label[for*='2']:before {
  content: '\f279'; }

.container-fluid > label[for*='3']:before {
  content: '\f16b'; }

.container-fluid > label[for*='4']:before {
  content: '\f1a9'; }

.container-fluid > label:hover {
  color: #888;
  cursor: pointer; }

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: initial; }

@media screen and (max-width: 650px) {
  .container-fluid > label {
    font-size: 0; }

  .container-fluid > label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  .container-fluid > label {
    padding: 15px; } }
.g-md-1-3 {
  width: 33.33%;
  /*float: left;*/
  padding: 0px 10px;
  margin-bottom: 10px; }

.store-wrapper h1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left; }

.group-heading h4 {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.03rem;
  display: inline-block; }

.group-title::after {
  display: block;
  content: "."; }

.group-title {
  padding: 20px 20px 0px;
  max-width: 550px; }

.group-title > h4.heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left; }

.group-heading {
  display: inline-block;
  width: 30%; }

.storesWidgetHeader, .storesCheckoutWarrning {
  padding: 20px 0; }
