.product-category-page {
  background-color: #F6FBFF;
}

.product-category-page .banner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
}

.product-category-page .left-ads {
  width: 30%;
  background: green;
}

.product-category-page .left-ads img {
  width: 100%;
}

.product-category-page .right-ads {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.product-category-page .product-ads {
  max-width: 100px;
  min-height: 40px;
  margin: 30px;
  display: flex;
  flex-direction: column;
}

.product-category-page .price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-category-page .price-ads {
  font-weight: 700;
}

.product-category-page .category-overview .container {
  padding: 30px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 40px;
  background-color: white;
  display: flex;
  gap: 30px;
}

.product-category-page .category-overview img {
  width: 40%;
  height: fit-content;
}

.product-category-page .price .procduct-cart-btn {
  width: 24px;
  height: 24px;
  margin: 0;
}

.product-category-page .category-overview .title-wrapper {
  width: 60%;
}

.product-category-page .category-overview .title-wrapper h1 {
  font-size: 24px;
  line-height: 32px;
}

.product-category-page .filter-menu {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-category-page .filter-menu .select-bar {
  width: 270px;
  position: relative;
}

.product-category-page .filter-menu .select-bar .selected-value {
  padding: 12px 20px;
  border-radius: 24px;
  background-color: white;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  margin: 0;
  cursor: pointer;
  position: relative;
  color: #1C3571;
}

.product-category-page .filter-menu .select-bar .selected-value::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231D3571' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E") no-repeat center center;
  width: 14px;
  height: 14px;
  right: 18px;
  bottom: 35%;
  transition: 0.4s;
}

.product-category-page .filter-menu .select-bar .selected-value.active::after {
  transition: 0.4s;
  transform: rotate(180deg);
}

.product-category-page .filter-menu .select-bar ul {
  list-style: none;
  padding: 0;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: white;
  color: #1C3571;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0;
}

.product-category-page .filter-menu .select-bar li {
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.product-category-page .filter-menu .select-bar li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.product-category-page .filter-menu .select-bar .first-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.product-category-page .filter-menu .select-bar .last-item {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.product-category-page .filter-menu .select-bar .item {
  margin: 0;
}

.product-category-page .filter-menu .select-bar a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #1C3571;
  text-decoration: none;
}

.container-filter {
  display: none;
}

.product-category-page .filter-menu .remove-filter {
  width: 240px;
  padding: 12px 20px;
  background-color: #3C90CD;
  border-radius: 25px;
  font-size: 13px;
  line-height: 26px;
  width: 150px;
  font-weight: 500;
  text-align: center;
}

.product-category-page .filter-menu a {
  text-decoration: none;
  color: white;
}

.mobile-filter {
  display: none;
}

.product-category-page .product-list-section .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 40px;
}

.product-category-page .product-panel {
  position: relative;
  width: calc(25% - 30px);
}

.product-category-page .product-panel a {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.product-category-page .product-panel .content {
  padding: 30px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  background-color: white;
}

.product-category-page .product-panel .content.rating-item {
  padding: 30px 10px 7px;
}

.product-category-page .product-panel img {
  width: 80%;
  margin: auto;
  display: block;
}

.product-category-page .product-panel .title {
  text-align: center;
  margin-top: 24px;
  min-height: 48px;
}

.product-category-page .product-panel .title .desc {
  color: #6B84AD;
  font-size: 0.75rem;
  height: auto;
}

.product-category-page .product-panel .title h5 {
  color: #1D3571;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-category-page .product-panel .price {
  display: flex;
  color: #1D3571;
  justify-content: space-between;
  margin: 0 10px;
  margin-top: 10px;
  text-align: center;
  align-items: flex-end;
}

.product-category-page .product-panel .price span {
  font-weight: 500;
  font-size: 1rem;
}

.product-category-page .strikethrough {
  text-decoration: line-through;
  font-size: 0.875rem !important;
  color: #666;
}

.product-category-page .near-footer-content.container {
  padding: 30px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: white;
}
.product-category-page .near-footer-content.container ul {
  margin-top: 20px;
}

.product-category-page .near-footer-content.container img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 890px;
}

.product-category-page .near-footer-content.container p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product-category-page .near-footer-content.container a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.product-category-page .product-panel .price {
  display: flex;
  color: #1D3571;
  justify-content: space-between;
  margin: 0 2px;
  margin-top: 4px;
  text-align: center;
  align-items: flex-end;
}

.product-category-page .product-panel .price .sub-price {
  display: flex;
  flex-direction: column;
}

.product-panel .price .sub-price .discount-price {
  display: flex;
  flex-direction: row;
  position: relative;
}

.product-category-page .product-panel .price span {
  font-weight: 500;
  font-size: 1rem;
}

.strikethrough {
  text-decoration: line-through;
  color: #666;
}

.product-category-page .price .procduct-cart-btn {
  width: 24px;
  height: 24px;
  margin: 0;
}

.product-category-page .product-panel .price .percent-discount {
  margin-left: 3px;
  margin-top: 5px;
  width: max-content;
  padding-right: 2px;
  border: none;
  border-radius: 10px;
  padding-left: 2px;
  background-color: #4db8ff;
  color: #ffff;
  width: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-more a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 4px;
  margin: 10px auto;
  max-width: 340px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  margin-bottom: 30px;
}

.view-more a::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: relative;
  right: -5px;
  top: 11px;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure it's on top */
}

/* Styles for loading icon */
.loading-icon {
  width: 50px;
  /* Adjust size as needed */
  height: 50px;
  /* Adjust size as needed */
  border: 5px solid #ccc;
  /* Border color */
  border-top: 5px solid #3498db;
  /* Top border color - this will create the spinning effect */
  border-radius: 50%;
  /* Rounded shape to make it look like a circle */
  animation: spin 1s linear infinite;
  /* Animation for spinning */
}

.hide {
  display: none;
}

/* Animation for spinning */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order-box {
  margin-bottom: 50px;
}
.order-box .widget-items {
  display: flex;
  flex-wrap: wrap;
}
.order-box .widget-items .item {
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #bdbbbb;
  border-radius: 30px;
}
.order-box .widget-items .item.active {
  border: 1px solid #3c90cd !important;
  background: rgba(255, 227, 227, 0.3) !important;
}

.order-box .widget-items > .item > a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 7px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.order-box .widget-items .item.is-promotion span {
  background-image: url(../image/power.png);
  background-size: 11px 18px;
  padding-left: 16px;
  background-position-x: 2px;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.filter-brand-wrap .list-brand-filter {
  display: flex;
  flex-wrap: wrap;
}
.filter-brand-wrap .list-brand-filter .brand-item {
  width: 89px;
  display: block;
  text-align: center;
  border: 1px solid #bdbbbb;
  border-radius: 30px;
  margin-right: 10px;
  padding: 2px;
}
.filter-brand-wrap .list-brand-filter .brand-item img {
  border-radius: 5px;
}
.filter-brand-wrap .list-brand-filter .brand-item.active {
  border: 1px solid #3c90cd;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
}
.filter-brand-wrap .list-brand-filter .brand-item:hover {
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
}

.filter-brand-wrap.mobile {
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  margin-bottom: 30px;
  display: none;
}
.filter-brand-wrap.mobile .list-brand-filter .brand-item {
  border-radius: 0;
  margin-bottom: 8px;
}

.product-list-section > .container {
  padding: 0px;
}

.near-footer-content.container table {
  border-collapse: collapse;
  margin: 10px 0;
}
.near-footer-content.container th {
  background-color: #f2f2f2;
  color: #333;
  padding: 8px;
}
.near-footer-content.container tr:nth-child(even) {
  background-color: #f9f9f9;
}
.near-footer-content.container td {
  padding: 8px;
}
.near-footer-content.container table, .near-footer-content.container th, .near-footer-content.container td {
  border: 1px solid #ddd;
}

.price .price-dc {
  color: #c70606;
  font-weight: 600 !important;
}

.product-rating {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-size: 12px;
}
.product-rating .rating-icon i {
  color: #ffb300;
}
.product-rating span {
  color: #998f8f;
}

@media (max-width: 1000px) {
  .product-category-page .near-footer-content.container img {
    width: 100%;
  }

  .product-category-page .banner-wrapper {
    flex-direction: column;
  }

  .product-category-page .left-ads {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .product-category-page .left-ads img {
    max-width: 300px;
  }

  .product-category-page .right-ads {
    width: 100%;
    justify-content: flex-start;
  }

  .product-category-page .product-ads {
    max-width: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .product-category-page .product-panel {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .filter-brand-wrap.mobile {
    display: flex;
  }

  .filter-brand-wrap.desktop {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .product-category-page .filter-menu {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .product-category-page {
    padding-top: 40px;
  }

  .product-category-page .product-panel {
    width: calc(50% - 15px);
  }

  .product-category-page .category-overview .container {
    flex-direction: column;
  }

  .product-category-page .category-overview img {
    width: 100%;
  }

  .product-category-page .category-overview .title-wrapper {
    width: 100%;
  }

  .product-category-page .product-ads {
    max-width: 90px;
  }

  .category-overview {
    padding: 10px 20px;
  }

  .product-category-page .category-overview .container {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-category-page .product-panel img {
    width: 90%;
  }

  .product-category-page .container-filter-mobile .filter-menu {
    display: none;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar .selected-value {
    padding: 12px 20px;
    background-color: white;
    margin: 0;
    cursor: pointer;
    position: relative;
    color: #1C3571;
    box-shadow: none !important;
  }

  .product-category-page .container-filter .filter-menu-mobile .select-bar .selected-value::after {
    /* position: absolute; */
    content: "";
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231D3571' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E") no-repeat center center;
    width: 14px;
    height: 14px;
    right: 18px;
    bottom: 35%;
    transition: 0.4s;
  }

  .product-category-page .container-filter .filter-menu-mobile .select-bar .selected-value.active::after {
    transition: 0.4s;
    transform: rotate(180deg);
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar ul {
    list-style: none;
    padding: 0 20px;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: white;
    color: #1C3571;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar li {
    padding: 8px 16px;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar li:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar .first-item {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar .last-item {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .product-category-page .container-filter-mobile-mobile .filter-menu .select-bar .item {
    margin: 0;
  }

  .product-category-page .container-filter-mobile .filter-menu .select-bar a {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #1C3571;
    text-decoration: none;
  }

  .product-category-page .container-filter-mobile .filter-menu .remove-filter {
    width: 240px;
    padding: 10px 20px;
    background-color: #3C90CD;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px !important;
    width: 150px;
    font-weight: 500;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .product-category-page .container-filter-mobile .filter-menu a {
    text-decoration: none;
    color: white;
  }

  .product-category-page .filter-menu {
    display: none;
  }

  .mobile-filter {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    background: white;
    font-weight: 600;
    height: 44px;
    border-radius: 12px;
  }

  .container-filter-mobile {
    display: block;
    background: white;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  }

  .container-filter-mobile:hover .filter-menu {
    display: block;
    padding-bottom: 20px;
  }

  .product-category-page .near-footer-content.container {
    margin-top: 0px;
  }

  .product-category-page {
    margin-top: 40px;
  }

  .order-box .widget-items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 4px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .product-list-section > .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-category-page .product-panel {
    min-width: 138px;
  }

  .product-category-page .product-list-section .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 415px) {
  .product-rating span {
    display: none;
  }
}

/*# sourceMappingURL=product-category.css.map */
