/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.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}/**/#dm .dmDivider{display:block;min-height:2px;margin:0;border:0;color:gray;background:0}#dm .dmDividerWrapper{display:block;margin:10px 0}/**/.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}
/* Custom Widgets Styles */
.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: 270px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.selectedStoreName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  font-size: 14px;
  font-weight: 300;
}

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

.delivery_type_selected > svg {
  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 {
  text-decoration: none !important;
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 0px;
  padding: 12px;
  align-items: center;
  border-left: 5px solid transparent;
  border-bottom: 1px solid #e0e0e0;
  color: var(--color_7);
  position: relative;
}

.Stores_Selector_ListCard .Stores_Selector_Tick {
  position: absolute;
  color: var(--color_1);
  width: 16px;
  height: 16px;
  right: 15px;
  top: 15px;
  display: none;
}

.Stores_Selector_ListCard.selected_active_store,
.Stores_Selector_ListCard:hover {
  border-left: 5px solid var(--color_1) !important;
}

.Stores_Selector_ListCard.selected_active_store .Stores_Selector_Tick {
  display: block;
}

.Stores_Selector_ListCardHours {
  font-size: 14px;
  display: none;
}

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

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

.Stores_SelectorCard_Title {
  font-weight: 500;
  color: var(--color_1);
}

.Stores_Selector_ListCardContent p {
  margin: 5px 0px;
  font-size: 14px;
  font-weight: 400;
}

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

.Stores_Selector_ListCardContent_old > .all_stores_action_btn > a,
.Stores_Selector_ListCardContent_old > 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_old > .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: 65px;
    height: 65px;
  }
  .Stores_Selector_ListCardContent p {
    margin: 5px 0px;
  }
  .Stores_Selector_ListCardContent {
    font-size: 16px;
  }
  .Stores_Selector_ListCardContent_old > 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);
  }
}
