@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.section-title-container {
  margin-bottom: 0;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.l-icons .icon-box > *:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdaf17;
  min-width: 35px;
  border-radius: 8px 0 0 8px;
}

.l-icons .icon-box-img:before {
  content: "";
  display: inline-block;
  background-color: #fdaf17;
  width: 9px;
  height: 100%;
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  position: absolute;
  top: 0;
  right: -9px;
}

.l-icons .icon-box > *:nth-child(2) {
  background: #ecfbe5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 2px 5px 14px;
  border-radius: 0 8px 8px 0;
}

.l-icons .icon-box > *:nth-child(2) > *:first-child {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}

.l-icons .icon-box > *:nth-child(2) > *:nth-child(2) {
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 0;
  color: #666;
  font-weight: 400;
}

.l-icons {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 5px 10px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.l-icons > * {
  min-width: 198px;
  width: calc(20% - 8px) !important;
}

.home3 .products-bg {
  background-color: #c55003;
  border-radius: 12px;
  overflow: hidden;
}

.home3 .products-bg .row {
  padding: 0 20px;
}

.home3 .main-btn {
  background-color: #ffff;
  border-radius: 6px;
  min-width: 150px;
  margin: 0 auto 20px;
  display: block;
  width: fit-content;
}

.home4 {
  padding-top: 48px;
}

.home4 .img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px !important;
}

.home4 h4 {
  font-weight: 500;
}

.home5 .container .slider-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.home5 .container .img-inner {
  padding: 0 7.5px;
}

.home5 .container .img-inner img {
  border-radius: 12px;
  overflow: hidden;
}

.home6 .img img {
  transition: all ease 0.8s;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 30px;
  display: block;
}

.home7 .nav > li {
  margin: 0 10px;
}

.home7 .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.home7 .nav-outline > li.active > a {
  border-color: var(--fs-color-primary);
}

.home8 .b-top {
  padding-top: 48px;
  padding-bottom: 28px;
  background-color: #0a0a0a;
  color: #fff;
}

.home8 .b-top .img {
  border-radius: 12px;
  overflow: hidden;
}

.home8 .b-top h3 {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 500;
}

.home8 .slider-wrapper .img {
  padding: 0 5px !important;
}

.home9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home9 .col-inner h3 {
  border: 1px solid #bdbdbd;
  padding: 15px 5px 15px 15px;
  margin: 0;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  background: #f1f3f4;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.home9 .col-inner p {
  padding: 15px 5px 15px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #bdbdbd;
  border-top: none;
  border-bottom: none;
  padding-bottom: 5px;
}

.home9 .col-inner > p:last-child {
  border: 1px solid #bdbdbd;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-bottom: 15px;
}

.home9 .col-inner > p:last-child a {
  color: #0687f8;
}

.home9 .main-btn {
  box-shadow:
    0 10px 20px #00000030,
    0 6px 6px #00000038;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: fit-content;
}

.home10 .postSmall .box {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  box-shadow: 0 2px 6px #0000001a;
  background-color: #f8f8f8;
}

.home10 .postSmall .box .box-image {
  flex-basis: 35%;
  max-width: 35%;
}

.home10 .postSmall .box .box-text {
  flex-basis: 65%;
  max-width: 65%;
  padding: 0;
  padding-left: 15px;
}

.post-item .box-image {
  border-radius: 12px;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.post-item .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-blog-post .is-divider {
  display: none;
}

.category-page-title {
  display: none;
}

.block-filter-brands .brands__title {
  margin-bottom: 10px;
}

.block-filter-brands .brands__title p {
  font-size: 18px;
  font-weight: 700;
  color: #444;
}

.block-filter-brands .brands__content {
  overflow-x: auto;
}

.block-filter-brands .brands__content .list-brand {
  display: flex;
  flex-wrap: wrap;
}

.block-filter-brands .brands__content .list-brand__item {
  height: 34px;
  display: flex;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
}

.block-filter-brands .brands__content .list-brand__item img {
  height: 15px;
  max-width: none;
}

.block-filter-brands .brands__content .list-brand__item span {
  font-weight: 700;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.block-filter-brands .brands__content .list-brand .activeBrand {
  border: 1px solid var(--fs-color-primary);
  position: relative;
  overflow: hidden;
}

.block-filter-brands .brands__content .list-brand .activeBrand:after {
  content: "";
  width: 15px;
  height: 10px;
  border-radius: 0 0 0.5rem 0;
  background: var(--fs-color-primary)
    url(https://cdn.cellphones.com.vn/media/icons/checkmark.svg) no-repeat 50%;
  background-size: 50% !important;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.archive-page-header {
  display: none;
}

.post-sidebar span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.post-sidebar .post_comments,
.post-sidebar .widget .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts-li .badge,
.post-sidebar .recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
}

.post-sidebar .recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.post-sidebar .widget ul {
  padding: 0px 8px;
  border: 1px solid var(--fs-color-primary);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.post-sidebar .widget ul .mr-half {
  margin-right: 10px;
}

.post-sidebar .recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .block-filter-brands .filter-brand__item img {
    height: 12px;
  }

  .block-filter-brands .brands__content {
    overflow-x: auto;
  }

  .block-filter-brands .brands__content .list-brand {
    flex-wrap: nowrap;
  }
}

.block-filter-sort .filter-sort__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.block-filter-sort .filter-sort__list-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.block-filter-sort .filter-sort__list-filter .btn-filter {
  cursor: pointer;
  height: 34px;
  color: #444;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f3f4f6;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}

.block-filter-sort .filter-sort__list-filter .btn-filter-item {
  position: relative;
}

.block-filter-sort .filter-sort__list-filter .btn-filter-item.active:after {
  content: "✓";
  width: 15px;
  height: 10px;
  border-radius: 8px 0 10px 0;
  background-color: var(--fs-color-primary);
  color: #fff;
  font-size: 7px;
  padding-left: 0;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter-sort .filter-sort__list-filter .btn-filter .icon {
  margin-right: 6px;
  width: 15px;
  display: flex;
  align-items: center;
}

.block-filter-sort .filter-sort__list-filter .btn-filter.active,
.block-filter-sort .filter-sort__list-filter .btn-filter.is-data {
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  gap: 8px;
}

.block-filter-sort .filter-sort__list-filter .btn-filter.active .icon,
.block-filter-sort .filter-sort__list-filter .btn-filter.is-data .icon {
  fill: var(--fs-color-primary);
}

.block-filter-sort .filter-sort__list-filter .btn-filter.active.deactive {
  color: #444;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
}

.block-filter-sort .filter-sort__list-filter .btn-filter.active.deactive .icon {
  fill: #444;
}

.block-filter-sort
  .filter-sort__list-filter
  .btn-filter
  .item-value-filter:not(:last-child):after {
  content: "|";
}

.block-filter-sort .filter-sort__list-filter .filter-wrapper {
  position: relative;
}

.block-filter-sort .filter-sort__list-filter .filter-wrapper .btn-filter .icon {
  margin-left: 6px;
  margin-right: 0;
  width: 15px;
  display: flex;
  align-items: center;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child {
  opacity: 0;
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 0;
  width: 350px;
  transition: 0.5s;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.right {
  right: 0;
  left: auto;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.right.active:after {
  right: 30px;
  left: auto;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.active {
  opacity: 1;
  z-index: 100;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.active:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 30px;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all {
  width: 800px;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .header-filter-all {
  display: none;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter
  .filter-wrapper {
  width: 33.3333333333%;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child.all
  .listFilter
  .filter-wrapper
  p {
  font-weight: 700;
  margin-bottom: 5px;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  ul {
  display: flex;
  flex-wrap: wrap;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group {
  display: none;
  justify-content: space-between;
  margin-bottom: 10px;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group.show {
  display: flex;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group
  .button {
  width: calc(50% - 5px);
  font-weight: 600;
  font-size: 14px;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .btn-filter-group
  .button.submit {
  background-color: var(--fs-color-primary);
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .range-header {
  display: flex;
  justify-content: space-between;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr {
  margin: 10px auto;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail {
  border-radius: 10px;
  background-color: #9f9d9d;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail
  .vue-slider-dot-tooltip {
  display: none !important;
}

.block-filter-sort
  .filter-sort__list-filter
  .filter-wrapper
  .list-filter-child
  .price-filter-range
  .vue-slider.vue-slider-ltr
  .vue-slider-rail
  .vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(215, 0, 24, 0.52);
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.block-filter-sort .filter-sort__list-filter .overlay-clear {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  display: none;
}

.block-filter-sort .filter-sort__list-filter .overlay-clear.active {
  display: block;
}

.current-ranger-price {
  font-weight: bold;
  margin: 0px 5px;
}

.box-filter-price {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 350px;
  transition: 0.5s;
  z-index: 999;
  top: 100%;
  position: absolute;
  display: none;
}

.box-filter-price.active {
  display: block;
}

.box-filter-price .widget {
  margin-bottom: 0;
}

.box-filter-price .widgettitle {
  display: none;
}

.widget_price_filter .price_slider_amount .button {
  margin: 0;
  background-color: var(--fs-color-primary);
  border-radius: 6px;
}

.price_label > span {
  color: #d70018;
}

.widget_price_filter .ui-slider-horizontal {
  margin-bottom: 30px;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}

.header-breadcrumbs {
  padding: 12px 0;
  font-size: 14px;
  background-color: #fff;
}

.header-breadcrumbs * {
  color: #515154;
}

/*  */
.product-small.box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 1px 10px 0 rgba(161, 161, 161, 0.25);
  border-radius: 9px;
  padding: 13px 13px 10px;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 4px;
}

.product-small .product-title {
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}

.product-small .product-title a {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #3f3f3f;
}

.product-small .price-wrapper {
  margin: 5px 0;
  color: #a0a0a0;
  font-weight: 600;
  line-height: 26px;
  min-height: 26px;
}

.product-small span.amount {
  color: #e00;
  font-weight: 800;
  font-size: 16px;
  margin: 0 5px 0 0;
}

.product-small del span.amount {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 500;
  opacity: 1;
}

.product-small .p-offer-group {
  margin: 5px 0;
  height: 43px;
}

.product-small .button {
  font-size: 10px;
  font-weight: 500;
  border-radius: 6px;
}

.home11 {
  background-color: #f7f7f7;
  padding-top: 20px;
}

.row-demo.row-collapse > .col:last-child > .col-inner {
  padding: 50px;
}

.row-demo .col-text {
  color: #fff;
}

.row-demo .col-text > .col-inner {
  padding: 64px 48px;
}

.row-demo .col-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.row-demo .col-text h2 strong {
  color: var(--fs-color-primary);
}

.row-demo form {
  background-color: #fff;
  box-shadow: 0px 6px 16px 0px #0000000a;
  border-radius: 16px;
  padding: 24px;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: transparent;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -10px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.row-demo input.wpcf7-form-control {
  box-shadow: none !important;
  border: 1px solid #e5e7eb;
  padding: 11px 12px;
  border-radius: 8px;

  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  margin: 0;
}

.row-demo .wpcf7 label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin: 0;
  background-color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  border-radius: 99px;
  border: 0;
  color: #fff;
}

.row-demo input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: var(--fs-color-primary);
}

.wpcf7 p.mess {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #374151;
}

.row-demo .wpcf7 label {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.row-demo .wpcf7 label span {
  color: #ef4444;
}

.row-demo form .row:not(.row-collapse) {
  margin: 0;
}

.row-demo form .col {
  padding: 0 6px 12px;
}

.button,
input[type="button"].button,
input[type="reset"].button,
input[type="submit"],
input[type="submit"].button,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  border-radius: 6px;
  box-shadow: none !important;
}

span.amount {
  font-size: 16px;
  color: #d70018;
}

span.amount span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  bottom: 4px;
  left: -3px;
}

del span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

#wide-nav {
  background: #fec901;
}

#wide-nav .nav > li {
  margin: 0 15px;
}

#wide-nav .nav > li > a {
  font-size: 16px;
  font-weight: 500;
}

.header-block .col {
  padding-bottom: 0;
}

.header-block .icon-box {
  align-items: center;
}

.header-block .icon-box h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.header-block .icon-box p {
  font-size: 13px;
  font-weight: 500;
}

.header-block .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 10px;
}

a.header-cart-link,
.header-button .button.icon.is-small {
  padding-top: 4px;
  min-width: 37px;
}

[data-icon-label]:after {
  background: #e00;
}

.flex-right li.header-search {
  margin: 0 !important;
}

#top-bar .nav-small.nav > li.html {
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
  color: #000;
}

#tb-product-specs {
  max-height: unset !important;
}

#tb-product-specs.bg-content::before {
  display: none !important;
}

.sub-menu .row {
  padding: 0 15px !important;
}

.sub-menu .row h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
}

.sub-menu .row ul li a {
  color: #222;
}

.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown,
li.current-dropdown > .nav-dropdown {
  max-width: 1200px;
}
