@charset "UTF-8";
.content-page {
  display: flex;
}
.content-page .left-content {
  width: 347px;
}
.content-page .left-content .filter-left-content {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 24px;
}
.content-page .left-content .filter-left-content .filter-header {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #D2D2D2;
}
.content-page .left-content .filter-left-content .filter-header p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  vertical-align: middle;
  color: var(--background-main);
  position: relative;
}
.content-page .left-content .filter-left-content .filter-header p img {
  position: absolute;
  top: 0px;
  right: 0px;
}
.content-page .left-content .filter-left-content .filter-header p .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--background-main);
  border-radius: 100px;
}
.content-page .left-content .filter-left-content .filter-content {
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  /* Slider size and handle placement;
   */
  /* Styling;
   */
  /* Handles and cursors;
   */
  /* Handle disabled state;
   */
}
.content-page .left-content .filter-left-content .filter-content .text-range {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #898B8D;
}
.content-page .left-content .filter-left-content .filter-content .double-range {
  max-width: 95%;
  margin: 18px auto 0;
}
.content-page .left-content .filter-left-content .filter-content .slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.content-page .left-content .filter-left-content .filter-content .noUi-target, .content-page .left-content .filter-left-content .filter-content .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.content-page .left-content .filter-left-content .filter-content .noUi-target {
  position: relative;
  direction: ltr;
}
.content-page .left-content .filter-left-content .filter-content .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.content-page .left-content .filter-left-content .filter-content .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.content-page .left-content .filter-left-content .filter-content .noUi-handle {
  position: relative;
  z-index: 1;
}
.content-page .left-content .filter-left-content .filter-content .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}
.content-page .left-content .filter-left-content .filter-content .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.content-page .left-content .filter-left-content .filter-content .noUi-state-drag * {
  cursor: inherit !important;
}
.content-page .left-content .filter-left-content .filter-content .noUi-base, .content-page .left-content .filter-left-content .filter-content .noUi-handle {
  transform: translate3d(0, 0, 0);
}
.content-page .left-content .filter-left-content .filter-content .noUi-horizontal {
  height: 2px;
}
.content-page .left-content .filter-left-content .filter-content .noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -5px;
  top: -4px;
  background-color: var(--background-main);
}
.content-page .left-content .filter-left-content .filter-content .noUi-background {
  background: #D6D7D9;
}
.content-page .left-content .filter-left-content .filter-content .noUi-connect {
  background: var(--background-main);
  transition: background 450ms;
}
.content-page .left-content .filter-left-content .filter-content .noUi-origin {
  border-radius: 2px;
}
.content-page .left-content .filter-left-content .filter-content .noUi-target {
  border-radius: 2px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.content-page .left-content .filter-left-content .filter-content .noUi-target.noUi-focus {
  border: 1px solid #999;
}
.content-page .left-content .filter-left-content .filter-content .noUi-target.noUi-keydown {
  box-shadow: inset 0 0 3px #999;
}
.content-page .left-content .filter-left-content .filter-content .noUi-draggable {
  cursor: w-resize;
}
.content-page .left-content .filter-left-content .filter-content .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.content-page .left-content .filter-left-content .filter-content .noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
}
.content-page .left-content .filter-left-content .filter-content .noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.content-page .left-content .filter-left-content .filter-content [disabled] .noUi-connect {
  background: #B8B8B8;
}
.content-page .left-content .filter-left-content .filter-content [disabled].noUi-target, .content-page .left-content .filter-left-content .filter-content [disabled].noUi-handle, .content-page .left-content .filter-left-content .filter-content [disabled] .noUi-handle {
  cursor: not-allowed;
}
.content-page .left-content .filter-left-content .filter-content [disabled].noUi-origin, .content-page .left-content .filter-left-content .filter-content [disabled] .noUi-handle {
  cursor: not-allowed;
}
.content-page .left-content .filter-left-content .filter-content .double-range .caption {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}
.content-page .left-content .filter-left-content .filter-content .slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-top: 10px;
}
.content-page .left-content .filter-left-content .filter-content .slider-labels .caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}
.content-page .left-content .filter-left-content .filter-content .slider-labels .caption span {
  display: inline-block;
  padding: 4px 8px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 4px;
  border: 1px solid var(--background-main);
  min-width: 80px;
  text-align: center;
}
.content-page .left-content .filter-left-content .filter-content .slider-labels .text-right {
  text-align: right;
}
.content-page .left-content .filter-left-content .filter-content #slider-range-value1,
.content-page .left-content .filter-left-content .filter-content #slider-range-value2 {
  font-weight: 600;
  font-size: 14px;
  color: var(--background-main);
  display: inline-block;
  padding: 4px 8px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 4px;
  border: 1px solid var(--background-main);
  min-width: 80px;
  text-align: center;
}
.content-page .left-content .filter-left-content .filter-content .range {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #D2D2D2;
}
.content-page .left-content .filter-left-content .filter-content .filter-group {
  margin-top: 20px;
  border-bottom: 0.5px solid #D2D2D2;
  padding-bottom: 20px;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .filter-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}
.content-page .left-content .filter-left-content .filter-content .filter-group .filter-group-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  max-height: 130px;
  overflow-y: auto;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group {
  display: block;
  margin-bottom: 0px;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .jsDateRange {
  border: 0.5px solid #CFCECE;
  background: #FAFAFA;
  height: 36px;
  width: 100%;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  color: #898B8D;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group label {
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  color: #898B8D;
  margin-bottom: 0px;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  top: -2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group input:checked + label {
  color: var(--background-main);
  font-weight: bold;
}
.content-page .left-content .filter-left-content .filter-content .filter-group .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid var(--background-main);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-page .left-content .filter-left-content .filter-content .btn-filter {
  margin-top: 20px;
}
.content-page .left-content .filter-left-content .filter-content .btn-filter a {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  display: block;
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  background: var(--background-orange);
}
.content-page .left-content .filter-left-content .filter-content .btn-filter button.submit-filter {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  display: block;
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  background: var(--background-orange);
  border: none;
}
.content-page .left-content .filter-left-content .filter-content .btn-filter .btn-apply-filter {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  display: block;
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  background: var(--background-orange);
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}
.content-page .left-content .filter-left-content .filter-content .btn-filter .btn-apply-filter:hover {
  background: #e55a2b;
}
.content-page .left-content .filter-left-content .filter-content .btn-filter .btn-apply-filter:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
}
.content-page .left-content .filter-left-content .filter-content .btn-filter .btn-apply-filter:active {
  background: #d14d20;
}
.content-page .right-content {
  padding-left: 20px;
  width: calc(100% - 347px);
}
.content-page .right-content .orderby {
  display: flex;
  gap: 15px;
  align-items: center;
}
.content-page .right-content .orderby p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 169%;
  letter-spacing: 0;
  text-align: center;
}
.content-page .right-content .orderby select {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFFFFF;
  border-radius: 10px;
  border: unset;
  width: 240px;
  height: 34px;
  padding-left: 15px;
}
.content-page .right-content .orderby select:focus {
  outline: unset;
}
.content-page .right-content .orderby-mobile {
  display: none;
}
.content-page .right-content .filler-mobile {
  display: none;
}
.content-page .right-content .title-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-page .right-content .title-category h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 0px;
  vertical-align: middle;
  color: var(--background-main);
}
.content-page .right-content .summary {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 10px;
}
.content-page .right-content .address-swiper {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.content-page .right-content .address-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.content-page .right-content .address-swiper .swiper-slide {
  width: auto; /* để chiều rộng vừa với nội dung */
  padding: 0 5px;
}
.content-page .right-content .list-address a {
  display: inline-block;
  padding: 8px 16px;
  background: #f0f0f0;
  border-radius: 30px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid transparent;
}
.content-page .right-content .list-address a:hover {
  background: rgba(255, 107, 53, 0.1);
  border-color: var(--background-main);
}
.content-page .right-content .list-address a.active {
  background: var(--background-main) !important;
  color: white !important;
  border-color: var(--background-main) !important;
}
.content-page .right-content .list-product {
  margin-top: 25px;
  display: grid;
  gap: 16px;
}

@media (max-width: 1120px) {
  .content-page .right-content .title-category {
    display: block;
  }
  .content-page .right-content .title-category .orderby {
    display: none;
  }
  .content-page .right-content .filler-mobile {
    display: flex;
    margin-top: 15px;
  }
  .content-page .right-content .filler-mobile .orderby-mobile {
    display: flex;
  }
  .content-page .right-content .filler-mobile .filter-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-page .right-content .title-category h1 {
    font-size: 24px;
    line-height: 130%;
  }
  .content-page .right-content .summary {
    font-size: 16px;
  }
  .content-page .right-content .list-product {
    gap: 20px;
  }
  .content-page .left-content .filter-left-content .filter-header img {
    display: none;
  }
  .content-page .left-content .filter-left-content .filter-header p .btn-close {
    display: grid;
  }
  .content-page .left-content .filter-left-content .filter-header p .btn-close i {
    color: var(--background-main);
  }
  .content-page {
    display: block;
  }
  .content-page .left-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    transform: translateX(100%); /* đẩy ra ngoài màn hình */
    transition: transform 0.3s ease;
  }
  .content-page .left-content-show {
    transform: translateX(0);
    overflow-y: scroll;
  }
  .content-page .filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .content-page .filter-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  .content-page .right-content {
    padding-left: 0px;
    width: 100%;
  }
  .content-page .right-content .filler-mobile {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .content-page .right-content .filler-mobile .orderby p {
    font-size: 16px;
  }
  .content-page .right-content .filler-mobile .filter-btn {
    display: block;
  }
  .content-page .right-content .filler-mobile .filter-btn a {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    vertical-align: middle;
    color: var(--background-main);
    position: relative;
  }
  .content-page .right-content .filler-mobile .filter-btn a img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .content-page .right-content .filler-mobile {
    display: grid;
    gap: 20px;
  }
}
.list-date {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.list-date::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.list-date span {
  padding: 6px 12px;
  background: #f0f0f0;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}
.list-date span.active {
  background: var(--background-main);
  color: white;
}

.list-date.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-top: 10px;
}

.slider-labels .caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}

.slider-labels .text-right {
  text-align: right;
}

#slider-range-value1,
#slider-range-value2 {
  font-weight: 600;
  font-size: 14px;
  color: var(--background-main);
  display: inline-block;
  padding: 4px 8px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 4px;
  border: 1px solid var(--background-main);
  min-width: 80px;
  text-align: center;
}

.btn-apply-filter {
  font-family: var(--font-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  display: block;
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  background: var(--background-orange);
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.btn-apply-filter:hover {
  background: #e55a2b;
}

.list-address a.active {
  background: var(--background-main) !important;
  color: white !important;
  border-color: var(--background-main) !important;
}

.filter-content form input[type=checkbox]:checked + label {
  color: var(--background-main);
  font-weight: bold;
}

.image-banner-category {
  width: 100%;
  height: 316px;
}
.image-banner-category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .image-banner-category {
    height: 200px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .image-banner-category {
    height: 160px;
    margin: 0;
  }
}

.item-product {
  width: 100%;
  height: 265px !important;
}
@media (max-width: 768px) {
  .item-product {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .item-product {
    height: 200px;
  }
}

.list-product .item-2 .image-item img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-product .item-2 .right-item .info-item .date-item .list-date-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.list-product .item-2 .right-item .info-item .date-item .list-date-scroll .list-date {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.list-product .item-2 .right-item .info-item .date-item .list-date-scroll .list-date span {
  padding: 4px 8px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.list-product .item-2 .right-item .info-item .date-item .list-date-scroll .list-date span.active {
  background: var(--background-main);
  color: white;
}

.no-products {
  text-align: center;
  padding: 40px 20px;
}
.no-products p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

.filter-form-custom .jsDateRange {
  padding: 8px 12px;
  font-size: 14px;
}
.filter-form-custom .jsDateRange:focus {
  outline: none;
  border-color: var(--background-main);
}

@media (max-width: 768px) {
  .content-page .right-content .list-product {
    gap: 15px;
  }
  .content-page .right-content .list-product .item-2 .image-item img {
    height: 200px;
  }
  .content-page .right-content .list-product .item-2 .right-item .info-item .date-item .input-form {
    width: 100%;
  }
  .content-page .right-content .list-product .item-2 .right-item .info-item .date-item .input-form p {
    font-size: 12px;
    padding: 4px 10px;
  }
  .content-page .right-content .list-product .item-2 .right-item .info-item .item-clock-count {
    gap: 20px;
  }
  .content-page .right-content .list-product .item-2 .right-item .info-item .item-clock-count p {
    font-size: 12px;
  }
  .content-page .right-content .list-product .item-2 .right-item .price-button .button-item a {
    padding: 6px 8px;
  }
  .content-page .right-content .list-product .item-2 .right-item .price-button .button-item a span {
    font-size: 12px;
  }
}
