/*
Theme Name: C12WE0824
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
}

div.box.product-small .box-image {
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  overflow: hidden;
}
div.box.product-small .box-text .title-wrapper {
  margin-bottom: 5px;
}
div.box.product-small .box-text .title-wrapper .product-title a {
  color: #000;
}
div.box.product-small .box-text .box-action-wrapper {
  display: flex;
  gap: 10px;
}
div.box.product-small .box-text .box-action-wrapper > * {
  flex-grow: 1;
  font-size: 14px;
}
@media (max-width: 549px) {
  div.box.product-small .box-text .box-action-wrapper {
    margin-top: 15px;
    flex-direction: column;
  }
  div.box.product-small .box-text .box-action-wrapper .product-box-btn {
    margin: 0;
  }
}
div.box.product-small .product-box-btn {
  display: block;
  border-radius: 5px;
  line-height: 1;
  padding: 10px 0;
  background: #FFF;
  color: #000;
  border: 1px solid #F1F1F1;
  margin-top: 10px;
  text-transform: uppercase;
}
div.box.product-small .product-box-btn.btn-quickbuy {
  background: #00D0D1;
  color: #FFF;
}

.yw-archive-product-sub-categories ul {
  display: flex;
  overflow-x: auto;
  margin: 0;
  list-style: none;
  scroll-snap-type: x mandatory;
  padding: 30px 0;
  gap: 15px;
  margin-left: 15px;
}
.yw-archive-product-sub-categories ul li {
  padding: 0;
  margin: 0;
  width: 40%;
  min-width: 40%;
  scroll-snap-align: start;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0 10px rgba(198, 198, 198, 0.34);
  border: 1px solid #ececec;
}
.yw-archive-product-sub-categories ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -150px;
  bottom: 0;
  background: rgba(241, 241, 241, 0.5019607843);
  z-index: 1;
  overflow: hidden;
  transform: skewX(294deg);
}
.yw-archive-product-sub-categories ul li a {
  padding: 15px;
  color: #343434;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}

.yw-related-posts .yw-related-posts-inner .related-heading {
  font-size: 1.5rem;
  color: #00D0D1;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
}
@media all and (max-width: 850px) {
  .yw-related-posts .yw-related-posts-inner .row-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .yw-related-posts .yw-related-posts-inner .row-swiper .col.post-item {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    scroll-snap-align: start;
  }
}
@media (max-width: 549px) {
  .yw-related-posts .yw-related-posts-inner .row-swiper .col.post-item {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
  }
}

body.home .iqos-banner-carousel div.img {
  overflow: hidden;
  border: 1px solid rgba(241, 241, 241, 0.5019607843);
  border-radius: 5px;
}
@media (max-width: 549px) {
  div.row.mobile-swiper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  div.row.mobile-swiper > .col {
    min-width: 75%;
    max-width: 75%;
    width: 75%;
    scroll-snap-align: start;
  }
}
.col.col-contact-info .ux-menu {
  margin-bottom: 15px;
}
.col.col-contact-info .ux-menu i {
  color: #00D0D1;
}
.col.col-contact-info .stack img {
  border-radius: 10px;
}

.contact-map {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 549px) {
  .contact-map {
    aspect-ratio: 16/9;
  }
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box.box-blog-post .box-image {
  border-radius: 20px;
  overflow: hidden;
}

.box.box-blog-post .box-text .post-date {
  color: #00D0D1;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}

.row.row-marquee {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 0 !important;
  padding: 15px 0;
  scrollbar-width: none;
}
@media (max-width: 549px) {
  .row.row-marquee > .col:first-child {
    margin-left: -10px;
  }
}
.row.row-marquee > .col {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  padding-bottom: 0;
}
@media (min-width: 550px) {
  .row.row-marquee > .col {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
}
@media (min-width: 850px) {
  .row.row-marquee > .col {
    width: 22%;
    min-width: 22%;
    max-width: 22%;
  }
}

/*a.button.white {
  padding: 10px 15px;
  text-transform: capitalize;
  min-height: unset;
  line-height: 1;
  border: 1px solid #F1F1F1;
  transition: 0.6s ease;
  position: relative;
  overflow: hidden;
}
a.button.white span {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  z-index: 2;
  position: relative;
}*/
a.button.white i {
  z-index: 2;
  background: #01d0d1;
  aspect-ratio: 1/1;
  width: 24px;
  border-radius: 50%;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*a.button.white:before {
  width: 100%;
  height: 0;
  position: absolute;
  left: -50%;
  bottom: 0;
  content: "";
  background: rgba(228, 228, 228, 0.47);
  z-index: 1;
  transition: 1.6s ease;
  transform: rotate(45deg);
}*/
a.button.white:hover {
  box-shadow: none;
}
a.button.white:hover:before {
  width: 100%;
  height: 100%;
}

.home-heading h1, .home-heading h2, .home-heading h3, .home-heading h4, .home-heading h5, .home-heading h6 {
  font-size: 1.5rem;
  z-index: 1;
  position: relative;
}
.home-heading p {
  margin-bottom: 5px;
}

.row.mobile-blog .box .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.row.mobile-blog .box .box-text .post-title {
  font-size: 120%;
}

section.featured-boxes {
  position: relative;
  overflow: hidden;
}
section.featured-boxes .row {
  z-index: 2;
  position: relative;
  max-width: 1310px;
}

section.featured-boxes .icon-box .icon-box-img {
  display: flex;
  align-items: center;
}
section.featured-boxes .icon-box .icon-box-text h1, section.featured-boxes .icon-box .icon-box-text h2, section.featured-boxes .icon-box .icon-box-text h3, section.featured-boxes .icon-box .icon-box-text h4, section.featured-boxes .icon-box .icon-box-text h5, section.featured-boxes .icon-box .icon-box-text h6 {
  margin-bottom: 0;
  font-size: clamp(16px, 1vw, 18px);
}
section.featured-boxes .icon-box .icon-box-text p {
  font-size: 14px;
}

/*section.featured-boxes:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 400px;
  top: 0;
  left: 150px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e6e6, rgba(0, 208, 209, 0.16));
  z-index: 0;
  animation: breacrumb_animation_02 15s infinite backwards;
}
@keyframes breacrumb_animation_02 {
  0% {
    transform: skewY(0deg);
  }
  20% {
    left: 300px;
    width: 40%;
  }
  50% {
    top: -50px;
    width: 70%;
  }
  100% {
    transform: skewY(180deg);
  }
}*/

section.news .home-heading {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
}
section.news .home-heading:before {
  background: url("../../uploads/2025/09/NEWS.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 361px;
  height: 103px;
}
section.news .home-heading h1, section.news .home-heading h2, section.news .home-heading h3, section.news .home-heading h4, section.news .home-heading h5, section.news .home-heading h6 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
}
section.news .home-heading h1:after, section.news .home-heading h2:after, section.news .home-heading h3:after, section.news .home-heading h4:after, section.news .home-heading h5:after, section.news .home-heading h6:after {
  content: "";
  max-width: 150px;
  height: 3px;
  background: #00D0D1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 5px;
}

section.featured-quote .featured-description {
  text-align: justify;
}

section.iqos-contact-form .section-bg-overlay {
  backdrop-filter: blur(15px);
}

section.iqos-contact-form .wpcf7 .wpcf7-response-output {
  display: none;
}

section.iqos-contact-form .section-heading p {
  margin: 0;
}
@media all and (min-width: 850px) {
  section.iqos-contact-form .section-heading {
    text-align: left !important;
  }
}

.home-heading:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

section.products-tabs .home-heading:before {
  background: url("../../uploads/2025/09/PRODUCT.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 627px;
  height: 103px;
  
}
section.products-tabs .home-heading h1, section.products-tabs .home-heading h2, section.products-tabs .home-heading h3, section.products-tabs .home-heading h4, section.products-tabs .home-heading h5, section.products-tabs .home-heading h6 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
}
section.products-tabs .home-heading h1:after, section.products-tabs .home-heading h2:after, section.products-tabs .home-heading h3:after, section.products-tabs .home-heading h4:after, section.products-tabs .home-heading h5:after, section.products-tabs .home-heading h6:after {
  content: "";
  max-width: 100px;
  height: 2px;
  background: #00D0D1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 5px;
}
@media all and (min-width: 850px) {
  section.products-tabs .tabbed-content .nav {
    justify-content: center;
  }
}

.wpcf7 {
  position: relative;
}
.wpcf7 input[type=text] {
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 10px;
  color: #FFF;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1098039216);
  backdrop-filter: blur(5px);
  padding: 20px;
  max-height: unset;
  height: unset;
  font-size: 16px;
  line-height: 18px;
}
.wpcf7 input[type=text]::placeholder {
  color: #FFF;
}
.wpcf7 input[type=submit],
.wpcf7 button[type=submit] {
  background: #FFF;
  color: #464646;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0;
  min-width: 120px;
  position: relative;
  display: flex;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 16px;
}
.wpcf7 input[type=submit] i,
.wpcf7 button[type=submit] i {
  width: 20px;
  height: 20px;
  background: #01d0d1;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 850px) {
  .wpcf7 form.wpcf7-form {
    display: flex;
    gap: 10px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
    min-height: unset;
    line-height: 1;
  }
  .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap input[type=text] {
    margin-bottom: 0 !important;
  }
  .wpcf7 form.wpcf7-form button[type=submit] {
    margin: 0;
    padding: 0 15px;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    font-weight: normal;
  }
}

.archive-product-banner {
  min-height: 400px;
  position: relative;
}
.archive-product-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.c12we0824-archive-breadcrumb {
  background: #ededed;
  border-radius: 0 0 0 35px;
  padding: 20px 20px 30px 35px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
.c12we0824-archive-breadcrumb .breadcrumbs {
  position: relative;
  color: #00D0D1;
  z-index: 5;
  font-weight: 400;
}
.c12we0824-archive-breadcrumb:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  top: 0;
  left: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #e6e6e6, rgba(0, 208, 209, 0.16));
  z-index: 1;
  animation: breacrumb_animation_01 15s infinite backwards;
}
@keyframes breacrumb_animation_01 {
  0% {
    transform: skewY(0deg);
  }
  20% {
    left: 0;
  }
  50% {
    top: -50px;
    width: 250px;
  }
  100% {
    transform: skewY(180deg);
  }
}

body.archive .page-title .page-title-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}

body.archive .page-title .page-title-inner .category-filtering {
  text-align: left;
}
body.archive .page-title .page-title-inner form.woocommerce-ordering select {
  background: rgba(241, 241, 241, 0.43);
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  box-shadow: none;
  margin: 0;
}

@media (max-width: 549px) {
  body.single.single-product .product-main {
    padding-bottom: 0;
  }
  body.single.single-product .product-info {
    padding-bottom: 0;
  }
  
}
body.single.single-product .breadcrumbs {
  text-align: left;
  text-transform: capitalize;
  color: #00D0D1;
  font-size: 16px;
}
body.single.single-product .frm-wrapper {
  display: flex;
  gap: 5px;
}
body.single.single-product .frm-wrapper button, body.single.single-product .frm-wrapper a.button {
  white-space: nowrap;
  margin: 0;
}
body.single.single-product h1.product-title {
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 15px;
}
body.single.single-product .product-rating .kksr-muted {
  display: none;
}
@media (max-width: 549px) {
  body.single.single-product .product-rating {
    padding: 10px;
    border-left: 4px solid #01d0d1;
    padding-left: 15px;
    background: rgba(53, 50, 62, 0.0509803922);
    margin-top: 15px;
  }
  body.single.single-product .product-rating .kksr-legend {
    font-size: 14px !important;
  }
}

body.single.single-product div.col.product-info.summary .price-wrapper {
  margin-bottom: 20px;
}
body.single.single-product div.col.product-info.summary .price-wrapper > .price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 30px;
  margin: 0;
}
/*body.single.single-product div.col.product-info.summary .price-wrapper ins bdi {
  font-size: 140%;
  color: #F00;
}*/

.single-product .product-page-price span.amount{
  font-size: 30px;
  color: #f20000;
}

.single-product .product-page-price del span.amount{
  font-size: 20px;
  color: #717171;
}

body.single.single-product div.col.product-info.summary a.btn-contact-us {
  margin: 0;
  padding: 8px 15px;
  border-radius: 10px;
  background: #007979;
}
body.single.single-product div.col.product-info.summary .product-rating {
  margin-bottom: 20px;
}
body.single.single-product form.cart {
  display: flex;
  margin-bottom: 0px;
  max-width: 410px;
}

body.single.single-product form.cart .quantity {
  order: 1;
  /*width: 120px;
  display: block;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  position: relative;
  background: #f5f5f5;*/
}

/*body.single.single-product form.cart .ux-quantity__button{
  position: absolute;
  right: -1px;
  height: 29px;
  width: 40px;
  background: #fff;
  min-height: unset;
  border: 1px solid #ededed !important;
  padding: 0;
  font-size: 29px;
  line-height: 29px;
}*/

/*body.single.single-product form.cart .ux-quantity__button.minus{
  bottom: -1px;
}

body.single.single-product form.cart .ux-quantity__button.plus{
  top: -1px;
}*/

/*@media (max-width: 549px) {
  body.single.single-product form.cart .quantity {
    width: 100px;
  }
}*/
body.single.single-product form.cart .quantity input.minus {
  /*border-bottom-right-radius: 5px !important;*/
  border-radius: 10px 0 0 10px !important;
  /*border: none;*/
}
body.single.single-product form.cart .quantity input.plus {
  border-radius: 0 10px 10px 0 !important;
  /*border-top-right-radius: 5px !important;*/
  /*border: none;*/
}
body.single.single-product form.cart .quantity input[type=number] {
  height: 100%;
  /*max-width: unset;
  border: none;
  width: 80px;
  font-size: 26px;
  margin-right: 40px;*/
}
body.single.single-product form.cart .single_add_to_cart_button {
  flex-grow: 1;
}
body.single.single-product form.cart button[type=submit] {
  background: #00D0D1;
  color: #FFF;
  border-radius: 10px;
  padding: 15px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 25px;
  max-width: 272px;
  font-weight: 500;
  text-transform: none;
  position: relative;
}

body.single.single-product form.cart button[type=submit]::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url('../../uploads/2025/09/Union.png');
  width: 15px;
  height: 15px;
  background-size: cover;
}

/*body.single.single-product .entry-content img {
  border-radius: 10px;
  box-shadow: 1px 0 10px rgba(204, 204, 204, 0.3803921569);
}*/

@media (max-width: 549px) {
  body.archive.category #post-list .col.post-item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}

body.single.single-post .entry-divider {
  display: none;
}

body.single.single-post .entry-content {
  padding: 0;
}

body.single.single-post .entry-content .posted-by {
  text-align: right;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 36px;
}

body.single.single-post article .article-inner .entry-header .entry-header-text {
  padding-bottom: 0;
}

@media (max-width: 549px) {
  .post-sidebar {
    display: none;
  }
}

.widget {
  background: #FFF;
  border-radius: 5px;
}
.widget .widget-title {
  color: #00D0D1;
}
.widget.widget_media_image img {
  border-radius: 10px;
  width: 100%;
}
.widget.widget_nav_menu {
  border: 1px solid #F1F1F1;
  padding: 20px;
  border-radius: 5px;
}
.widget.widget_nav_menu ul.menu li.menu-item a {
  color: #000;
  transition: 0.6s ease;
  padding-left: 20px;
  position: relative;
}
.widget.widget_nav_menu ul.menu li.menu-item a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  color: #000;
  font-weight: bold;
}
.widget.widget_nav_menu ul.menu li.menu-item:hover a {
  color: #00D0D1;
}
.widget .wpcf7 {
  background: #961415;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}
.widget .wpcf7 .widget-title {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5em;
  display: block;
}
.widget .wpcf7 form {
  margin: 0;
}
.widget .wpcf7 input, .widget .wpcf7 textarea {
  border: none;
  border-radius: 5px;
  box-shadow: unset;
}
.widget .wpcf7 input[type=submit] {
  background: #FFF;
  color: #00D0D1;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.widget .wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.widget .wpcf7 .wpcf7-response-output {
  margin: 15px 0px;
  background: #FFF;
  border: unset;
  border-radius: 5px;
  color: #961415;
}
.widget.widget_products ul li, .widget.widget_recently_viewed_products ul li {
  padding-left: 60px;
}
.widget.widget_products ul li img, .widget.widget_recently_viewed_products ul li img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  height: 50px;
  width: 50px;
}
.widget.widget_products ul li del, .widget.widget_products ul li ins, .widget.widget_recently_viewed_products ul li del, .widget.widget_recently_viewed_products ul li ins {
  font-size: 0.8em;
}
.widget.widget_products ul li del, .widget.widget_recently_viewed_products ul li del {
  color: red;
  font-size: 0.7em;
}
.widget.widget_products ul li del bdi, .widget.widget_recently_viewed_products ul li del bdi {
  color: red;
}
.widget.widget_products ul li a, .widget.widget_recently_viewed_products ul li a {
  display: flex;
  margin-bottom: 0;
}
.widget.widget_products ul li a .product-title, .widget.widget_recently_viewed_products ul li a .product-title {
  text-transform: lowercase;
  color: #333;
}
.widget.widget_products ul li a .product-title::first-letter, .widget.widget_recently_viewed_products ul li a .product-title::first-letter {
  text-transform: capitalize;
}
.widget.flatsome_recent_posts {
  padding: 0;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  margin-bottom: 0;
  text-transform: lowercase;
  color: #656565;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a:first-letter {
  text-transform: uppercase;
}

.cta-cart-button {
  color: #FFF;
  background: #01d0d1;
  position: fixed;
  bottom: 10%;
  right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 50;
  border: 2px solid #02c6c8;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

form.checkout .woocommerce-billing-fields label {
  display: none;
}
form.checkout .woocommerce-billing-fields input[type=text],
form.checkout .woocommerce-billing-fields input[type=tel] {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
}
form.checkout .woocommerce-billing-fields input[type=text]:focus,
form.checkout .woocommerce-billing-fields input[type=tel]:focus {
  box-shadow: none;
}
form.checkout .woocommerce-additional-fields textarea {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
}
form.checkout .woocommerce-additional-fields textarea:focus {
  box-shadow: none;
}

/*Css mới*/

.header-main .header-inner{
  padding-left: 60px;
  padding-right: 60px;
}

.header-main .header-nav-main{
  justify-content: center;
}

.header-main .header-nav-main > li > a{
  font-weight: 400;
}

.header-main .header-nav-main.nav-spacing-xlarge>li{
  margin: 0 30px;
}

.header-main .nav-divided>li+li>a:after{
  left: -30px;
  height: 16px;
}

.header-main .hide-for-medium + .hide-for-medium.flex-right{
  margin-left: 30px;
}

.header-main .hide-for-medium + .hide-for-medium .header-nav-main.nav-spacing-xlarge>li{
  margin: 0 10px;
}

.header-main .hide-for-medium + .hide-for-medium .header-nav-main.nav-spacing-xlarge>li a::after{
  display: none;
}

.header-main .header-nav-main i{
  font-size: 24px !important;
}

.icon-shopping-basket::after{
  width: 15px;
  height: 15px;
  top: unset;
  bottom: -6px;
  right: -6px;
  background: #00d0d1;
}

.header-main .top-divider{
  display: none;
}

.home-slider .banner-layers.container{
  max-width: 1280px;
}

.home-slider .text-box{
  max-width: 550px;
}

.home-slider .text-box h3{
  font-size: 52px;
  line-height: 80px;
  margin-top: 0;
}

.home-slider .text-box h3 strong{
  font-weight: 700;
}

.home-slider .text-box p{
  margin: 20px 0;
  color: #fff;
  font-weight: 300;
}

.home-slider .text-box .button{
  padding: 12px 18px 12px 42px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  margin-top: 20px;
  border: none;
  text-transform: unset;
  font-size: 16px;
}

.home-slider .text-box .button span{
  color: #343434;
}

.home-slider .text-box .button i{
  margin-right: 0;
  margin-left: 16px;
}

.home-slider .flickity-page-dots{
  left: 135px;
  right: unset;
  bottom: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-slider .flickity-page-dots .dot{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0;
  border: none;
  background: #fff;
  position: relative;
}

.home-slider .flickity-page-dots .dot.is-selected{
  margin: 0 6px;
}

.home-slider .flickity-page-dots .dot.is-selected::before{
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}

.featured-boxes{
  padding-top: 200px !important;
  padding-bottom: 20px !important;
  margin-top: -150px;
}

.featured-boxes .featured-box h3{
  font-size: 18px;
  line-height: 22px;
}

.home-heading h2{
  font-size: 36px;
  font-weight: 500;
  padding-top: 100px;
}

.box-tab-product-home{
  padding: 20px 0;
}

.box-cate-pro-home .tabbed-content{
  align-items: center;
  justify-content: space-between;
}

.box-cate-pro-home .tabbed-content > h4, .box-cate-pro-home .tabbed-content > ul{
  width: auto;
  margin-bottom: 0;
}

.box-cate-pro-home .tabbed-content > h4{
  font-size: 32px;
  font-weight: 700;
}

.box-cate-pro-home .tabbed-content > ul{
  border-bottom: 1px solid #d9d9d9;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.box-cate-pro-home .tabbed-content .tab-panels{
  padding-top: 35px;
  text-align: center;
}

.box-cate-pro-home .tabbed-content .nav > li{
  margin-right: 30px;
}

.box-cate-pro-home .tabbed-content .nav > li a{
  font-size: 16px;
  font-weight: 500;
  color: #b6b6b6;
}

.box-cate-pro-home .tabbed-content .nav > li.active a{
  color: #343434;
}

.nav-line>li>a:before{
  height: 2px;
}

.product-small .badge-container{
  display: none;
}

.product-small .box-image{
  border: none !important;
  border-radius: 20px !important;
  /*background: #F1EEEE !important;*/
}

/*.product-small .box-image::before{
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  background: #f5f5f5;
}*/

.product-small .box-image .image-zoom{
  position: relative;
}

/*.box-cate-pro-home .product-small .box-image img{
  aspect-ratio: 17 / 20;
  object-fit: contain;
}*/

.product-small .product-title{
  font-size: 18px !important;
  font-weight: 500;
}

div.box.product-small .product-box-btn{
  border-color: #d2d2d2;
}

div.box.product-small .product-box-btn.btn-quickbuy{
  border-color: #00D0D1;
}

.box-cate-pro-home .product-small .box-text{
  padding: 15px 0;
}

div.box.product-small .box-text .title-wrapper{
  margin-bottom: 12px;
}

.box-cate-pro-home .product-small .price del{
  text-decoration: unset;
}

.product-small .price bdi{
  font-size: 16px;
  color: #343434;
}

.product-small .price del bdi{
  font-size: 13px;
  color: #717171;
}

.box-cate-pro-home .tab-panels .btn-show-more-pro, .btn-show-more-cus{
  margin: 0;
  margin-top: 25px;
  padding: 12px 18px 12px 42px;
  border: 1px solid #d2d2d2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 221px;
}

.box-cate-pro-home .tab-panels .btn-show-more-pro span, .btn-show-more-cus{
  font-size: 16px;
}

.flickity-prev-next-button svg{
  display: none;
}

.flickity-prev-next-button::before{
  content: '';
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00D0D1;
  border-radius: 100%;
}

.flickity-prev-next-button.previous::before{
  background-image: url('../../uploads/2025/09/arrow-left.png');
  background-position: center;
  background-repeat: no-repeat;
}

.flickity-prev-next-button.next::before{
  background-image: url('../../uploads/2025/09/arrow-right.png');
  background-position: center;
  background-repeat: no-repeat;
}

section.products-tabs .tabbed-content .nav a:before {
  bottom: 0;
  top: unset;
}

.products-tabs .box-title-product-home{
  padding-bottom: 20px;
}

.featured-quote .banner .box-logo img{
  height: 53px;
  width: auto;
  margin: 0 auto;
}

.featured-quote .banner .box-logo{
  margin-bottom: 36px;
}

.featured-quote .banner p{
  line-height: 30px;
  font-size: 16px;
}

.featured-quote .text-box{
  padding: 0 10px;
}

.featured-quote .banner .button{
  margin-top: 36px;
  margin-bottom: 0;
}

.row.box-gallery-home{
  margin: 10px -5px !important;
  flex-wrap: nowrap;
  width: auto;
  max-width: unset !important;
}

.row.box-gallery-home .gallery-col.col{
  padding: 0 5px !important;
}

.box-gallery-home img{
  aspect-ratio: 40 / 33;
  object-fit: cover;
}

.row.box-gallery-home .flickity-button{
  display: none !important;
}

section.news .home-heading{
  margin-bottom: 30px;
}

.box-art-pc .post-item{
  padding: 0 10px 20px;
}

.box-art-pc .post-item .col-inner .box-blog-post{
  border: 1px solid #efefef;
  box-shadow: 0 10px 40px -25px #000f731f;
  border-radius: 20px;
  background: #fff;
}

.box-art-pc .post-item .box-text{
  padding: 20px 30px;
}

.post-item .post-date, .blog-single .post-date{
  font-size: 14px;
  line-height: 30px;
  color: #00d0d1;
}

.post-item .post-date i, .blog-single .post-date i{
  margin-right: 5px;
}

.blog-single .entry-header .post-date{
  margin-bottom: 20px;
}

/*.box-art-pc .post-item .blog-post-inner{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}*/



/*.box-art-pc .post-item .blog-post-inner .post-meta{
  order: 1;
  font-size: 14px;
  line-height: 30px;
  color: #00d0d1;
  position: relative;
  padding-left: 20px;
}

.box-art-pc .post-item .blog-post-inner .post-meta::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: url('../../uploads/2025/09/icon-date.png');
  display: block;
  width: 12px;
  height: 13px;
  background-size: cover;
}*/

.box-art-pc .post-item .blog-post-inner .post-title{
  /*order: 2;*/
  font-size: 20px;
  margin: 5px 0;
}

.box-art-pc .post-item .blog-post-inner .post-title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}

/*.box-art-pc .post-item .blog-post-inner .from_the_blog_excerpt {
  order: 3;
}*/

.section.news{
  text-align: center;
  padding: 0 15px;
}

.section.news .mobile-blog{
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}

.section.news .mobile-blog .col{
  padding: 0 5px !important;
}

.section.news .btn-show-more-cus{
  margin-top: 35px;
}

.iqos-contact-form .section-content > .row{
  max-width: 1280px;
}

.iqos-contact-form .section-content > .row > .col{
  padding: 0;
}

.iqos-contact-form .section-content h2{
  margin-bottom: 10px;
}

h2{
  font-size: 36px;
  font-weight: 500 !important;
}

.iqos-contact-form .section-content .wpcf7 form.wpcf7-form{
  margin-bottom: 0;
}

.box-main-footer{
  padding-top: 120px !important;
  padding-bottom: 60px !important;
}

.box-main-footer .section-content > .row{
  max-width: 1300px;
}

.box-logo-footer{
  margin-bottom: 40px !important;
}

.box-logo-footer img{
  max-width: 360px;
}

.contact-address-footer i{
  margin-right: 10px;
}

.box-menu-footer h4{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}

.box-menu-footer h4 strong{
  font-weight: 700;
}

/*.box-menu-footer .menu-item{
  position: relative;
  padding-left: 25px;
}

.box-menu-footer .menu-item::before{
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url('../../uploads/2025/09/Group-10249.png');
}*/

.box-menu-footer .menu-item a{
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
}

.blog-archive.page-wrapper{
  padding: 40px 0;
}

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

.blog-archive .post-item .image-cover, .yw-related-posts .post-item .image-cover{
  padding-top: 100% !important;
}

.blog-archive .post-item .box-text, .yw-related-posts .post-item .box-text{
  padding-bottom: 0;
  text-align: left;
}

.post-item .post-title{
  font-size: 15px;
  font-weight: 500;
}

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

.blog-archive .post-item .from_the_blog_excerpt, .yw-related-posts .post-item .from_the_blog_excerpt{
  display: none;
}

.blog-single .entry-image{
  margin-bottom: 30px;
}

.blog-single .entry-image img{
  border-radius: 20px;
}

.blog-single .single-page p{
  font-size: 16px;
  line-height: 30px;
}

.yw-related-posts{
  padding-top: 40px;
}

.yw-related-posts .yw-related-posts-inner .related-heading{
  color: #343434;
  margin-bottom: 30px;
}

.c12we0824-archive-breadcrumb-detail{
  max-width: 1470px;
  padding: 0 30px;
  margin: 0 auto;
}

.blog-single .entry-title{
  font-weight: 500;
}

.blog-single article.post{
  margin-bottom: 0;
}

.blog-single > .row .col{
  padding-bottom: 0;
}

.c12we0824-archive-breadcrumb-detail, .breadcrumbs{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c12we0824-archive-breadcrumb-detail .divider, .breadcrumbs .divider{
  display: none;
}

.c12we0824-archive-breadcrumb-detail a::after, .breadcrumbs a::after{
  content: '>';
  margin-left: 7px;
  margin-right: 2px;
}

.c12we0824-archive-breadcrumb-detail .breadcrumbs, .breadcrumbs, .product-page-title .breadcrumbs a:last-child{
  color: #00D0D1;
}

.c12we0824-archive-breadcrumb-detail .breadcrumbs a, .breadcrumbs a{
  color: #343434;
}

.product-page-title .breadcrumbs a:last-child::after{
  display: none;
}

.single-product .product-main .product-info .kksr-legend{
  display: none;
}

.single-product .product-main .product-info .variations label{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-product .product-main .product-info .variations .ux-swatch--color{
  height: 36px;
  width: 36px;
  padding: 5px;
  box-shadow: none;
  border-radius: 50%;
}

.single-product .product-main .product-info .variations .ux-swatch--color.selected{
  border: 1px solid #d5d5d5;
}

.single-product .product-main .product-info .variations .ux-swatch__color{
  border-radius: 50%;
}

.single-product .product-main .product-gallery .wvg-single-gallery-image-container,
.single-product .product-main .product-gallery .wvg-gallery-thumbnail-image div{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f1eeee;
}

.single-product .product-main .product-gallery .wvg-single-gallery-image-container::before,
.single-product .product-main .product-gallery .wvg-gallery-thumbnail-image div::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 66%;
  background: #f5f5f5;
  top: 0;
  left: 0;
}

.single-product .product-main .product-gallery .wvg-single-gallery-image-container img,
.single-product .product-main .product-gallery .wvg-gallery-thumbnail-image div img{
  position: relative;
}

/*.single-product .product-main .product-gallery .wvg-gallery-thumbnail-image{
  padding: 0 5px;
}*/

.single-product .product-main .product-gallery .wvg-gallery-thumbnail-image.current-thumbnail div,
.single-product .product-main .product-gallery .slick-current .wvg-gallery-thumbnail-image div{
  border: 1px solid #01d0d1;
}

.single-product .product-main .woo-variation-gallery-thumbnail-wrapper{
  margin-top: 20px;
}

/*.single-product .product-main .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider{
  margin-left: -5px;
  margin-right: -5px;
}*/

.woo-variation-gallery-thumbnail-slider .slick-arrow{
  display: none !important;
}

/*.single-product .product-main .product-info{
  display: flex;
  flex-direction: column;
}*/

.single-product .product-main .product-info .btn-contact-detail-pro{
  font-size: 20px;
  line-height: 25px;
  display: inline;
  width: 100%;
  max-width: 410px;
  color: #fff;
  background: #007979;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
}

/*.single-product .product-main .product-info .product-short-description{
  order: 1;
  margin-top: 20px;
}*/

/*.single-product .product-main .product-info .product-short-description p:last-child{
  margin-bottom: 0;
}*/



.single-product .product-main .product-info .product-short-description .short-desc-title{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343434;
}

.single-product .product-footer .container{
  padding: 0 10px;
}

.single-product .product-footer .product-section .row{
  margin: 0 -10px;
}

.single-product .product-footer .product-page-sections .col{
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.single-product .product-footer .product-page-sections .large-2 h5{
  font-size: 24px;
  line-height: 30px;
  color: #343434;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-product .product-footer .product-page-sections .entry-content{
  padding-top: 20px;
}

.single-product .product-footer .product-page-sections .entry-content p:last-child{
  margin-bottom: 0;
}

.single-product .product-footer .related .product-section-title{
  font-size: 24px;
  line-height: 30px;
  color: #343434;
}

.product-small .product-cat{
  display: none;
}

.yw-contact-buttons{
  position: fixed;
  top: 150px;
  right: 35px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.yw-contact-buttons ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.yw-contact-buttons .box-text-vertical{
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 400;
  color: #343434;
}

.yw-contact-buttons .box-social img{
  width: 21px;
}

.yw-contact-buttons .box-copyright{
  margin-bottom: 40px;
}

.yw-contact-buttons .box-social{
  margin-bottom: 12px;
}

.yw-contact-buttons .box-scroll{
  margin-top: 40px;
}

.box-btn-show-hide-social{
  color: #fff;
}

.box-btn-show-hide-social svg{
  display: none;
}

.box-btn-show-hide-social.show svg{
  display: block;
}

.box-btn-show-hide-social.show i{
  display: none;
}

.absolute-footer{
  display: none;
}

.box-scroll{
  display: flex;
  align-items: center;
  gap: 15px;
}

.box-scroll .box-scroll-bar{
  width: 1px;
  height: 100px;
  background: #5a5a5a;
  position: relative;
}

.box-scroll .scroll-point{
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00d0d1;
}

.blog-archive #post-list .page-numbers{
  display: none;
}

.blog-archive #load-more, .btn-show-more-cus11{
  margin-bottom: 0;
  padding: 12px 18px 12px 42px;
  border: 1px solid #d2d2d2 !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 221px;
}

.blog-single .btn-show-more-cus11{
  margin-bottom: 10px;
}

.cus-child-cate-product{
  margin-top: 20px;
}

.cus-child-cate-product ul{
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  gap: 10px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.cus-child-cate-product ul li{
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  flex-shrink: 0;
}

.cus-child-cate-product ul li.active, .cus-child-cate-product ul li:hover{
  border: 2px solid #00d0d1;
}

.cus-child-cate-product ul li a{
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #343434;
}

/*.category-page-row .shop-container .product-small.col{
  flex-basis: 25%;
  max-width: 25%;
}*/

.category-page-row .term-description{
  display: none;
}

.archive .featured-quote .overlay{
  background: #f5f5f5 !important;
}

.archive .featured-quote .box-logo:not(.logo-black){
  display: none;
  visibility: hidden;
}

.archive .featured-quote .box-logo.logo-black{
  display: block !important;
  visibility: visible !important;
}

.archive .featured-quote p{
  color: #343434;
}

.featured-quote .banner .button span{
  font-weight: 500;
  color: #343434;
}

.archive .page-title .page-title-inner > .flex-col{
  max-width: 50%;
  flex-grow: 1;
}

.archive .woocommerce-ordering{
  position: relative;
  padding-left: 125px;
}

.archive .woocommerce-ordering::before{
  content: 'Sắp xếp theo:';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.archive .woocommerce-ordering::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #343434 transparent transparent transparent;
  top: 50%;
  display: block;
  right: 6px;
  position: absolute;
  transform: translateY(-50%);

}

.archive .category-filtering .filter-button strong{
  display: none;
}

.archive .category-filtering .filter-button{
  margin-top: 0;
}

.archive .category-filtering .filter-button::after{
  content: 'Bộ lọc';
  text-transform: none;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

#product-sidebar aside .widget-title{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
  background: #00d0d1;
  border-radius: 10px 10px 0 0;
}

#product-sidebar aside .is-divider{
  display: none;
}

#product-sidebar aside .product-categories{
  border: 1px solid #ececec;
  padding: 0 10px;
  font-size: 16px;
}

#product-sidebar aside .product-categories .children{
  border-left: none;
  margin-left: 0;
}

.product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch{
  padding: 15px;
  border: 1px solid #343434;
  border-radius: 25px;
  color: #343434;
  position: relative;
}

.product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch::before{
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background: #343434;
  top: 24px;
  left: 10px;
  transform: rotate(-45deg);
  position: absolute;
}

.product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch.selected{
  border-color: #00d0d1;
  background: #00d0d1;
  color: #fff;
  box-shadow: unset;
}

.product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch.selected::before{
  display: none;
}

.comment-form-rating, .custom-star-rating .stars{
  display: none;
  visibility: hidden;
}

.product-footer #comments .woocommerce-Reviews-title, .product-footer #comments .woocommerce-noreviews,
.product-footer #reply-title{
  display: none;
  visibility: hidden;
}

.product-footer #review_form .review-form-inner{
  border: none;
  padding: 10px 0 0 ;
}

#reviews #comments{
  order: 1;
}

#reviews #review_form .comment-form{
  margin-left: 0;
  margin-right: 0;
  flex-direction: row;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#reviews #review_form .comment-form .custom-star-rating{
  width: 100%;
  padding-left: 0;
}

#reviews #review_form .comment-form input:not([type="submit"]), #reviews #review_form .comment-form textarea{
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: #f5f5f5;
  color: #343434;
  border-radius: 10px;
  height: 60px;
  box-shadow: unset;
}

#reviews #review_form .comment-form textarea{
  height: 335px;
}

#reviews #review_form .comment-form #author{
  order: 1;
}

#reviews #review_form .comment-form #codeorder{
  order: 2;
}

#reviews #review_form .comment-form #comment{
  order: 3;
}

#reviews #review_form .comment-form .form-submit{
  order: 4;
  padding: 0;
  margin: 0;
}

#reviews #review_form .comment-form .form-submit input{
  margin: 0;
  border-radius: 10px;
}

.woocommerce-product-rating{
  margin-bottom: 20px;
}

.woocommerce-product-rating .star-rating{
  height: 22px;
  font-size: 22px;
  width: 110px;
  margin: 0;
}

.woocommerce-product-rating .star-rating span:before, .woocommerce-product-rating .star-rating:before{
  font-size: 22px;
}

.star-rating span:before{
  color: #ffae00;
}

.woocommerce-product-rating .woocommerce-review-link{
  display: none;
}

#reviews #comments::before{
  content: 'Nhận xét khác';
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.cus-star-rating{
  font-size: 26px;
  line-height: 1;
  color: #ffae00;
}

.cus-star-rating .norate{
  color: #d9d9d9;
  margin-left: -6px;
}

#reviews .commentlist .custom-review .review-author{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#reviews .commentlist .custom-review .review-author .box-info{
  width: calc(100% - 80px);
}

#reviews .commentlist .custom-review .review-author .box-info > *{
  display: block;
}

#reviews .commentlist .custom-review .review-author .box-info strong{
  font-size: 18px;
  font-weight: 500;
  color: #343434;
  line-height: 30px;
}

#reviews .commentlist .custom-review .review-author .box-info span{
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #5a5a5a;
}

#reviews .custom-review .review-order-code{
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

#reviews .custom-review .review-meta{
  margin: 10px 0;
}

#reviews .custom-review .review-text{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #5a5a5a;
}

#comments .commentlist li{
  padding-top: 20px;
  margin: 0 0 20px;
}

.comment-list>li:not(:first-child), .commentlist>li:not(:first-child){
  border-top: 1px solid #d9d9d9;
}

.related.related-products-wrapper{
  border-top: unset;
}

.box-btn-mobile{
  position: fixed;
  bottom: 15px;
  z-index: 100;
}

.box-btn-mobile.box-hotline{
  left: 10px;
}

.box-btn-mobile.box-zalo{
  right: 10px;
}

.box-btn-mobile a{
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #007979;
  border: 1px solid #fff;
}

.box-btn-mobile a img{
  width: 21px;
}

.box-btn-mobile.box-zalo a img{
  width: 31px;
}

#shop-sidebar .widget{
  background: transparent;
}

.yw-contact-buttons ul{
  display: none;
}

.footer-wrapper .iqos-contact-form .fill{
  height: 101%;
}

.header .header-wrapper .header-main{
  height: 70px;
}

.header .header-wrapper .header-main #logo img{
  height: 50px;
}

@media(max-width: 1535px){
  .home-slider .text-box{
    padding: 0 15px;
  }

  .yw-contact-buttons{
    top: 150px;
  }


  .yw-contact-buttons .box-copyright{
    margin-bottom: 20px;
  }

  .yw-contact-buttons .box-scroll{
    margin-top: 20px;
  }

}

@media(max-width: 1310px){
  .iqos-contact-form .section-content > .row{
    padding: 0 15px;
  }
}

@media(min-width: 1200px){
  body.home .slider-wrapper.home-slider,  body.home .home-slider{
    width: calc(100% - 120px);
    border-radius: 0 100px 100px 0;
    overflow: hidden;
  }

  .home-slider .banner-inner{
    padding-left: 120px !important;
  }

  .featured-boxes .section-content{
    padding: 0 120px;
  }

  section.featured-boxes:before {
    content: "";
    position: absolute;
    width: calc(100% - 120px);
    background: #7e7e7e33;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 0 0 100px;
  }

}

@media(min-width: 850px) and (max-width: 1199px){
  .home-slider .banner{
    padding-top: 60% !important;
  }

  body.home .slider-wrapper.home-slider {
    width: calc(100% - 40px);
    border-radius: 0 40px 40px 0;
    overflow: hidden;
  }

  .home-slider .banner-inner{
    padding-left: 40px !important;
  }

  .featured-boxes .section-content{
    padding: 0 40px;
  }

  section.featured-boxes:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    background: #7e7e7e33;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 0 0 40px;
  }

  .featured-boxes .col{
    padding: 0 10px 30px;
  }
}

@media(max-width: 1199px){
  .header-main .header-inner{
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider .text-box h3{
    font-size: 40px;
    line-height: 50px;
  }

  .yw-contact-buttons{
    right: 10px;
  }

  #product-sidebar{
    display: none;
  }

  .category-page-row .shop-container .product-small.col{
    flex-basis: 25%;
    max-width: 25%;
  }

}

@media(min-width: 850px){
  
  .home-slider .text-box p{
    font-size: 18px;
  }

  section.featured-boxes {
    position: relative;
  }

  .box-cate-pro-home .product-small .box-action-wrapper{
    display: none !important;
  }

  .iqos-contact-form .section-content > .row > .col.medium-9{
    padding-left: 20px;
  }

  .iqos-contact-form .section-content > .row > .col.large-9{
    padding-left: 40px;
  }

  .yw-contact-buttons .box-social a, .box-btn-show-hide-social{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007979;
    border: 1px solid #fff;
    border-radius: 15px;
  }

  body.single.single-product form.cart .quantity{
    font-size: 20px;
  }

}

@media(min-width: 1024px){
  .archive .featured-quote{
    display: none;
  }

  .box-cate-pro-home + .box-cate-pro-home{
    padding-top: 40px;
  }
}

@media(min-width: 1200px){
  .iqos-contact-form .section-content > .row > .col.medium-9{
    padding-left: 40px;
  }
}

@media(max-width: 849px){
  .header-main .header-inner{
    padding-left: 0;
    padding-right: 0;
  }

  .header-main{
    max-height: 50px !important;
  }

  .header-main #logo{
    max-width: 168px;
    padding-left: 10px;
  }

  .header-main .icon-menu::before{
    display: none;
  }

  .mobile-nav li{
    margin: 0 9px;
  }

  .mobile-nav i{
    font-size: 24px !important;
  }

  .mobile-nav .nav-icon{
    height: 50px;
    background: #19d5d6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin-left: 18px;
  }

  .header-main .icon-menu::after{
    content: '';
    width: 30px;
    height: 17px;
    background: url('../../uploads/2025/09/Group-10364.png');
    display: block;
  }

  .home-slider .text-box p{
    font-size: 16px !important;
    margin: 12px 0;
  }

  .featured-boxes{
    background: #7e7e7e33;
    margin-left: 10px;
    border-bottom-left-radius: 20px;
  }

  .box-cate-pro-home .tabbed-content > ul{
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .box-cate-pro-home .tabbed-content .nav > li{
    flex-shrink: 0;
  }

  .box-cate-pro-home .product-small .price del{
    display: none;
  }

  .box-cate-pro-home .product-small .product-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
  }

  .iqos-contact-form .wpcf7{
    margin-top: 30px;
  }

  .iqos-contact-form .wpcf7 button[type=submit]{
    margin-top: 15px;
  }

  .box-main-footer{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .box-logo-footer{
    text-align: center;
  }

  .box-logo-footer img{
    max-width: 310px;
  }

  .contact-address-footer .text{
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 80%);
    margin-bottom: 15px;
  }

  .c12we0824-archive-breadcrumb{
    margin-left: 10px;
  }

  .c12we0824-archive-breadcrumb-detail{
    padding: 20px 10px 0;
    border-top: 1px solid #c8c8c8;
  }

  .blog-single > .row .col{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .blog-single .post-sidebar{
    display: none;
  }

  .yw-related-posts .yw-related-posts-inner .row-swiper{
    flex-wrap: wrap;
  }

  .yw-related-posts .yw-related-posts-inner .row-swiper{
    padding:0 5px;
  }

  .yw-related-posts .yw-related-posts-inner .row-swiper .col.post-item{
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    min-width: unset;
    padding: 0 5px 30px;
  }

  .product-page-title{
    border-top: 1px solid #c8c8c8;
  }

  body.single.single-product h1.product-title{
    margin-top: 30px;
  }

  .single-product .product-main .col{
    padding: 0 10px 0;
  }

  /*.single-product .product-main .product-info .product-short-description{
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    background: #f5f5f5;
  }*/

  .single-product .product-main .product-info .product-short-description .short-desc-title{
    padding-top: 40px;
  }

  .single-product .product-section{
    border-top: none;
  }

  body.single.single-product .product-footer .product-page-sections .product-section:first-child .row{
    background: #F5F5F5;
  }

  .yw-contact-buttons{
    top: unset;
    bottom: 80px;
  }

  .yw-contact-buttons .box-text-vertical{
    display: none;
  }

  .cart-hotline-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    color: #fff;
    z-index: 100;
    list-style: none;
    margin-bottom: 0;
  }

  .cart-hotline-mobile li{
    margin-bottom: 0;
    width: 50%;
    padding: 0 10px;
  }

  .cart-hotline-mobile .box-hotline{
    background: #00d0d1;
  }

  .cart-hotline-mobile li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 80px;
  }

  .cart-hotline-mobile .box-hotline .box-image{
    width: 31px;
    margin: 0;
  }

  .cart-hotline-mobile .box-hotline .box-info{
    max-width: calc(100% - 36px);
  }

  .cart-hotline-mobile .box-hotline .box-info p{
    margin-bottom: 0;
    color: #fff;
    line-height: 20px;
  }

  .cart-hotline-mobile .box-hotline .box-info .title{
    font-size: 14px;
    font-weight: 400;
  }

  .cart-hotline-mobile .box-hotline .box-info .number{
    font-size: 16px;
    font-weight: 500;
  }

  .cart-hotline-mobile .box-cart{
    background: #007979;
  }

  .cart-hotline-mobile .box-cart .box-icon{
    position: relative;
    width: 31px;
  }

  .cart-hotline-mobile .box-cart img{
    filter: brightness(0) invert(1);
  }

  .cart-hotline-mobile .box-cart .box-icon .quantity{
    font-size: 12px;
    font-weight: 500;
    width: 15px;
    height: 15px;
    background: #00d1d2;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -6px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }

  .cart-hotline-mobile .box-cart .box-title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }

  .box-cate-pro-home .tab-panels .ux-relay__control{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 0;
  }

  .box-cate-pro-home .tab-panels .ux-relay__control button::before{
    content: '';
    width: 40px;
    height: 40px;
    background: #00d0d1;
    border-radius: 50%;
    display: flex;
  }

  .box-cate-pro-home .tab-panels .ux-relay__control button svg{
    display: none;
  }

  .box-cate-pro-home .tab-panels .ux-relay__control button.ux-relay__nav-button--prev::before{
    background-image: url(../../uploads/2025/09/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .box-cate-pro-home .tab-panels .ux-relay__control button.ux-relay__nav-button--next::before{
    background-image: url(../../uploads/2025/09/arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .single-product .product-main{
    padding: 20px 0;
  }

  .single-product .product-main .product-info{
    position: unset;
  }

  .single-product .product-main .product-info .woocommerce-product-rating{
    position: absolute;
    top: -20px;
    left: 10px;
  }

  .page-title-inner{
    padding-left: 10px;
    padding-right: 10px;
  }

  .archive .featured-quote{
    padding: 0 !important;
  }

  .category-page-row .shop-container .product-small.col{
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }

  .yw-contact-buttons{
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
  }

  .yw-contact-buttons ul{
    display: flex;
    width: 100%;
    background: #007979;
    padding: 5px 0;
  }

  .box-btn-show-hide-social{
    display: none;
  }

  .yw-contact-buttons .box-social{
    margin-bottom: 0;
    width: 20%;
    text-align: center;
  }

  .yw-contact-buttons .box-social .box-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 31px;
  }

  .yw-contact-buttons .box-social.box-zalo img{
    width: 35px;
  }

  .yw-contact-buttons .box-social .text{
    color: #fff;
    font-size: 12px;
    display: block;
  }

}

@media(min-width: 550px){
  #reviews #review_form .comment-form #author, #reviews #review_form .comment-form #author + #codeorder{
    width: calc(50% - 12px);
  }
}

@media(max-width: 549px){
  .home-slider .banner-bg img{
    object-position: 40%;
  }

  .home-slider .text-box{
    transform: translate(0) !important;
    bottom: 40px;
    left: 0;
    top: unset;
  }

  .home-slider .flickity-page-dots{
    display: none;
  }

  .home-slider .text-box .text-left{
    text-align: center;
  }

  .products-tabs .home-heading{
    margin-top: 30px;
  }

  section.products-tabs .home-heading:before{
    width: 276px;
    height: 87px;
  }

  .products-tabs .home-heading h2, .news .home-heading h2{
    font-size: 20px;
    padding-top: 10px;
  }

  .single-product .product-footer .related .row{
    margin: 0 -5px;
  }

  .single-product .product-footer .related .col{
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-small .price del{
    display: none;
  }

  section.news .home-heading:before{
    width: 164px;
    height: 87px;
  }

  .iqos-contact-form .wpcf7{
    max-width: 300px;
    margin: 30px auto;
  }

  .archive .page-title .page-title-inner > .flex-col.flex-grow{
    max-width: 30%;
  }

  .archive .page-title .page-title-inner > .flex-col{
    max-width: 70%;
  }

  .products-tabs .box-cate-pro-home .row-small:not(.row-collapse){
    margin-left: -5px;
    margin-right: -5px;
  }

  .products-tabs .box-cate-pro-home .product-small.col{
    padding: 0 5px 20px !important;
  }

  .category-page-row .shop-container .product-small.col{
    flex-basis: 50%;
    max-width: 50%;
  }

  .product-small .product-box-btn.btn-view-more{
    display: none !important;
  }

  body.single.single-product h1.product-title{
    margin-top: 20px;
    font-size: 28px;
  }

  .shop-page-title .flex-col.medium-text-center + .flex-col.medium-text-center{
    display: none;
  }

  body.single.single-product .product-main{
    padding-top: 0;
  }

  body.single.single-product .product-main .product-gallery .woo-variation-product-gallery{
    margin-bottom: 20px;
  }

  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{
    width: 75% !important;
    margin: 0 auto;
  }

  body.single.single-product .product-main .product-gallery .woo-variation-gallery-thumbnail-wrapper,
  body.single.single-product .product-main .product-info .product-short-description{
    display: none;
  }

  .single-product .product-page-price span.amount {
    font-size: 24px;
  }

  body.single.single-product div.col.product-info.summary .price-wrapper{
    margin-bottom: 0;
  }

  .single-product .product-main .product-info .variations .ux-swatch--color{
    height: 26px;
    width: 26px;
  }

  .product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch{
    padding: 5px 15px;
  }

  .product-info .variations .ux-swatches[data-attribute_name="attribute_pa_lua-chon"] .ux-swatch::before{
    top: 13px;
    left: 13px;
    transform: rotate(-25deg);
  }

  body.single.single-product form.cart:not(.variations_form){
    padding: 20px 0;
  }

  .product-summary .variations_button{
    padding-bottom: 20px;
    justify-content: space-between;
  }

  body.single.single-product form.cart button[type=submit]{
    padding: 5px 15px;
    font-size: 16px;
    max-width: unset;
  }

  body.single.single-product form.cart button[type=submit]::before{
    display: none;
  }
  
  .header-wrapper.stuck #logo img{
      max-height: 50px !important;
  }

  /*body.single.single-product form.cart .ux-quantity__button{
    height: 20px;
    width: 30px;
    font-size: 20px;
    line-height: 20px;
  }*/

  /*body.single.single-product form.cart .quantity{
    width: 90px;
  }

  body.single.single-product form.cart .quantity input[type=number]{
    font-size: 20px;
    margin-right: 0;
    width: 60px;*/
  }

  .header-wrapper .header-main {
    height: 50px;
  }

  .header-wrapper .header-main #logo img{
    height: 40px;
  }

}

@media(max-width: 439px){

  body.single.single-product form.cart button[type=submit]::before{
    right: 5px;
  }

}


/*# sourceMappingURL=style.css.map */
