.woocommerce-notices-wrapper {
  margin: 0 auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 15px 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--bic-color-primary);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce-notices-wrapper a.button {
  background-color: var(--bic-color-primary) !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 30px !important;
  border-radius: 999px !important;
  text-transform: uppercase;
}

.woocommerce-notices-wrapper a.button:hover {
  opacity: 0.7;
}

.woocommerce-notices-wrapper a.restore-item {
  color: var(--bic-color-primary);
  font-weight: 600;
}

.woocommerce .woocommerce-Button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-Address-title a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  background: var(--bic-color-primary);
  font-size: var(--bic-size-16);
  color: #fff !important;
  padding: 16px 20px;
  min-width: 180px;
  border: 1px solid var(--bic-color-primary);
  border-radius: 0;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.woocommerce .button:focus,
.woocommerce .button:hover {
  opacity: 0.9;
}

.woocommerce a.button.loading {
  cursor: progress;
  opacity: 0.9;
}

.woocommerce-privacy-policy-link {
  color: var(--bic-color-primary);
}

.onsale {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: var(--bic-color-primary);
  color: #fff;
  font-size: var(--bic-size-14);
  line-height: 1;
  padding: 4px 8px;
}

form.woocommerce-ordering {
  display: flex;
}

del .amount,
ins .amount {
  font-weight: 600;
}

del .amount {
  color: #ddd !important;
}

ins .amount {
  color: red;
  font-weight: 700;
}

.woocommerce .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.woocommerce label.qty-label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.woocommerce .quantity .qty,
.woocommerce .quantity button {
  height: 32px;
  background: 0 0;
  border: 1px solid var(--adt-border-color);
  text-align: center;
  line-height: 1;
}

.woocommerce .quantity button {
  width: 32px;
  font-weight: 600;
  color: var(--adt-text-color);
}

.woocommerce .quantity .qty {
  -moz-appearance: textfield;
  appearance: textfield;
  width: 36px;
  color: var(--adt-text-color);
  font-weight: 700;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .quantity input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.woocommerce .buy-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}

.woocommerce .buy-actions button {
  width: calc(100% / 2 - 15px);
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
}

.flex-viewport {
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 1rem;
  flex: 0 0 auto;
  width: calc(100% - 100px);
}

.woocommerce-product-gallery__image {
  background: #f1f1f1;
  border-radius: 1rem;
}

.flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 100px;
  max-height: 350px;
  align-items: start;
  display: block;
  overflow-y: auto;
}

.flex-control-thumbs li {
  position: relative;
  cursor: pointer;
  height: 100px;
  display: flex;
  margin-bottom: 10px;
}

.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  background-color: #f2f2f2;
  border-radius: 10px;
  object-fit: cover;
  pointer-events: auto;
}

.flex-control-thumbs li img:not(.flex-active) {
  opacity: 0.5;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2rem;
}

h1.product_title.entry-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.prod_origin {
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e0d8;
}

.product_meta {
  margin-top: 16px;
}

.product-detail-btn {
  margin-top: 32px;
}

.wc-tabs-wrapper {
  margin-top: var(--adt-gap);
}

ul.tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--adt-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

ul.tabs.wc-tabs li a {
  display: block;
  color: rgba(27, 27, 27, 0.4);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
}

ul.tabs.wc-tabs li {
  vertical-align: top;
  padding: 0;
  margin-right: 30px;
  white-space: nowrap;
}

ul.tabs.wc-tabs li::before {
  display: none;
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li:hover a {
  color: var(--adt-primary-color);
  border-color: var(--adt-primary-color);
}

.product-item {
  position: relative;
  height: initial;
}

.product-item-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.search .product-item-inner,
.archive .product-item-inner {
  border-radius: 20px;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.search .product-item-thumbnail,
.archive .product-item-thumbnail {
  background: #f1f1f1;
}

.product-item-thumbnail {
  display: block;
  position: relative;
  padding-top: 100%;
}

.product-item-thumbnail a {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}

.product-item:hover .product-item-thumbnail img {
  transform: translateY(-3px);
}

.product-item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 20px;
}

.product-item-title {
  font-size: var(--adt-font-size);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: var(--adt-primary-color);
}

.product-item-title a {
  color: currentColor;
  display: block;
  text-transform: uppercase;
}

.product-item-excerpt {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 10px;
}

.product-item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--adt-primary-color);
  font-weight: 600;
}

.product-item-btn a i {
  transition: var(--adt-transition);
  color: var(--adt-secondary-color);
}

.product-item:hover .product-item-btn a i {
  transform: translateX(5px);
}

.related-products {
  position: relative;
  margin-top: var(--adt-gap);
}

.related-products .swiper {
  padding: 2px 2px;
}

.widget-filter ul li a {
  position: relative;
  padding-left: 28px;
}

.widget-filter ul li a.active {
  color: var(--adt-primary-color);
  font-weight: 600;
}

.widget-filter ul li a::before {
  content: "";
  position: absolute;
  font-family: icomoon, fantasy !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--adt-border-color);
}

.widget-filter ul li a::after {
  content: "\e932";
  position: absolute;
  font-family: icomoon, fantasy !important;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  color: currentColor;
  opacity: 0;
}

.widget-filter ul li a.active::after,
.widget-filter ul li a:hover::after {
  opacity: 1;
}

.fillter-mb.show-tablet {
  padding: 6px 15px;
  background: var(--adt-primary-color);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* page nhom */

.intro-cat_prod {
  color: var(--adt-primary-color);
  border-bottom: 15px solid var(--adt-primary-color);
  padding-bottom: 30px;
}

.custom-child-category .sec-title,
.custom-parent-category .sec-title {
  margin-bottom: 30px;
}

.intro-cat_prod p {
  width: 76%;
}

.cat_prod-item .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat_prod-item.blog-item h3 {
  color: var(--adt-primary-color);
  font-size: 22px;
  margin-bottom: 15px;
}

.quality_prod-ct {
  background: #00b4f1;
  color: #fff;
  padding: 50px;
  height: 100%;
  text-align: justify;
}

.read-more-prod {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  justify-content: end;
  width: 100%;
  margin-top: 30px;
}

.read-more-prod a {
  color: #fff;
  padding: 15px 20px;
  background: var(--adt-secondary-color);
  border-radius: 23px;
  font-weight: 600;
  transition: all 0.3s;
}

.read-more-prod a:hover {
  background: var(--adt-primary-color);
  transition: all 0.3s;
}

.quality_prod-img {
  height: 100%;
}

.quality_prod-img img {
  height: 100%;
  object-fit: cover;
}

.solution_prod .list-solution.row {
  row-gap: 30px;
}

.solution_prod .solution-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--adt-primary-color);
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 1.5;
}

.list-solution .col-12.col-lg-4:nth-child(even) .solution-item {
  background: var(--adt-secondary-color);
  color: var(--adt-primary-color);
}

.solution_prod .solution-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.solution_prod .solution-desc {
  font-size: 25px;
  font-weight: 600;
  color: var(--adt-primary-color);
  margin-top: 80px;
  margin-bottom: 30px;
}

.solution_prod .read-more-prod {
  justify-content: start;
  margin-top: 0;
  text-align: center;
}

.solution_prod .solution-read-more1 {
  justify-content: center;
  margin-top: 20px;
}

.list-prod_cat .swiper {
  padding: 10px;
}

.list-prod_cat .read-more-prod {
  justify-content: center;
}

.question-prod-ct-item {
  margin-bottom: 24px;
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.question-prod-img img {
  object-fit: cover;
  height: 100%;
}

.question-prod-img {
  height: 100%;
}

.question-prod-ct-item:last-child {
  border: none !important;
}

.question-prod-top {
  display: flex;
  align-items: center;
}

.question-prod-title {
  font-size: 22px;
  font-weight: bold;
  flex-grow: 1;
  color: var(--adt-primary-color);
}

.question-prod-answer {
  line-height: 1.5;
  margin-top: 20px;
}

.question-prod-ct-item.active .question-prod-top svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.question-prod-top svg {
  transition: transform 0.3s ease;
}

.banner_prod img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

/* brand prod */

.product_brand {
  display: block;
  width: 80%;
  margin: 0 auto 50px;
  padding: 15px 0;
  border-radius: 10px;
}
.product_brand .swiper-wrapper {
  justify-content: center;
}
.item-product_brand {
  background: transparent;
  border: none;
  box-shadow: unset;
  height: 80px;
  width: 60%;
  padding: 0;
}

.item-product_brand img {
  height: 100%;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%) brightness(110%); */
}

.nav-item.active.item-product_brand {
  background: transparent;
  border: none;
}

.item-product_brand.active img,
.item-product_brand:hover img {
  filter: unset;
}

.item-product_brand.active,
.item-product_brand:hover {
  background: transparent;
  border: none;
}

.product_brand .swiper-slide {
  display: flex;
  justify-content: center;
}

/* sidebar */
.woocommerce-page .main-content .widget-area.widget-woocommerce {
  border-radius: 20px;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.woocommerce-page .main-content .widget-title {
  color: #fff !important;
  background: var(--adt-primary-color);
  padding: 15px 20px 15px 48px;
  margin: 0 !important;
  border: none !important;
  text-align: left;
}

.woocommerce-page .main-content .widget-title a{
  color: currentColor;
}

.woocommerce-page .main-content .widget .textwidget,
.woocommerce-page .main-content .widget ul {
  list-style: none;
  padding: 15px 20px;
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
  .product-item-excerpt {
    min-height: 48px;
  }

  .solution-item {
    padding: 10px 10px;
  }

  .solution-desc {
    margin-top: 60px;
  }

  .solution_prod .solution-img {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .product-item-excerpt {
    min-height: 45px;
  }

  .cat_prod-item.blog-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .read-more-prod a {
    padding: 12px 20px;
  }

  .quality_prod-ct {
    padding: 50px 30px;
  }

  .solution_prod .solution-img {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .solution-item {
    gap: 12px;
    padding: 10px;
  }

  .solution_prod  .solution-desc {
    font-size: 20px;
    margin-top: 50px;
  }

  .question-prod-title {
    font-size: 18px;
  }

  .question-prod-ct-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .question-prod-img img {
    object-fit: cover;
    height: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .product-item-excerpt {
    min-height: 45px;
  }

  .cat_prod-item.blog-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .read-more-prod a {
    padding: 12px 20px;
  }

  .quality_prod-ct {
    padding: 50px 30px;
  }

  .solution_prod .solution-img {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .solution-item {
    gap: 12px;
    padding: 10px;
  }

   .solution_prod .solution-desc {
    font-size: 20px;
    margin-top: 50px;
  }

  .question-prod-title {
    font-size: 18px;
  }

  .question-prod-ct-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .question-prod-img img {
    object-fit: cover;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .summary.entry-summary {
    margin-top: var(--adt-gap);
  }

  .woocommerce-product-gallery {
    display: block;
  }

  ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    max-width: unset;
    max-height: unset;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
  }

  .flex-control-thumbs li {
    padding: 0 5px;
    height: 80px;
  }

  /* sidebar */

  .single-product .content-sidebar {
    display: none;
  }

  .woocommerce-page .main-content .widget-area.widget-woocommerce {
    border-radius: unset;
    box-shadow: unset;
    overflow: hidden;
  }

  .woocommerce-page .main-content .widget-title {
    color: var(--adt-primary-color) !important;
    background: transparent;
    padding: 0;
    margin: 0 !important;
    border: initial;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-item-excerpt {
    min-height: 48px;
  }

  .intro-cat_prod p {
    width: 85%;
  }

  .quality_prod-img {
    display: none;
  }

  .quality_prod-ct {
    padding: 50px 30px;
  }

  .solution_prod .solution-img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }

  .solution_prod .solution-item {
    padding: 10px 10px;
    gap: 15px;
  }

  .solution_prod .solution-desc {
    font-size: 22px;
    margin-top: 50px;
  }

  .solution_prod .list-solution.row {
    row-gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-item-title a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-item-excerpt {
    min-height: 48px;
  }
}

@media only screen and (max-width: 576px) {

  .product-item-thumbnail {
    padding-top: 120%;
  }

  .woocommerce-product-gallery__image img {
    padding: 0;
  }

  .product-item-info {
    padding: 15px 10px;
  }
  .custom-child-category .sec-title,
  .custom-parent-category .sec-title {
    margin-bottom: 20px;
  }

  h1.product_title.entry-title {
    font-size: 20px;
  }

  .intro-cat_prod p {
    width: 100%;
    text-align: justify;
  }

  .intro-cat_prod {
    border-bottom: 10px solid var(--adt-primary-color);
    padding-bottom: 20px;
  }

  .quality_prod-ct {
    padding: 30px 15px;
    text-align: justify;
  }

  .read-more-prod {
    margin-top: 10px;
  }

  .read-more-prod a {
    padding: 10px 20px;
    line-height: 1.2;
  }

  .cat_prod-item.blog-item h3 {
    font-size: 18px;
  }

  .solution-item {
    padding: 10px 15px;
    gap: 15px;
    text-align: left;
    margin-bottom: 0;
  }

  .solution-img {
    width: 70px !important ;
    height: 70px !important;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list-solution.row {
    row-gap: 15px !important;
  }

  .solution_prod  .solution-desc {
    font-size: 16px !important;
    margin: 30px 0 !important;
    text-align: justify;
  }

  .banner_prod img {
    height: 150px;
  }

  .question-prod-title {
    font-size: 16px;
  }

  .question-prod-top svg {
    flex: 0 0 14px;
    max-width: 14px;
  }

  .question-prod-ct-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .question-prod-img img {
    height: auto;
  }

  .item-product_brand {
    height: 50px;
    width: 70%;
  }

  .product_brand {
    width: 100%;
    margin: 0 auto 40px;
  }
}
