.banner-product-list img {
  width: 100%;
}

.title-same {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 72px;
  text-transform: uppercase;
  color: #303030;
  font-family: "Aptos", sans-serif;
}

.box-product-list {
  padding: 80px 0px;
}
.box-product-list .product-list {
  margin-bottom: 120px;
}
.box-product-list .product-list:last-child {
  margin-bottom: 0px;
}
.box-product-list .product-list .title-main {
  margin-bottom: 32px;
}
.box-product-list .product-list .list-title-tab {
  margin-bottom: 72px;
}
.box-product-list .product-list .list-title-tab .item-title-tab {
  font-size: 20px;
  margin: 0px 16px;
  color: #303030;
  cursor: pointer;
}
.box-product-list .product-list .list-title-tab .item-title-tab:hover {
  color: #828282;
}
.box-product-list .product-list .list-title-tab .item-title-tab.active {
  color: #828282;
}
.box-product-list .product-list .content-tab .item-content-tab {
  display: none;
  flex-wrap: wrap;
}
.box-product-list .product-list .content-tab .item-content-tab.active {
  display: flex;
}
.box-product-list .product-list .content-tab .item-content-tab .product-list-tab {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 56px;
}
.box-product-list .product-list .content-tab .item-content-tab .item-product {
  width: calc(25% - 18px);
  margin-right: 24px;
}
.box-product-list .product-list .content-tab .item-content-tab .item-product:nth-child(4n) {
  margin-right: 0px;
}
.box-product-list .product-list .product-list-vm .view-more-all {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  margin-left: 12px;
}
.box-product-list .product-list .product-list-vm .view-more-all svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 6px;
}
.box-product-list .product-list .product-list-vm .view-more-all:hover {
  background: #32782C;
}
.box-product-list .product-list .product-list-not-child {
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.box-product-list .product-list .product-list-not-child .item-product {
  width: calc(20% - 19px);
  margin-right: 15px;
  margin-bottom: 32px;
}


.box-product-certification {
  padding: 160px 0px;
  padding-bottom: 136px;
}
.box-product-certification .content .content-list {
  width: 850px;
  max-width: 100%;
  flex-wrap: wrap;
}
.box-product-certification .content .items {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.box-product-certification .content .items .img {
  margin-bottom: 24px;
}
.box-product-certification .content .items .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #303030;
}

.button-slides {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79B559;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.button-slides.swiper-button-lock {
  display: none;
}
.button-slides svg {
  width: 12px;
  height: 11px;
  fill: #ffffff;
}
.button-slides:hover {
  background: #32782C;
}
.button-slides.button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -64px;
  transform: translateY(-20px);
}
.button-slides.button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -64px;
  transform: translateY(-20px);
}

.custommer-reply {
  padding-bottom: 160px;
}
.custommer-reply .content {
  position: relative;
}
.custommer-reply .content .swiper-slide {
  height: auto;
}
.custommer-reply .content .item {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.3);
  padding: 40px 55px;
}
.custommer-reply .content .item .icons {
  width: 55px;
  height: 45px;
  background: url(../images/icons/icon-cus-reply.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 56px;
}
.custommer-reply .content .item .cus-rep {
  width: 100%;
  margin: 0px;
  font-weight: 300;
  margin-bottom: 24px;
}
.custommer-reply .content .item .img-cus {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}
.custommer-reply .content .item .rating {
  width: 113px;
  height: 17px;
  background: url(../images/icons/icon-star.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
}
.custommer-reply .content .item .name-cus {
  font-size: 14px;
  color: #303030;
}

.paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .content-paging {
  display: flex;
  align-items: center;
}
.paging .content-paging .page-numbers {
  width: 36px;
  height: 36x;
  line-height: 36px;
  text-align: center;
  background: #ffffff;
  color: #303030;
  margin: 0px 3px;
  transition: all 0.3s linear 0s;
  font-size: 18px;
  border-radius: 50%;
}
.paging .content-paging .page-numbers.current {
  background: #79B559;
  color: #ffffff;
}
.paging .content-paging .page-numbers:hover {
  background: #79B559;
  color: #ffffff;
  transition: all 0.3s linear 0s;
}

.rank-math-breadcrumb {
  margin-bottom: 32px;
  width: 100%;
  display: flex;
}
.rank-math-breadcrumb p {
  width: 100%;
  margin: 0px;
  font-size: 20px;
  color: #828282;
}
.rank-math-breadcrumb p a {
  font-size: 20px;
  color: #828282;
}
.rank-math-breadcrumb p .last {
  color: #303030;
}
.rank-math-breadcrumb p .separator {
  margin: 0px 4px;
  font-size: 24px;
}

.box-product-detail {
  padding-bottom: 160px;
}
.box-product-detail .product-detail-info {
  margin-bottom: 72px;
}
.box-product-detail .product-detail-info .content-left {
  width: 664px;
  display: flex;
  align-items: stretch;
}
.box-product-detail .product-detail-info .content-left .thumb-img .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.box-product-detail .product-detail-info .content-left .thumb-img {
  width: 145px;
  margin-right: 24px;
  height: 664px;
}
.box-product-detail .product-detail-info .content-left .thumb-img .swiper-slide {
  height: auto !important;
}
.box-product-detail .product-detail-info .content-left .thumb-img .item {
  width: 100%;
  float: left;
  border-radius: 16px;
  overflow: hidden;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-product-detail .product-detail-info .content-left .thumb-img .item img {
  width: auto;
  height: 100%;
  object-fit: fill;
  max-width: initial;
}
.box-product-detail .product-detail-info .content-left .big-img {
  width: calc(100% - 169px);
}
.box-product-detail .product-detail-info .content-left .big-img .item {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.box-product-detail .product-detail-info .content-left .big-img .item img {
  width: 100%;
}
.box-product-detail .product-detail-info .content-left .big-img .item a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff000a;
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 5px;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
.box-product-detail .product-detail-info .content-left .big-img .item a svg {
  width: 18px;
  height: 22px;
  fill: #f0f0f0;
}
.box-product-detail .product-detail-info .content-left .big-img .item a:hover {
  background: #000000;
  transition: all 0.3s linear 0s;
}
.box-product-detail .product-detail-info .content-left .big-img .item:hover a {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear 0s;
}
.box-product-detail .product-detail-info .content-left .big-img .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.box-product-detail .product-detail-info .content-left .big-img .icons-img-detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 19px;
}
.box-product-detail .product-detail-info .content-left .big-img .icons-img-detail .item-icons {
  margin-right: 64px;
}
.box-product-detail .product-detail-info .content-left .big-img .icons-img-detail .item-icons .txt {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #32782C;
  margin-top: 4px;
  text-align: center;
}
.box-product-detail .product-detail-info .content-left .big-img .icons-img-detail .item-icons:last-child {
  margin-right: 0px;
}
.box-product-detail .product-detail-info .content-right {
  width: 494px;
}
.box-product-detail .product-detail-info .summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-product-detail .product-detail-info .summary .h-pro-detail {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.box-product-detail .product-detail-info .summary .product_title {
  width: calc(100% - 80px);
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  margin: 0px;
  font-family: "Aptos", sans-serif;
  color: #303030;
  text-transform: uppercase;
}
.box-product-detail .product-detail-info .summary .wishlist-fragment {
  margin: 0px;
  width: 80px;
  display: flex;
  justify-content: flex-end;
}
.box-product-detail .product-detail-info .summary .wishlist-fragment a.add_to_wishlist {
  background: none;
  color: #828282;
  padding: 0px;
}
.box-product-detail .product-detail-info .summary .wishlist-fragment a.add_to_wishlist i {
  margin: 0px;
}
.box-product-detail .product-detail-info .summary .wishlist-fragment i {
  margin: 0px;
}
.box-product-detail .product-detail-info .summary .wishlist-fragment i.fa-heart {
  color: #32782C;
}
.box-product-detail .product-detail-info .summary .price-and-rating {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 12px;
  border-bottom: solid 1px #828282;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: 0px;
  font-weight: 400;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price del {
  text-decoration: none;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price del .woocommerce-Price-amount {
  color: #828282;
  margin-right: 16px;
  text-decoration: line-through;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price bdi {
  font-weight: 400;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price ins {
  color: #303030;
  text-decoration: none;
}
.box-product-detail .product-detail-info .summary .price-and-rating .price .woocommerce-Price-amount {
  color: #303030;
  text-decoration: none;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-rating {
  margin: 0px;
  margin-left: 20px;
  position: relative;
  font-size: 14px;
  color: #303030;
  display: flex;
  align-items: center;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-rating::before {
  content: "|";
  position: absolute;
  top: 0px;
  left: -11px;
  color: #303030;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-rating .star-rating {
  font-size: 16px;
  margin: 0px;
  margin-right: 10px;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-rating .star-rating span {
  color: #FF9800;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-rating .star-rating .rating {
  display: none;
}
.box-product-detail .product-detail-info .summary .woocommerce-product-details__short-description {
  font-weight: 300;
  color: #303030;
  margin-bottom: 24px;
}
.box-product-detail .product-detail-info .summary .cart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-product-detail .product-detail-info .summary .cart::before {
  display: none;
}
.box-product-detail .product-detail-info .summary .cart::after {
  display: none;
}
.box-product-detail .product-detail-info .summary .cart .quantity {
  display: flex;
  align-items: stretch;
  border: solid 1px #828282;
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  height: 48px;
}
.box-product-detail .product-detail-info .summary .cart .quantity .input-text {
  width: 45px;
  height: 48px;
  border: none;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  font-family: "Oxygen", sans-serif;
}
.box-product-detail .product-detail-info .summary .cart .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.box-product-detail .product-detail-info .summary .cart .quantity .qty_button {
  width: 40px;
  border: none;
  background: none;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #303030;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart {
  display: flex;
  align-items: center;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button {
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #79B559;
  margin-right: 16px;
  border: none;
  border-radius: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button svg {
  width: 17px;
  height: 20px;
  fill: #ffffff;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button:hover {
  background: #32782C;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button.wc-buy-now-btn {
  width: 182px;
  background: #FF9800;
  justify-content: flex-start;
  font-family: "Aptos", sans-serif;
  font-weight: 400;
  position: relative;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button.wc-buy-now-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/icons/icons-go.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 32px;
}
.box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button.wc-buy-now-btn:hover {
  background: #32782C;
}
.box-product-detail .product-detail-content {
  padding: 56px 48px;
  background: rgba(238, 238, 238, 0.3);
  padding-bottom: 24px;
}
.box-product-detail .product-detail-content .woocommerce-tabs {
  width: 100%;
}
.box-product-detail .product-detail-content ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.box-product-detail .product-detail-content ul.tabs li {
  margin-right: 40px;
  position: relative;
}
.box-product-detail .product-detail-content ul.tabs li::after {
  content: "|";
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Aptos", sans-serif;
  color: #828282;
  position: absolute;
  top: 0px;
  right: -21px;
}
.box-product-detail .product-detail-content ul.tabs li:last-child {
  margin-right: 0px;
}
.box-product-detail .product-detail-content ul.tabs li:last-child::after {
  display: none;
}
.box-product-detail .product-detail-content ul.tabs li a {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Aptos", sans-serif;
  color: #828282;
}
.box-product-detail .product-detail-content ul.tabs li a:hover {
  color: #303030;
}
.box-product-detail .product-detail-content ul.tabs li.active a {
  color: #303030;
}
.box-product-detail .product-detail-content .woocommerce-Tabs-panel {
  width: 100%;
  float: left;
}
#tab-description {
  font-size: 18px;
  font-weight: 300;
}
#tab-description * {
  margin-top: 0px;
  margin-bottom: 32px;
}
#tab-description h1, #tab-description h2, #tab-description h3, #tab-description h4, #tab-description h5, #tab-description h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: "Aptos", sans-serif;
  font-weight: 700;
}

.box-product-detail .woocommerce-notices-wrapper {
  display: none !important;
}

.box-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .title-box-review {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}
.box-review .list-review {
  align-items: flex-start;
}
.box-review .item-review {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 24px 16px;
  border: solid 1px #EEEEEE;
  border-radius: 32px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.box-review .item-review .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.box-review .item-review .avatar img {
  width: 100%;
}
.box-review .item-review .content-item-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .item-review .content-item-review .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.box-review .item-review .content-item-review .top .author {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  display: flex;
  align-items: center;
}
.box-review .item-review .content-item-review .top .is_bought {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #32782C;
  margin-left: 16px;
}
.box-review .item-review .content-item-review .top .is_bought svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.box-review .item-review .content-item-review .top .rating {
  width: 126px;
  height: 20px;
  background: url(../images/icons/icon-post-rating-cus.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -96px;
}
.box-review .item-review .content-item-review .top .rating.rating_5 {
  background-position: 0 0;
}
.box-review .item-review .content-item-review .top .rating.rating_4 {
  background-position: 0 -20px;
}
.box-review .item-review .content-item-review .top .rating.rating_3 {
  background-position: 0 -39px;
}
.box-review .item-review .content-item-review .top .rating.rating_2 {
  background-position: 0 -58px;
}
.box-review .item-review .content-item-review .top .rating.rating_1 {
  background-position: 0 -77px;
}
.box-review .item-review .content-item-review .top .rating.rating_0 {
  background-position: 0 -96px;
}
.box-review .item-review .content-item-review .content-comment {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
}
.box-review .item-review .content-item-review .bot {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  display: flex;
  align-items: center;
}
.box-review .item-review .content-item-review .bot .like {
  margin-right: 24px;
  cursor: pointer;
}
.box-review .form-comment {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 24px 16px;
  border: solid 1px #EEEEEE;
  border-radius: 32px;
  margin-bottom: 32px;
  justify-content: space-between;
}
.box-review .form-comment .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.box-review .form-comment .avatar img {
  width: 100%;
}
.box-review .form-comment .content-form-comment {
  width: calc(100% - 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .form-comment .content-form-comment .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.box-review .form-comment .content-form-comment .item label {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  margin-bottom: 8px;
  padding-left: 20px;
}
.box-review .form-comment .content-form-comment .item label.error {
  font-size: 14px;
  color: #FF2E00;
  font-weight: 300;
}
.box-review .form-comment .content-form-comment .item input {
  width: 100%;
  background: #ffffff;
  height: 48px;
  border: solid 1px #EEEEEE;
  border-radius: 24px;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: "Lexend", sans-serif;
}
.box-review .form-comment .content-form-comment .item textarea {
  width: 100%;
  background: #ffffff;
  height: 136px;
  border: solid 1px #EEEEEE;
  border-radius: 24px;
  padding: 18px 16px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: "Lexend", sans-serif;
}
.box-review .form-comment .content-form-comment .item .check-form {
  width: 100%;
  font-size: 14px;
  color: #FF2E00;
  font-weight: 300;
}
.box-review .form-comment .content-form-comment .item-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-review .form-comment .content-form-comment .item-2 .item {
  width: calc(50% - 8px);
}
.box-review .form-comment .content-form-comment .bot-form-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-review .form-comment .content-form-comment .your-rating {
  display: flex;
  align-items: center;
}
.box-review .form-comment .content-form-comment .your-rating .txt {
  font-size: 16px;
  font-weight: 300;
  color: #303030;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment {
  margin-left: 15px;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input {
  float: right;
  width: 21px;
  height: 19px;
  padding: 0;
  margin: 0 0 0 -20px;
  opacity: 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star:hover {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star {
  position: relative;
  float: right;
  display: block;
  width: 21px;
  height: 19px;
  background: url("../images/icons/star_rating.png") 0 -24px;
  margin: 0 3px;
  cursor: pointer;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input:checked ~ .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input:checked ~ .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating:hover .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating:hover .rating-star:hover ~ .rating-star {
  background-position: 0 -24px;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating-star {
  position: relative;
  float: right;
  display: block;
  background: url("../images/icons/star_rating.png") 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star:hover ~ .rating-star {
  background-position: 0 -24px !important;
}
.box-review .form-comment .content-form-comment .send-comment-post {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
}
.box-review .form-comment .content-form-comment .send-comment-post.bg-error {
  background: #FF2E00;
}
.box-review .form-comment .content-form-comment .send-comment-post svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 6px;
}
.box-review .form-comment .content-form-comment .send-comment-post:hover {
  background: #32782C;
}

.popup-notice {
  width: 809px;
  max-width: 100%;
  min-height: 432px;
  float: left;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup-notice.active {
  display: flex;
}
.popup-notice .content-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-notice .content-popup .icons-popup {
  margin-bottom: 40px;
}
.popup-notice .content-popup .icons-popup svg {
  width: 72px;
  height: 72px;
  fill: #79B559;
}
.popup-notice .content-popup .icons-popup.error-popup-icon svg {
  fill: red;
}
.popup-notice .content-popup .title-popup {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #3D3D3D;
}
.popup-notice .content-popup p.txt {
  font-size: 18px;
  font-weight: 300;
  color: #949494;
  margin: 0px;
  margin-bottom: 32px;
  text-align: center;
}
.popup-notice .content-popup .btn-popup-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-notice .content-popup .btn-popup-all .btn-popup {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  margin-left: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev {
  background: #FF9800;
  margin-left: 0px;
  margin-right: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev svg {
  margin-left: 0px;
  margin-right: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup:hover {
  background: #32782C;
}

.bg-comment-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99998;
  left: 0px;
  top: 0px;
  display: none;
}
.bg-comment-popup.active {
  display: block;
}

.product-related {
  padding: 160px 0px;
}
.product-related .item-product {
  width: calc(25% - 18px);
  margin-right: 24px;
}
.product-related .item-product:nth-child(4n) {
  margin-right: 0px;
}

@media (max-width: 1300px) {
  .box-product-detail .product-detail-info .content-left {
    width: calc(50% - 12px);
  }
  .box-product-detail .product-detail-info .content-right {
    width: calc(50% - 12px);
  }
  .box-product-detail .product-detail-info .summary .product_title {
    font-size: 26px;
    line-height: 40px;
  }
  .box-product-detail .product-detail-info .content-left .thumb-img {
    width: 76px;
    height: 493px;
  }
  .box-product-detail .product-detail-info .content-left .big-img {
    width: calc(100% - 100px);
  }
  .box-product-detail .product-detail-info .content-left .thumb-img .item {
    height: 148px;
  }
  .rank-math-breadcrumb {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    margin-top: 45px;
}
}
@media (max-width: 1100px) {
  .box-product-detail .product-detail-info .content-left .thumb-img {
    height: 332px;
  }
  .box-product-detail .product-detail-info .content-left .thumb-img .item {
    height: 95px;
  }
  .custommer-reply .content .item .cus-rep {
    font-size: 16px;
  }
  .custommer-reply .content .item .icons {
    margin-bottom: 36px;
  }
  .box-product-list .product-list .content-tab .item-content-tab .product-list-tab {
    flex-wrap: wrap;
  }
  .box-product-list .product-list .content-tab .item-content-tab .item-product {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .box-product-list .product-list .content-tab .item-content-tab .item-product:nth-child(2n) {
    margin-right: 0px;
  }
  .button-slides.button-prev {
    left: 5px;
  }
  .button-slides.button-next {
    right: 5px;
  }
  .box-product-list .product-list .product-list-not-child .item-product {
    width: calc(50% - 12px);
  }
  .box-product-list .product-list .product-list-not-child .item-product:nth-child(2n) {
    margin-right: 0px;
  }
  .box-product-detail .product-detail-info .summary .price-and-rating {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-product-detail .product-detail-info .summary .woocommerce-product-rating {
    margin-left: 0px;
  }
  .box-product-detail .product-detail-info .summary .woocommerce-product-rating::before {
    display: none;
  }
  .box-product-detail .product-detail-info .summary .cart {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-product-detail .product-detail-info .summary .cart .quantity {
    margin-bottom: 16px;
  }
  .product-related .product-list {
    flex-wrap: wrap;
  }
  .product-related .item-product {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .product-related .item-product:nth-child(2n) {
    margin-right: 0px;
  }
  .popup-notice {
    width: 500px;
    min-height: initial;
    max-height: 90vh;
  }
  .popup-notice .content-popup p.txt br {
    display: none;
  }
}
@media (max-width: 720px) {
  .title-same {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 32px !important;
  }
  .box-product-list .product-list .list-title-tab {
    margin-bottom: 48px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .box-product-list .product-list .list-title-tab::-webkit-scrollbar {
    display: none;
  }
  .box-product-list .product-list .list-title-tab .item-title-tab {
    font-size: 18px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .box-product-list .product-list .list-title-tab .item-title-tab:last-child {
    margin-right: 0px;
  }
  .box-product-list, .box-product-certification, .box-product-detail, .product-related {
    padding: 60px 0px;
  }
  .custommer-reply {
    padding-bottom: 60px;
  }
  .box-product-list .product-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .custommer-reply .title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .custommer-reply .title span {
    width: 400px;
    max-width: 100%;
  }
  .box-product-certification .content .items .name {
    font-size: 20px;
    line-height: 24px;
  }
  .box-product-detail .product-detail-info {
    flex-direction: column;
  }
  .box-product-detail .product-detail-info .content-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .box-product-detail .product-detail-info .content-right {
    width: 100%;
  }
  .box-product-detail .product-detail-info .summary {
    margin-bottom: 0px !important;
  }
  .box-product-detail .product-detail-info {
    margin-bottom: 40px;
  }
  .box-product-detail .product-detail-content {
    padding: 16px;
  }
  .box-product-detail .product-detail-content ul.tabs li a {
    font-size: 28px;
  }
  .box-review .form-comment .content-form-comment .item-2 {
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .item-2 .item {
    width: 100%;
  }
  .box-review .form-comment .content-form-comment .bot-form-comment {
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .your-rating {
    margin-bottom: 16px;
  }
  .box-product-detail .product-detail-info .content-left .big-img .icons-img-detail .item-icons {
    margin-right: 24px;
  }
}
@media (max-width: 540px) {
  .box-product-list .product-list .content-tab .item-content-tab .item-product {
    width: 100%;
    margin-right: 0px;
  }
  .box-product-list .product-list .content-tab .item-content-tab .item-product:last-child {
    margin-bottom: 0px;
  }
  .box-product-list .product-list .product-list-not-child .item-product {
    width: 100%;
    margin-right: 0px;
  }
  .box-product-list .product-list .product-list-not-child .item-product:last-child {
    margin-bottom: 0px;
  }
  .product-related .item-product {
    width: 100%;
    margin-right: 0px;
  }
  .product-related .item-product:last-child {
    margin-bottom: 0px;
  }
  .box-product-detail .product-detail-content ul.tabs li a {
    font-size: 20px;
  }
  .box-product-detail .product-detail-content ul.tabs li::after {
    font-size: 20px;
  }
  .popup-notice {
    width: 90%;
  }
  .popup-notice .content-popup .btn-popup-all .btn-popup {
    padding: 0px 10px;
  }
}
@media (max-width: 640px) {
  .box-review .item-review .content-item-review .top {
    flex-direction: column;
  }
  .box-review .item-review .content-item-review .top .author {
    margin-bottom: 5px;
  }
  .box-review .item-review {
    flex-direction: column;
    align-items: center;
  }
  .box-review .item-review .content-item-review {
    width: 100%;
    margin-top: 12px;
  }
  .box-product-detail .product-detail-info .content-left .thumb-img {
    height: 100vw;
  }
  .box-product-detail .product-detail-info .content-left .thumb-img {
    width: 11.83vw;
  }
  .box-product-detail .product-detail-info .content-left .big-img {
    width: 74.548vw;
  }
  .box-product-detail .product-detail-info .content-left .thumb-img .item {
    height: 19.5vw;
  }
}
@media (max-width: 480px) {
  .box-review .form-comment {
    flex-direction: column;
    align-items: center;
  }
  .box-review .form-comment .content-form-comment {
    width: 100%;
  }
  .box-review .form-comment .content-form-comment .your-rating {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .your-rating .rating-comment {
    margin-left: 0px;
    margin-top: 6px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .box-review .item-review .content-item-review .top .author {
    flex-direction: column;
  }
  .box-review .item-review .content-item-review .top .is_bought {
    margin-left: 0px;
  }
}
@media (max-width: 350px) {
  .box-product-detail .product-detail-content ul.tabs li a {
    font-size: 15px;
  }
  .box-product-detail .product-detail-content ul.tabs li::after {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .box-product-detail .product-detail-info .summary .cart .btn-all-add-cart {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-product-detail .product-detail-info .summary .cart .btn-all-add-cart .single_add_to_cart_button.wc-buy-now-btn {
    margin-top: 15px;
  }
}/*# sourceMappingURL=style-products.css.map */