/* Header Main */

.header-vertical-menu .ux-nav-vertical-menu .menu-item a {
  color: #222;
  font-weight: 600;
  border-bottom: 1px dotted #b7b7b7;
}

.header-vertical-menu .ux-nav-vertical-menu .menu-item a::before {
  content: "";
  background-image: url(../images/home/file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.header-vertical-menu .ux-nav-vertical-menu .menu-item.active a {
  color: var(--primary-color);
}

.header-main .searchform .search-field,
.header-main .searchform .search_categories,
.header-main .searchform .submit-button {
  height: 2.75rem;
}

.header-main .searchform .search_categories {
  border-radius: 0.5rem 0 0 0.5rem;
  background: #e9ebee;
  color: #4b4f56;
  text-transform: uppercase;
}

.header-main .searchform .submit-button {
  width: 45px;
  border-radius: 0 0.5rem 0.5rem 0;
}

.header-button-1 .header-button .button {
  /* border-radius: 5px !important; */
  height: 2.75rem;
  display: flex;
  align-items: center;
}

.header-button-2 .header-button .button {
  /* border-radius: 5px !important; */
  height: 2.75rem;
  display: flex;
  align-items: center;
}

/* Header Main */

/* Header Bottom */

.header-bottom .header-vertical-menu__opener {
  height: 55px;
  background: var(--fs-color-secondary);
}

.header-bottom .back-to-home {
  background: var(--primary-color);
  padding: 1.13rem;
  width: 60px;
}

.header-bottom .html {
  margin: 0;
}

.header-bottom .back-to-home svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.header-bottom .has-dropdown .icon-angle-down {
  font-size: 12px;
}

.header-bottom .menu-item {
  margin: 0;
  list-style: 1;
}

.header-bottom .menu-item a {
  padding: 1.25rem;
}

.header-bottom .menu-item .sub-menu .menu-item a {
  color: #333;
  font-weight: 600;
  border: none;
  padding: 0.5rem 0;
}

.header-bottom .menu-item .sub-menu .menu-item.active a {
  color: var(--primary-color);
}

.header-bottom .menu-item .sub-menu .menu-item a:hover {
  color: var(--primary-color);
  background: transparent;
}

/*Header*/

/*Footer*/

.sec-footer .ft-txt p {
  margin-bottom: 5px;
}

.sec-footer .ctf-support textarea {
  padding: 6px 12px;
  color: #4b4f56;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sec-footer .ft-menu-search {
  /* display: flex;
    align-items: end; */
  margin-bottom: 0;
}

.ft-menu-search li:first-child {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.ft-menu-search li {
  font-size: 14px;
  display: inline;
  padding: 0 7px 0 5px;
  margin: 0 !important;
  border-right: 1px solid #666666;
}

/* Home */
.title-bg {
  background: var(--primary-color);
  border-radius: 0.25rem 0.25rem 0 0;
}

.title-bg .section-title {
  border: none;
  margin: 0;
  padding: 0.5rem 0;
}

.title-bg .section-title b {
  display: none;
}

.title-bg .section-title .section-title-main {
  border: none;
  padding: 0 0 0 1rem;
}

/* Home */

/* Items Sản phẩm */

/* .product-small .box .box-image img {
  border-radius: 5px;
}

.product-small .box .box-text .price-wrapper .price {
  display: none;
}

.product-small .box .box-text .downview {
  background-color: var(--primary-color);
  border-radius: 3px;
  color: white;
  height: 22px;
  margin: 5px auto 10px auto;
  width: 100%;
  max-width: 240px;
  font-size: 13px;
  text-align: center;
  margin-top: .5rem;
} */

.downview {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 3px;
  color: white;
  height: 22px;
  margin: 5px auto 10px auto;
  width: 100%;
  max-width: 240px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  margin-top: .5rem;
}

.btn-icon {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon.down {
  border-left: 1px solid #f9f9f9;
}

.btn-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: 5px;
}

.product-small .box .category {
  display: flex;
  align-items: center;
  color: var(--fs-color-secondary);
  opacity: 1;
  font-size: 14px;
}

.product-small .box .category::before {
  content: "";
  background-image: url(../images/file/bookmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
}

.product-small .box .box-text .product-title {
  font-size: 16px;
  font-weight: 600;
}

.product-small .box .box-text .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rateit-selected {
  background: url(../images/file/star.gif) left -32px;
  color: rgb(239, 197, 41);
}

/* Items Sản phẩm */

/*Prodcut nổi bật*/

.best-sell {
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin-bottom: 0;
}

.best-sell li {
  border-bottom: 1px solid #dad9d9;
  padding: 10px 0;
  margin: 0 !important;
}

.best-sell li:last-child {
  border-bottom: none;
}

.best-sell .products-block-left {
  width: 100px;
  float: left;
}

.img-box2 {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

#left_column .block img {
  border: 1px solid #dad9d9;
  border-radius: 3px;
}

#left_column .left-module img {
  margin: 0 auto;
}

.img-box2 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.products-block-right {
  margin-left: 110px;
}

.products-block-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  width: 100%;
}

.products-block-bottom .cate {
  display: flex;
  align-items: center;
  color: var(--fs-color-secondary);
}

.products-block-bottom .cate::before {
  content: "";
  background-image: url(../images/file/bookmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
}

.title2 {
  font-size: 16px;
  line-height: 17px;
}

.products-block-bottom .downview {
  gap: 16px;
  background: transparent;
  margin: 0;
  width: max-content;
}

.products-block-bottom .downview span {
  color: #222;
}

.products-block-bottom .downview svg,
.products-block-bottom .downview svg path {
  fill: #222;
}

.products-block-bottom .btn-icon {
  width: max-content;
}

.products-block-bottom .btn-icon span {
  font-size: 16px;
}

/*Phân trang*/

.page-numbers {
  text-align: end;
}

.page-numbers li {
  margin: 0 !important;
}

.page-numbers li .page-number {
  background: #f9f9f9;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
}

/*Bài viết*/

.post-item .box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

/*Sidebar*/
.widget-area .widget {
  padding: 16px;
  box-shadow: 2px 2px 2px 3px #ddd;
  border-radius: 10px;
  overflow: hidden;
}

/*Chi tiết sản phẩm*/









/*Header*/


.btn-header {
  display: flex;
  gap: 1rem;
}

.btn-header a {
  height: 3rem;
}

.btn-upload {
  background: var(--primary-color);
  border-radius: 10px;
}

.btn-price {
  background: var(--fs-color-secondary);
  border-radius: 10px;
}


.btn-header .btn-wrap {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 3rem;
  width: 7rem;
  color: #fff;
  font-weight: 600;
}

.btn-wrap svg {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}




@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .sec-single-products .product-infore {
    flex-direction: column;
  }

  .sec-single-products .product-infore .button {
    width: 100%;
  }

  .sec-single-products .product-tabs {
    display: flex;
  }

  .sec-single-products .product-tabs li {
    width: 50%;
  }

  .sec-single-products .product-tabs li a {
    text-align: center;
  }




}