@charset "utf-8";
/* CSS Document */
.d-xl-none {
  display: none !important;
}
.d-re-none {
  display: block !important;
}
.gird-container {
  margin: 0 -13px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
.view-title { font-size:14px;font-weight:bold; padding-left:16px; }
.size-qty-error { color: red; font-size: 14px; margin-top: 5px; font-weight: bold; }
.cash-tip { padding-left:45px; }
@media (max-width: 991.99999px) {
  .d-lg-none {
    display: none !important;
  }
  .d-xl-none {
    display: block !important;
  }

  img {
    width: auto;
    max-width: 100% !important;
    border: 0;
  }

  #body0,
  #right0,
  #right1,
  #foot0,
  #table_ {
    width: 100%;
    max-width: 100%;
  }

  #left0, #right2 {
    display: none !important;
  }

  .mb-header {
    height: 98px;
    background: #fff;
  }
  .mb-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    background: #fff;
    z-index: 1000;
  }
  .mb-header-fixed {
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .mb-header-logo img {
    height: 40px;
  }
  .mb-header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .mb-header-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .mb-header-menu a svg {
    height: 28px;
    width: 28px;
    fill: #021841;
  }
  .mb-header-menu a:hover svg {
    fill: #333;
  }
  .mb-header-menu a:first-child svg {
    height: 30px;
    width: 30px;
  }
  .mb-header-menu a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: red;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
  }

  .mb-header-search {
    padding:50px 10px 5px 10px;
  }
  .header-search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-search-wrap input.header-search-input {
    flex: 1;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .header-search-wrap button.header-search-btn {
    margin-left: 10px;
    padding: 0 20px;
    height: 40px;
    background: #021841;
    color: #fff;
    border: none;
    border-radius: 4px;
  }
  .header-search-wrap button.header-search-btn:hover {
    background: #333;
  }
  .header-search-wrap button svg {
    height: 20px;
    width: 20px;
    fill: #fff;
  }
  /* body */
  #demo1 td { padding: 0 2px;}
  #left001 {
    background: #021841;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 11px;
    line-height: 35px;
    color: #fff;
  }

  .gird-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .gird-container #hw00 {
    width: 100%;
  }
  #showpage { height: auto !important;}
  #meneame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  #meneame a {
    display: inline-block;
    padding: 0px 15px;
    background: #021841;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  #meneame a.active {
    background: #333;
    color: #f00;
    padding: 0 10px;
    font-weight: bold;
  }
  /* view */
  #bar {
    height: auto !important;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .view-table {
    width: 100%;
    border: 3px solid #fff;
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .view-title {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #021841;
  }
  .view-table-pic {
    width: 50%;
    padding: 0;
  }
  .view-table-pic .views_pics {
    width: 100%;
  }
  .view-table-pic .views_samll {
    padding-left: 0;
    text-align: center;
  }
  .view-table-content {
    width: 50%;
    padding: 0 10px;
  }

  #info_notify {
    display: none;
  }

}

@media (max-width: 768px) {
  .gird-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .gird-container #hw00 #hw2 {
    padding: 0 5px;
  }
  .d-re-none {
    display: none !important;
  }

  /* view */
  
  .view-table>tbody>tr {
    display: flex;
    flex-wrap: wrap;
  }
  .view-table-pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .view-table-content {
    width: 100%;
    padding: 0;
    border-left: 0px solid #fff !important;
  }

  .size-table td {
    padding:2px 5px;
  }

  .cart-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .cart-table-footer td:nth-child(1) {
    width: 100%;
  }
  .cart-table-footer td:nth-child(2),
  .cart-table-footer td:nth-child(3) {
    width: auto;
    margin-top: 10px;
  }

  .cash-tip { padding-left:15px; }
  .cash-content {
    width: 100%;
    padding: 0 10px;
  }

  #streetaddress,
  #fax {
    width: 100%;
  }
}

@media (max-width: 490px) {
  .gird-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-table-footer td:nth-child(2) input,
  .cart-table-footer td:nth-child(3) img {
    height: 30px;
  }
}


#main-nav {
  display: none;
}

.album-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
}
.album-list .album-item {
  position: relative;
  overflow: hidden;
}
.album-list .album-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.album-item .album-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 568px) {
  .album-list {
    grid-template-columns: repeat(2, 1fr);
  }
}