.d-lg-grid {
  display: grid !important; }

.banner {
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .banner {
      margin: 0; }
      .banner .container {
        padding: 0; } }

.store h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500; }

.store__header {
  padding: 4px 0;
  display: flex;
  justify-content: center; }
  .store__header h3 {
    padding: 14px 50px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0; }
  @media (min-width: 1025px) {
    .store__header {
      background: #0c4da2; }
      .store__header h3 {
        color: #fff; } }

.store__table {
  min-height: calc(75vh + 46px); }
  .store__table .table__header {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-top: 2px solid #0c4da2; }
    .store__table .table__header > div {
      padding: 12px;
      font-weight: 600; }
  .store__table .table__content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    .store__table .table__content .table__row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 12px;
      background: #f1f1f1;
      gap: 30px;
      flex: 0 0 100%;
      width: 100%; }
      .store__table .table__content .table__row--content {
        font-weight: 500; }

.store__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  position: relative; }
  .store__filter span {
    float: left;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 30%;
    margin: 0 1% 0 0;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative; }
    .store__filter span:after {
      content: "";
      border-top: 6px solid var(--shop-color-text);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      float: right;
      margin: 6px 0; }
    .store__filter span.province-box__store {
      width: 25%; }
    .store__filter span.district-box__store {
      width: 35%; }
    @media (max-width: 767px) {
      .store__filter span.district-box__store, .store__filter span.province-box__store {
        width: 48%; }
      .store__filter span.district-box__store {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden !important;
        float: left;
        vertical-align: middle;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
        margin: 10px;
        margin: 10px auto;
        padding: 0;
        height: 40px;
        display: flex;
        justify-content: left;
        padding: 0 10px;
        line-height: 40px;
        position: relative; }
      .store__filter span:after {
        position: absolute;
        top: 11px;
        right: 10px; } }
  .store__filter #district-box__store .stores-box {
    width: 35%;
    left: 26%; }
    @media (max-width: 767px) {
      .store__filter #district-box__store .stores-box {
        width: 100%;
        left: 0px; } }
  .store__filter .stores-box {
    position: absolute;
    top: 62px;
    z-index: 1;
    width: 35%;
    left: 0px; }
    .store__filter .stores-box .scroll-box__store {
      width: 100%;
      height: auto;
      overflow: hidden;
      overflow-y: auto;
      border: 1px solid #ddd;
      border-radius: 6px;
      display: none;
      max-height: 205px;
      padding-bottom: 7px;
      background: #fff; }
      .store__filter .stores-box .scroll-box__store > input {
        position: sticky;
        top: 5px;
        left: 0;
        right: 0;
        display: block;
        padding: 7px 0;
        height: 40px;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        text-indent: 10px;
        width: calc(100% - 25px);
        margin: 10px; }
      .store__filter .stores-box .scroll-box__store ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        flex-flow: row wrap; }
        .store__filter .stores-box .scroll-box__store ul li {
          flex: 1 0 50%;
          white-space: nowrap;
          float: left;
          width: 50%; }
          .store__filter .stores-box .scroll-box__store ul li a {
            display: block;
            padding: 5px 10px 0;
            font-size: 12px;
            overflow: hidden; }
    @media (max-width: 767px) {
      .store__filter .stores-box {
        width: 100%;
        top: 72px; } }
  .store__filter .boxprov__listTT--bordertop {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #fff; }
  .store__filter #search__store {
    float: left;
    position: relative;
    width: 38%; }
    .store__filter #search__store input {
      display: block;
      overflow: hidden;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 10px;
      width: 100%;
      box-sizing: border-box; }
      .store__filter #search__store input:focus, .store__filter #search__store input:hover {
        outline: none; }
    .store__filter #search__store a {
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #ddd;
      padding: 10px 13px;
      display: block;
      overflow: hidden;
      background: #fff;
      border: 1px solid #ddd;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .store__filter #search__store .iconstore-search {
      width: 14px;
      height: 15px;
      background-image: url(https://file.hstatic.net/200000700229/file/search-icon_daa86babd1de44bf9027e68539546d1e.svg);
      background-repeat: no-repeat;
      display: inline-block;
      line-height: 30px;
      vertical-align: middle;
      background-size: 100% 100%; }
    @media (max-width: 767px) {
      .store__filter #search__store {
        width: 100%;
        margin-top: 10px; } }

.pl {
  display: block;
  width: 9.375em;
  height: 9.375em;
  margin: 0 auto;
  min-height: 75vh; }

.pl__arrows,
.pl__ring-rotate,
.pl__ring-stroke,
.pl__tick {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.pl__arrows {
  animation-name: arrows42;
  transform: rotate(45deg);
  transform-origin: 16px 52px; }

.pl__ring-rotate,
.pl__ring-stroke {
  transform-origin: 80px 80px; }

.pl__ring-rotate {
  animation-name: ringRotate42; }

.pl__ring-stroke {
  animation-name: ringStroke42;
  transform: rotate(-45deg); }

.pl__tick {
  animation-name: tick42; }

.pl__tick:nth-child(2) {
  animation-delay: -1.75s; }

.pl__tick:nth-child(3) {
  animation-delay: -1.5s; }

.pl__tick:nth-child(4) {
  animation-delay: -1.25s; }

.pl__tick:nth-child(5) {
  animation-delay: -1s; }

.pl__tick:nth-child(6) {
  animation-delay: -0.75s; }

.pl__tick:nth-child(7) {
  animation-delay: -0.5s; }

.pl__tick:nth-child(8) {
  animation-delay: -0.25s; }

/* Animations */
@keyframes arrows42 {
  from {
    transform: rotate(45deg); }
  to {
    transform: rotate(405deg); } }

@keyframes ringRotate42 {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(720deg); } }

@keyframes ringStroke42 {
  from,
  to {
    stroke-dashoffset: 452;
    transform: rotate(-45deg); }
  50% {
    stroke-dashoffset: 169.5;
    transform: rotate(-180deg); } }

@keyframes tick42 {
  from,
  3%,
  47%,
  to {
    stroke-dashoffset: -12; }
  14%,
  36% {
    stroke-dashoffset: 0; } }
