h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.section_banner_col {
  margin-bottom: 40px; }

.section_coupon {
  margin-bottom: 40px; }

.aside-content-menu {
  margin-bottom: 30px; }
  .aside-content-menu .title-head {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px; }

.aside-content-menu {
  margin-bottom: 30px; }
  .aside-content-menu .title-head-col {
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
    border-bottom: 2px solid var(--hover); }

.nav-category ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .nav-category ul .nav-item .nav-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    word-break: break-word; }
    .nav-category ul .nav-item .nav-link.pr-5 {
      padding-right: 30px; }
  .nav-category ul .nav-item .down_icon {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 21px;
    transform: translate(0, -50%);
    cursor: pointer; }
    .nav-category ul .nav-item .down_icon:after, .nav-category ul .nav-item .down_icon:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: #000;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
    .nav-category ul .nav-item .down_icon:before {
      width: 11px;
      height: 1px;
      opacity: 1; }
    .nav-category ul .nav-item .down_icon:after {
      width: 1px;
      height: 11px; }
    .nav-category ul .nav-item .down_icon.cls_mn:after, .nav-category ul .nav-item .down_icon.cls_mn:before {
      background-color: var(--mainColor);
      transform: translate(-50%, -50%) rotate(90deg); }
    .nav-category ul .nav-item .down_icon.cls_mn:before {
      opacity: 0; }
  .nav-category ul .nav-item:hover > .nav-link {
    color: var(--hover); }
  .nav-category ul .nav-item:hover > .down_icon:after, .nav-category ul .nav-item:hover > .down_icon:before {
    background-color: var(--hover); }
  .nav-category ul .nav-item.active > .nav-link {
    color: var(--mainColor); }
  .nav-category ul .nav-item.active > .down_icon:after, .nav-category ul .nav-item.active > .down_icon:before {
    background-color: var(--mainColor); }
  .nav-category ul .menu_down {
    padding-left: 10px !important; }

.sort-dropdown {
  position: relative;
  width: 200px; }
  @media (max-width: 767px) {
    .sort-dropdown {
      width: 170px; } }
  .sort-dropdown.open .sort-by-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .sort-dropdown.open .icon-arrow {
    transform: rotate(180deg); }
  .sort-dropdown__current {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px; }
    .sort-dropdown__current .icon-arrow {
      width: 10px;
      height: 10px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      transform: rotate(45deg);
      transition: all .3s;
      margin-top: -4px; }
  .sort-dropdown .sort-by-content {
    position: absolute;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s;
    border-radius: 25px;
    overflow: hidden; }
    .sort-dropdown .sort-by-content li {
      border-bottom: 1px solid #eee; }
      .sort-dropdown .sort-by-content li:last-child {
        border-bottom: 0; }
      .sort-dropdown .sort-by-content li.active span {
        font-weight: 600; }
      .sort-dropdown .sort-by-content li span {
        display: block;
        padding: 12px 16px;
        cursor: pointer;
        transition: all .3s; }
        .sort-dropdown .sort-by-content li span:hover {
          background: #f5f5f5; }

.aside-filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 30px; }
  .aside-filter .title-head-col {
    margin-bottom: 5px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--hover); }
    @media (max-width: 767px) {
      .aside-filter .title-head-col {
        font-size: 20px; } }
  .aside-filter .filter-container__selected-filter {
    margin-bottom: 20px; }
    .aside-filter .filter-container__selected-filter .filter-container__selected-filter-header-title {
      position: relative;
      font-size: 18px;
      font-weight: 700;
      color: #000;
      display: block;
      margin-bottom: 10px; }
    .aside-filter .filter-container__selected-filter .filter-container__clear-all {
      color: #000;
      margin-bottom: 10px;
      display: inline-block; }
      .aside-filter .filter-container__selected-filter .filter-container__clear-all svg {
        width: 10px;
        margin-left: 3px;
        position: relative;
        top: -1px; }
        .aside-filter .filter-container__selected-filter .filter-container__clear-all svg path {
          fill: #000; }
      .aside-filter .filter-container__selected-filter .filter-container__clear-all:hover {
        color: var(--hover); }
        .aside-filter .filter-container__selected-filter .filter-container__clear-all:hover svg path {
          fill: var(--hover); }
  .aside-filter .filter-container__selected-filter-list {
    width: 100%;
    position: relative;
    display: inline-block; }
    .aside-filter .filter-container__selected-filter-list ul {
      padding-left: 0;
      margin: 0; }
      .aside-filter .filter-container__selected-filter-list ul li {
        display: inline-block;
        float: left;
        margin-right: 15px;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        background: var(--mainColor);
        margin-bottom: 15px; }
        .aside-filter .filter-container__selected-filter-list ul li:hover {
          background: var(--hover); }
        .aside-filter .filter-container__selected-filter-list ul li a {
          color: #fff;
          position: relative;
          padding-left: 15px; }
          .aside-filter .filter-container__selected-filter-list ul li a .fa {
            padding-left: 15px;
            margin-right: 10px;
            background-image: url("//cdn.hstatic.net/themes/200000881561/1001501235/14/close.svg?v=304");
            background-repeat: no-repeat;
            width: 20px;
            height: 9px;
            display: block;
            background-size: contain;
            position: absolute;
            top: 5px;
            left: 0;
            filter: invert(1); }
            .aside-filter .filter-container__selected-filter-list ul li a .fa:before {
              display: none; }
  .aside-filter .aside-item {
    margin-right: 0px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 20px; }
    .aside-filter .aside-item .aside-content {
      padding: 0;
      border-top: none;
      border-radius: 0; }
      .aside-filter .aside-item .aside-content li {
        display: flex;
        align-items: center;
        margin-block: 5px; }
      .aside-filter .aside-item .aside-content input {
        width: 15px;
        height: 15px;
        position: relative;
        margin-right: 5px; }
      .aside-filter .aside-item .aside-content ul {
        padding-left: 0; }
      .aside-filter .aside-item .aside-content label {
        cursor: pointer;
        margin-bottom: 0; }
        .aside-filter .aside-item .aside-content label:hover {
          color: var(--mainColor); }
    .aside-filter .aside-item .aside-content {
      width: 100%;
      position: relative;
      max-height: 200px;
      overflow-y: scroll; }
      .aside-filter .aside-item .aside-content::-webkit-scrollbar {
        width: 3px; }
      .aside-filter .aside-item .aside-content::-webkit-scrollbar-thumb {
        background-color: var(--mainColor);
        outline: 1px solid var(--mainColor); }
    .aside-filter .aside-item.active .aside-content {
      display: block; }
    .aside-filter .aside-item.no-price .aside-content li {
      display: inline-block;
      margin-right: 5px; }
      .aside-filter .aside-item.no-price .aside-content li input {
        display: none; }
        .aside-filter .aside-item.no-price .aside-content li input:checked ~ span {
          border: 1px solid var(--mainColor);
          color: var(--mainColor); }
      .aside-filter .aside-item.no-price .aside-content li label span {
        display: inline-block;
        padding: 2px 7px;
        border: 1px solid #dee2e6;
        border-radius: 5px; }
      .aside-filter .aside-item.no-price .aside-content li:hover label span {
        border: 1px solid var(--mainColor);
        color: var(--mainColor); }
    .aside-filter .aside-item.filter-color .checkbox-list input[type="checkbox"] {
      display: none; }
    .aside-filter .aside-item.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 6px;
      height: 6px;
      width: 12px;
      z-index: 99;
      border: 2px solid #fff;
      border-top-style: none;
      border-right-style: none;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .aside-filter .aside-item.filter-color li {
      margin: 0 14px 15px 0;
      line-height: normal;
      float: left;
      padding: 0; }
    .aside-filter .aside-item.filter-color label {
      border: 1px solid #eaeaea;
      width: 25px;
      height: 25px;
      border-radius: 4px;
      float: left;
      position: relative;
      font-size: 0;
      margin-left: 0;
      margin-bottom: 0; }
  .aside-filter .aside-title span {
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: bold; }
    .aside-filter .aside-title span .down_icon {
      height: 20px !important;
      width: 20px !important;
      position: absolute;
      right: 7.5px;
      top: 21px;
      transform: translate(0, -50%);
      cursor: pointer; }
      .aside-filter .aside-title span .down_icon:after, .aside-filter .aside-title span .down_icon:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #000;
        transition: transform 0.4s ease-in-out , opacity 0.4s ease-in-out; }
      .aside-filter .aside-title span .down_icon:before {
        width: 11px;
        height: 1px;
        opacity: 1; }
      .aside-filter .aside-title span .down_icon:after {
        width: 1px;
        height: 11px; }
      .aside-filter .aside-title span .down_icon.cls_mn:after, .aside-filter .aside-title span .down_icon.cls_mn:before {
        background-color: var(--mainColor);
        transform: translate(-50%, -50%) rotate(90deg); }
      .aside-filter .aside-title span .down_icon.cls_mn:before {
        opacity: 0; }

.nav_pagi {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  margin-top: 15px; }
  .nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none; }
    @media (max-width: 768px) {
      .nav_pagi .pagination {
        padding: 0; } }
    .nav_pagi .pagination .page-link {
      font-weight: 400;
      float: left;
      margin: 0 2.5px;
      width: 35px;
      background: transparent;
      border: solid 1px #fff;
      text-align: center;
      height: 35px;
      font-size: 14px;
      padding: 0;
      line-height: 33px;
      color: #fff;
      text-decoration: none;
      border-radius: initial;
      border-radius: 8px; }
      @media (max-width: 375px) {
        .nav_pagi .pagination .page-link {
          width: 27px;
          height: 27px;
          line-height: 27px; } }
      .nav_pagi .pagination .page-link.page-db {
        width: auto;
        padding: 0 20px; }
      .nav_pagi .pagination .page-link:hover {
        background-color: var(--mainColor);
        color: #fff;
        background: var(--mainColor);
        font-weight: bold;
        border-color: var(--mainColor); }
      .nav_pagi .pagination .page-link svg {
        width: 14px;
        height: 14px;
        margin-top: -3px; }
    .nav_pagi .pagination .page-item.disabled .page-link {
      border: 0;
      display: none; }
    .nav_pagi .pagination .page-item.active .page-link {
      background-color: var(--mainColor);
      border-color: var(--mainColor);
      background: var(--mainColor);
      color: #fff;
      display: block;
      font-weight: bold; }

.dqdt-sidebar {
  top: 0 !important;
  position: fixed;
  width: 80%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  transform: translateX(100%);
  background: #fff; }
  @media (min-width: 991px) {
    .dqdt-sidebar {
      transition: all 0.35s ease;
      transform: translateX(-100%);
      left: 0;
      right: auto;
      border-radius: 0 45px 45px 0; } }
  .dqdt-sidebar .title {
    padding: 20px 30px;
    font-size: 26px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #eee; }
    .dqdt-sidebar .title .close-popup {
      right: 36px;
      top: 50%;
      transform: translate(0, -50%);
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px; }
      .dqdt-sidebar .title .close-popup svg path {
        fill: #000;
        stroke: #000;
        stroke-width: 1.5px; }
      .dqdt-sidebar .title .close-popup:hover {
        background: #000; }
        .dqdt-sidebar .title .close-popup:hover svg path {
          fill: #fff;
          stroke: #fff; }
  @media (min-width: 767px) {
    .dqdt-sidebar {
      width: 600px; } }
  .dqdt-sidebar.openf {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.heading-sortbyfilter {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .heading-sortbyfilter {
      flex-direction: column;
      align-items: start;
      gap: 10px; } }
  .heading-sortbyfilter .title-count {
    font-size: 20px; }

.collection-sortbyfilter-container {
  display: flex;
  align-items: center;
  gap: 20px; }
  .collection-sortbyfilter-container .filters-thumb {
    display: flex;
    cursor: pointer;
    border-radius: 25px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .collection-sortbyfilter-container .filters-thumb:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100%;
      background: var(--mainColor);
      transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
      z-index: -1; }
    .collection-sortbyfilter-container .filters-thumb:hover {
      color: #fff; }
      .collection-sortbyfilter-container .filters-thumb:hover:before {
        top: 0; }

.opacity_sidebar {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none; }
  .opacity_sidebar.openf {
    display: block; }

.btn-loadmore {
  display: inline-block;
  background: var(--mainColor);
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px; }
  .btn-loadmore:hover {
    background: var(--hover);
    color: #fff; }

.group-title-col {
  margin-bottom: 30px;
  box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
  padding: 10px; }
  .group-title-col .thumb-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%; }
    @media (max-width: 767px) {
      .group-title-col .thumb-image {
        padding-bottom: 30%; } }
    .group-title-col .thumb-image img {
      width: auto !important;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .group-title-col .content {
    padding-top: 10px;
    padding-bottom: 10px; }
    .group-title-col .content .title-page {
      color: var(--hover);
      margin-bottom: 0; }

.collection-listproduct {
  margin-bottom: 50px; }

.section_danhmuc {
  margin-bottom: 40px; }
  .section_danhmuc .img-danhmuc {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto; }
    .section_danhmuc .img-danhmuc img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: cover; }
    .section_danhmuc .img-danhmuc:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.5; }
    .section_danhmuc .img-danhmuc .title {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      padding-right: 20px;
      right: 20px;
      z-index: 1; }
      .section_danhmuc .img-danhmuc .title span {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px; }
      .section_danhmuc .img-danhmuc .title em {
        display: block; }
      .section_danhmuc .img-danhmuc .title svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
  .section_danhmuc .img-item-danhmuc {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    .section_danhmuc .img-item-danhmuc .title {
      color: #000;
      padding: 20px;
      padding-right: 20px;
      background: #fafafa;
      position: relative; }
      .section_danhmuc .img-item-danhmuc .title span {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px; }
      .section_danhmuc .img-item-danhmuc .title em {
        display: block; }
      .section_danhmuc .img-item-danhmuc .title svg {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); }
  .section_danhmuc a span {
    position: relative;
    text-decoration: none; }
    .section_danhmuc a span:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: currentColor;
      transition: width 0.3s ease; }
  .section_danhmuc a svg {
    transition: transform 0.3s ease; }
  .section_danhmuc a:hover span:after {
    width: 100%; }
  .section_danhmuc a:hover svg {
    transform: translate(0, -50%) rotate(90deg) !important; }
