/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}/**/#dm .dmDivider{display:block;min-height:2px;margin:0;border:0;color:gray;background:0}#dm .dmDividerWrapper{display:block;margin:10px 0}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
.widget-1f5975 .copyright {
  font-size: 13px;
  display: flex;
  text-align: left;
  justify-content: flex-start;
}

.widget-1f5975 .copyright-year {
  white-space: nowrap;
}

.delivery_type_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111111111;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}

.delivery_type_modal_panel {
  border-radius: 8px;
  overflow: scroll;
  display: none;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  max-width: 940px;
  height: 710px;
  max-height: 100%;
  width: 95%;
  padding: 20px;
  position: relative;
}

.StoreLocator_wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px;
  font-weight: 600;
  min-height: 53px;
}

.StoreLocator_wrp.skeleton_loading {
  animation: skeleton-loading 1.5s linear infinite alternate;
  min-width: 500px;
  border-radius: 5px;
  color: transparent;
}

@media (max-width: 767px) {
  .StoreLocator_wrp.skeleton_loading {
    min-width: 300px;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #F5F5F5; /* FROM Color 1 */
  }
  100% {
    background-color: #E2E2E2; /* TO Color 2 */
  }
}
.delivery_type_actions {
  display: none;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
  gap: 5px;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
}

.delivery_type_actions > * {
  width: 100%;
  padding: 12.5px 25px;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  text-align: center;
  display: none;
}

.delivery_type_actions > *:hover,
.delivery_type_actions > .active_delivery_type {
  background: #333;
  color: #fff;
}

.delivery_type_actions > * > svg {
  fill: #333;
}

.delivery_type_actions > *:hover > svg,
.delivery_type_actions > .active_delivery_type > svg {
  fill: #ffffff;
}

.delivery_type_selected {
  display: none;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  min-width: 250px;
  font-weight: 400;
  cursor: pointer;
}

.selectedStoreName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

.delivery_type_selected > span {
  display: block;
  font-size: 100%;
  font-weight: 700;
  color: var(--color_1);
}

.delivery_type_close {
  position: absolute;
  top: 20px;
  right: 65px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}

#delivery_type_pickup_content {
  text-align: center;
  width: 100%;
}

ul.Stores_Selector_List {
  width: 95%;
  max-width: 450px;
  margin: 0 auto;
}

ul.Stores_Selector_List li {
  display: block;
}

.Stores_Selector_ListCard {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 15px;
  padding: 10px;
  align-items: center;
}

.Stores_Selector_ListCard > img {
  width: 40%;
  border-radius: 5px;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(235, 235, 235);
}

.Stores_Selector_ListCardContent {
  width: 60%;
  width: calc(100% - 150px);
  font-size: 18px;
}

.Stores_SelectorCard_Title {
  font-weight: bold;
}

.Stores_Selector_ListCardContent p {
  margin: 10px 0px;
}

.Stores_Selector_ListCardContent > .all_stores_action_btn {
  display: flex;
  gap: 10px;
}

.Stores_Selector_ListCardContent > .all_stores_action_btn > a,
.Stores_Selector_ListCardContent > a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  padding: 15px;
  color: var(--color_1);
  max-width: 200px;
  font-size: 16px;
}

.Stores_Selector_ListCardContent > .all_stores_action_btn > a {
  max-width: 100%;
  width: 100%;
}

.delivery_type_actions > * > svg {
  display: none;
  margin: 0 auto;
}

.blaze_user_login svg {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .delivery_type_modal_panel {
    padding: 30px 10px;
  }
  .Stores_Selector_ListCard > img {
    width: 100px;
    height: 100px;
  }
  .Stores_Selector_ListCardContent p {
    margin: 5px 0px;
  }
  .Stores_Selector_ListCardContent {
    font-size: 14px;
  }
  .Stores_Selector_ListCardContent > a {
    padding: 10px;
  }
  .StoreLocator_wrp {
    padding: 0px 5px;
    font-size: 14px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .delivery_type_actions {
    font-size: 0px;
    width: 115px;
    min-width: auto;
  }
  .delivery_type_actions > * > svg {
    display: block !important;
  }
  .delivery_type_actions > * {
    padding: 10px;
  }
  .delivery_type_selected {
    min-width: auto;
    padding: 10px;
    width: 65%;
    width: calc(100% - 115px);
  }
}

.Stores_List_Wrap .widget_title {
  clear: both;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  column-gap: 8px;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 16px;
}

.Stores_List_Wrap .widget_title a {
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 16px;
  white-space: nowrap;
}

.Stores_List_Wrap .widget_title a:hover {
  color: var(--color_7) !important;
}

.Stores_List_Wrap .widget_title a svg {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: top;
  margin-top: 1px;
}

.Stores_List_Wrap .widget_description {
  width: 100%;
  height: auto;
  max-width: 50%;
  margin: 0;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .Stores_List_Wrap .widget_title {
    margin-bottom: 8px;
  }
  .Stores_List_Wrap .widget_description {
    max-width: 100%;
    margin-bottom: 8px;
  }
  .Stores_List_Wrap .widget_title a {
    font-size: 0px;
  }
}
.Stores_List_Wrap {
  max-width: 100%;
  padding: 10px 0px;
}

ul.Stores_List {
  list-style: none;
  padding: 0;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  overflow: auto;
}

li.Stores_ListItem {
  display: block;
  padding: 12px;
  width: 25%;
  width: calc(20% - 12px);
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

.Stores_ListCard {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
  text-align: left;
  height: 100%;
  place-content: flex-start;
  position: relative;
  padding-bottom: 60px;
}

.StoresCard_actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 12px;
  border-top: 1px solid #ccc;
}

.Stores_ListCard a {
  text-decoration: none;
  color: #fff;
  margin: 0px !important;
  margin-top: 12px !important;
  display: block;
  width: 100%;
}

.Stores_ListCard .DealCard__Image {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  display: block;
}

.StoresCard_Title {
  padding: 12px 0 0px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 120%;
}

.store_hours {
  margin-bottom: 10px;
}

.store_hours p {
  margin: 5px 0px;
  font-size: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 0 10px;
  display: block;
}

.store_hours p span {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
}

@media (max-width: 767.98px) {
  ul.Stores_List {
    margin: 10px -4%;
    flex-wrap: nowrap;
  }
  li.Stores_ListItem {
    width: 50%;
    width: calc(50% - 12px);
    min-width: 225px;
    font-size: 85%;
  }
  li.Stores_ListItem:first-child {
    margin-left: 4%;
  }
  li.Stores_ListItem:last-child {
    margin-right: 4%;
  }
  .store_hours p span {
    display: block;
  }
  .StoresCard_actions span {
    font-size: 85% !important;
  }
}
.store_button,
.page_button {
  display: block;
}

.Stores_List.skeleton_loader {
  list-style: none;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 16px;
  white-space: nowrap;
  overflow-x: auto;
  flex-direction: row;
}

.Stores_List.skeleton_loader li {
  animation: skeleton-loading 1.5s linear infinite alternate;
  width: 18%;
  width: calc(20% - 16px);
  height: 330px;
  background: #f5f5f5;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .Stores_List.skeleton_loader {
    margin-left: 4%;
  }
  .Stores_List.skeleton_loader li {
    width: 48%;
    width: calc(50% - 16px);
  }
}
