@charset "UTF-8";
nav.breadcrumb-layout {
  padding-top: 0px !important;
  top: 90px;
  z-index: 1;
}
nav.breadcrumb-layout .breadcrumb .breadcrumb-item a {
  color: #a3a3a3;
}
nav.breadcrumb-layout .breadcrumb .breadcrumb-item.active a {
  color: #000 !important;
}

.curent-text {
  top: 50%;
  bottom: 50%;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}

.element-layout-banner {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}
.element-layout-banner .item {
  position: relative;
  width: 100%;
}
.element-layout-banner .item .item-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 208px;
  width: 100%;
}
@media (min-width: 2500px) {
  .element-layout-banner .item .item-content {
    height: 208px;
  }
}
@media (max-width: 991px) {
  .element-layout-banner .item .item-content {
    height: 208px;
  }
}
@media (max-width: 767px) {
  .element-layout-banner .item .item-content {
    height: 208px;
  }
}
.element-layout-banner .item .info-inner {
  max-width: 500px;
}
.element-layout-banner .item .info-inner .description {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation-delay: 0.3s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
.element-layout-banner .item .info-inner .sub-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  animation-delay: 0.5s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
@media (max-width: 767px) {
  .element-layout-banner .item .info-inner .sub-title {
    font-size: 1.5rem;
  }
}
.element-layout-banner .item .info-inner .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
  animation-delay: 0.7s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
@media (max-width: 991px) {
  .element-layout-banner .item .info-inner .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .element-layout-banner .item .info-inner .title {
    font-size: 1.5rem;
  }
}
.element-layout-banner .item .info-inner .button-group {
  animation-delay: 0.9s;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button {
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: 170px;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover {
  background-color: #000;
  color: #fff;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover .button-icon svg {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button:hover path {
  stroke: #fff;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-text {
  margin-right: 8px;
  white-space: nowrap;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-icon {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.element-layout-banner .item .info-inner .button-group .rbb-slick-button .button-icon svg {
  transition: inherit;
}
.element-layout-banner .owl-nav button.owl-prev,
.element-layout-banner .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50%;
}
.element-layout-banner .owl-nav button.owl-prev:hover,
.element-layout-banner .owl-nav button.owl-next:hover {
  background: #fff !important;
}
.element-layout-banner .owl-nav button.owl-prev span,
.element-layout-banner .owl-nav button.owl-next span {
  font-size: 24px;
  line-height: 24px;
}
.element-layout-banner .owl-nav button.owl-prev {
  left: 20px;
}
.element-layout-banner .owl-nav button.owl-next {
  right: 20px;
}
.element-layout-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.element-layout-banner .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.element-layout-banner .owl-dots .owl-dot.active span, .element-layout-banner .owl-dots .owl-dot:hover span {
  background: #fff;
}
@media (max-width: 768px) {
  .element-layout-banner {
    padding-top: 85px;
  }
}

.products-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.sidebar-filter2 {
  display: none !important;
}

.collapse-category-button {
  margin-top: 15px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
}

.collapse-category-button[aria-expanded=true] .arrow svg {
  transform: rotate(180deg);
}

.collapse-categories {
  padding-left: 0px;
  list-style: none;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: scroll;
}
.collapse-categories li {
  padding: 8px;
}

.color-filter-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 2fr));
  margin-top: 15px;
  padding: 10px 0;
  max-height: 350px;
  overflow-y: scroll;
  grid-gap: 0.5rem;
}
.color-filter-container .color-filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 2px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  gap: 0.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.color-filter-container .color-filter-item:hover {
  border-color: #e9ecef;
}
.color-filter-container .color-filter-item:hover .color-name-cat {
  color: #f15928;
}
.color-filter-container .color-filter-item.active {
  border-color: #000;
}
.color-filter-container .color-filter-item.active .color-name-cat {
  color: #f15928;
}
.color-filter-container .color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.color-filter-container .color-circle::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid #cdcdcd;
  transition: border-color 0.3s ease;
}
.color-filter-container .color-circle .color-name-cat {
  color: #000;
}
.color-filter-item.active .color-filter-container .color-circle::after {
  border-color: #000;
}
.color-filter-item .color-filter-container .color-circle:hover::after {
  border-color: #000;
}
.color-filter-container .color-circle:hover .color-name-cat {
  color: #f15928;
}
.color-filter-container .color-name-cat {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #333;
  line-height: 1.2;
}

.size-filter-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 8px;
  margin-top: 15px;
  padding: 10px 10px 10px 0;
  max-height: 350px;
  overflow-y: scroll;
  grid-gap: 0.5rem;
}
.size-filter-container .size-filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: #fff;
  min-height: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.size-filter-container .size-filter-item:hover {
  border-color: #999;
  background-color: #f8f9fa;
}
.size-filter-container .size-filter-item.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.size-filter-container .size-filter-item.active .size-label {
  color: #fff;
}
.size-filter-container .size-label {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #333;
  line-height: 1;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.price-filter-container {
  margin-top: 15px;
  padding: 10px 0;
}

.price-filter-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.price-filter-item:hover {
  background-color: #f8f9fa;
}
.price-filter-item.active {
  background-color: #f0f0f0;
}
.price-filter-item.active .price-checkbox {
  background-color: #000;
  border-color: #000;
}
.price-filter-item.active .price-checkbox::after {
  opacity: 1;
}

.price-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.price-checkbox::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 1px;
  color: white;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.price-label {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.brand-filter-container {
  margin-top: 15px;
  padding: 10px 0;
  max-height: 300px;
  overflow-y: auto;
}

.brand-filter-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 12px;
  margin-bottom: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.brand-filter-item:hover {
  border-color: #999;
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.brand-filter-item.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.brand-filter-item.active .brand-label {
  color: #fff;
}

.brand-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-align: left;
  width: 100%;
}

.tag-filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 0;
  max-height: 300px;
  overflow-y: auto;
}

.tag-filter-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  transition: all 0.3s ease;
  background-color: #fff;
  white-space: nowrap;
}
.tag-filter-item:hover {
  border-color: #999;
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tag-filter-item.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.tag-filter-item.active .tag-label {
  color: #fff;
}
.tag-filter-item.active::before {
  content: "✓";
  margin-right: 6px;
  font-size: 12px;
  font-weight: bold;
}

.tag-label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.arrow svg {
  transform: rotate(360deg);
  transition: 0.3s;
}

.section_below_title_for_mobile {
  display: none;
}

.btn_buy_now_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .products-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .color-filter-container {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
    margin-top: 10px;
  }
  .color-filter-item {
    padding: 6px;
  }
  .color-circle {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }
  .color-name {
    font-size: 10px;
  }
  .size-filter-container {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 6px;
    margin-top: 10px;
  }
  .size-filter-item {
    padding: 8px 6px;
    min-height: 35px;
  }
  .size-label {
    font-size: 12px;
  }
  .brand-filter-container {
    max-height: 250px;
    margin-top: 10px;
  }
  .brand-filter-item {
    padding: 8px 10px;
    margin-bottom: 6px;
    border-radius: 6px;
  }
  .brand-label {
    font-size: 13px;
    font-weight: 500;
  }
  .tag-filter-container {
    gap: 6px;
    margin-top: 10px;
    max-height: 250px;
  }
  .tag-filter-item {
    padding: 6px 12px;
    border-radius: 16px;
  }
  .tag-label {
    font-size: 12px;
  }
  .main_content_prd {
    margin-top: 32px;
    padding: 0;
  }
  .main_content_prd .title {
    text-align: center;
    padding: 8px 0 32px 0;
  }
  .section_below_title_for_mobile {
    display: block;
  }
  .section_below_title_for_mobile .prd_cate_list {
    text-wrap: nowrap;
    margin-bottom: 0;
    padding: 0 0 16px 0;
    list-style: none;
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .section_below_title_for_mobile .prd_cate_list::-webkit-scrollbar {
    display: none;
  }
  .section_below_title_for_mobile .prd_cate_list .prd_cate_item {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section_below_title_for_mobile .prd_cate_list .prd_cate_item a {
    padding: 10px 16px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    display: block;
    background-color: rgb(245, 245, 245);
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid rgb(235, 235, 235);
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .btn_popup_fiter {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .btn_popup_fiter p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .btn_popup_fiter img {
    width: 16px;
    height: 16px;
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .odering_select {
    border: 1px solid rgb(222, 222, 222);
    width: 40%;
    border-radius: 4px;
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .odering_select select {
    border: none;
    width: 100%;
    padding: 10px;
    background-color: white;
    cursor: pointer;
  }
  .section_below_title_for_mobile .filter_btn_odering_select_row .odering_select select option {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;
    padding: 8px;
  }
  .btn_buy_now_mobile {
    display: block;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
  }
  .product-item {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .product-item .thumbnail-image {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-item .product-info .product-name {
    margin-top: 0;
  }
  .product-item .product-info p {
    margin-bottom: 0;
  }
  .product-item .product-info .color {
    font-size: 12px;
    color: #666;
  }
}
.filter_btn_odering_select_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.filter_btn_odering_select_row .order-select {
  border: 1px solid #dedede;
}
.filter_btn_odering_select_row .btn_popup_fiter .total-filter {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.is_mobile .rbb-sidebar-shop-filter-left {
  top: 100px;
}

@media (max-width: 1200px) {
  .sidebar-filter2 {
    display: flex !important;
  }
  .all_content_prd_cate .flex_section {
    flex-direction: column;
  }
  .all_content_prd_cate .flex_section .is_mobile {
    display: block;
  }
  .is_mobile .rbb-sidebar-shop-filter-left {
    background: #fff;
    height: 100%;
    left: -80%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 20px;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 80%;
    z-index: 9999;
  }
  .is_mobile .rbb-sidebar-shop-filter-left.active {
    left: 0;
  }
}
