@charset "UTF-8";
/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 4px; }

.layout-pageStores .wrapbox-left {
  margin-bottom: 20px; }

.layout-pageStores .heading-pageDetail h1 {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "RIO-HAP";
  color: #20265B;
  font-weight: 400; }

.layout-pageStores .wrapbox-info p {
  color: #000000;
  margin-bottom: 16px; }

.layout-pageStores .box-filter {
  margin-bottom: 32px; }
  .layout-pageStores .box-filter label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: none; }
  .layout-pageStores .box-filter select {
    padding: 0 25px 0 15px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 52px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid #20265B;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .layout-pageStores .box-filter .field-select {
    position: relative; }
  .layout-pageStores .box-filter .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .layout-pageStores .box-filter .select-item {
    margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000; }

.layout-pageStores .box-content .store-item {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 26px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 300; }

.layout-pageStores .box-content .store-item--top {
  display: flex;
  gap: 15px; }
  .layout-pageStores .box-content .store-item--top .store-item--top-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right; }

.layout-pageStores .box-content .store-item .store--time {
  margin-top: 16px; }
  .layout-pageStores .box-content .store-item .store--time > div {
    font-weight: 600; }

.layout-pageStores .box-content .store-item .store--hotline {
  margin-top: 16px; }
  .layout-pageStores .box-content .store-item .store--hotline span:first-child {
    font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  white-space: nowrap; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

.layout-pageStores .collectionStore-detail {
  margin: 50px 0 0; }
  .layout-pageStores .collectionStore-detail .collectionStore-title {
    margin-bottom: 16px; }
    .layout-pageStores .collectionStore-detail .collectionStore-title ul {
      display: inline-flex; }
      .layout-pageStores .collectionStore-detail .collectionStore-title ul li {
        display: inline-block;
        min-width: 120px; }
      .layout-pageStores .collectionStore-detail .collectionStore-title ul li a {
        color: gray;
        font-family: "RIO-HAP"; }
      .layout-pageStores .collectionStore-detail .collectionStore-title ul li a.active {
        color: #000000; }
  .layout-pageStores .collectionStore-detail .collectionStore-product .tabpand {
    display: none; }
    .layout-pageStores .collectionStore-detail .collectionStore-product .tabpand.active {
      display: block; }

.layout-pageStores .galleryStore-detail {
  margin: 50px 0 0; }
  .layout-pageStores .galleryStore-detail .galleryStore-title {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "RIO-HAP";
    color: #20265B; }
  .layout-pageStores .galleryStore-detail .galleryStore-content .box {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .layout-pageStores .galleryStore-detail .galleryStore-content .box h3 {
      font-weight: 500;
      font-size: 14px;
      color: #000000;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 36px; }
  .layout-pageStores .wrapbox-left, .layout-pageStores .wrapbox-right {
    margin-bottom: 50px; }
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; }
  .layout-pageStores .collectionStore-detail .collectionStore-title {
    margin-bottom: 24px; }
  .layout-pageStores .collectionStore-detail .custom-slider.swiper-horizontal .swiper-scrollbar {
    margin-top: 100px; }
  .layout-pageStores .galleryStore-detail .galleryStore-title {
    margin-bottom: 24px;
    font-size: 36px; }
  .layout-pageStores .galleryStore-detail .custom-slider.swiper-horizontal .swiper-scrollbar {
    margin-top: 100px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }

/*Để tạm*/
.proloop-item .color-options li img {
  object-fit: none; }

.proloop-item .proloop-title a {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.proloop-item .proloop-price {
  min-height: 41px; }

/* Collections tabs */
.home-collections-tabs {
  padding: 50px 0 0; }
  .home-collections-tabs .home-collections-tabs-head {
    margin-bottom: 28px; }
    .home-collections-tabs .home-collections-tabs-head ul li {
      display: inline-block;
      min-width: 120px;
      color: gray;
      font-family: "RIO-HAP";
      cursor: pointer; }
      .home-collections-tabs .home-collections-tabs-head ul li.active {
        color: #000000; }
  @media (max-width: 991.98px) {
    .home-collections-tabs {
      padding: 32px 0 0; } }
  @media (max-width: 767.98px) {
    .home-collections-tabs {
      padding: 32px 0; } }

@media (min-width: 1200px) {
  .home-collections-tabs-body {
    padding-left: 40px; } }
