/*
Theme Name: VanPhongPham Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
  --main-color: #c43240;
  --sub-color: #f47e2c;
  --active-color: #de3142;
  --hover-color: #de3142;
  --text-color: #242424;
  --price-color: #ce2222;
  --other-color: #b71a29;
  --news-color: #005E80;
  --sale-color: #755000;
  --border-color: #e8e8e8;
  --bg-light: #f5f5f5;
  --secondary-color: #E8383B;
  --gray-50: #F9FAFB;
  --gray-100: #EFF1F5;
  --gray-300: #D0D5DD;
  --gray-500: #667085;
  --gray-700: #344054;
  --gray-900: #101828;
}

.header-main .flex-row {
  text-transform: none;
}
.header-main .flex-row .mr-half {
  margin-right: 8px;
}
.header-main .phone_header {
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  padding: 5px 15px 5px 15px;
  height: 55px;
  background: #fff;
}
.header-main .phone_header .mr-half {
  margin-right: 8px !important;
}
.header-main .phone_header svg {
  width: 39px;
  height: 43px;
  animation: ring 2s ease-in-out infinite;
}
.header-main .phone_header svg path {
  fill: var(--primary-color);
}
.header-main .phone_header .text {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1;
}
.header-main .phone_header .hotline {
  font-size: 18px;
  font-weight: 800;
  margin-top: -2px;
  color: var(--primary-color);
}
.header-main .phone_header .hotline:hover {
  color: var(--secondary-color);
}
.header-main .header-nav-main .cart-item .nav-dropdown {
  min-width: 336px;
}
.header-main .header-nav-main ul.product_list_widget li a:not(.remove) {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.header-main .header-nav-main ul.product_list_widget li a.remove {
  border: none;
  color: #111;
  font-size: 28px !important;
}
.header-main .header-nav-main ul.product_list_widget li .quantity {
  opacity: 1;
  color: #414042;
  font-size: 16px;
}
.header-main .header-nav-main ul.product_list_widget li .quantity span.amount {
  color: #c00;
}
.header-main .header-nav-main .widget_shopping_cart p.total {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  color: #111;
}
.header-main .header-nav-main .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 6px;
}
.header-main .header-nav-main .woocommerce-mini-cart__buttons a {
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff !important;
  color: #111;
  border: 1px solid #111;
  border-radius: 0;
  box-shadow: none;
  height: 42px;
  line-height: 40px;
  padding: 0 5px;
}
.header-main .header-nav-main .woocommerce-mini-cart__buttons a.checkout {
  background-color: var(--main-color) !important;
  color: #fff;
  border-color: var(--main-color) !important;
}
.header-main .header-nav-main .woocommerce-mini-cart__buttons a.checkout:hover {
  background-color: #fff !important;
  color: var(--main-color) !important;
}
.header-main .header-nav-main .woocommerce-mini-cart__buttons a:hover {
  background-color: var(--main-color) !important;
  color: #fff;
  border-color: var(--main-color) !important;
}

.searchform-wrapper {
  background: #fff;
  border-radius: 100px;
}

body .header-search-form:not(.form-flat) {
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  padding: 0;
}
body .header-search-form:not(.form-flat) .search-field {
  height: 45px;
  border: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  box-shadow: none;
  min-width: 300px;
}
body .header-search-form:not(.form-flat) .search-field:focus {
  border-color: var(--main-color);
}
body .header-search-form:not(.form-flat) .submit-button {
  height: 45px;
  width: 45px;
  border-radius: 100px;
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  background-color: var(--main-color) !important;
}

.header-search-form .search-field::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgb(143, 159, 166);
}

.header-nav-main > li > a {
  color: #000;
}
.header-nav-main > li .icon-angle-down {
  opacity: 1;
}
.header-nav-main > li .icon-angle-down:before {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--main-color);
  top: -5px;
  left: 1px;
  transform: rotate(90deg);
}
.header-nav-main > li.cart-item > a {
  display: flex;
  align-items: center;
  margin-left: 25px;
  justify-content: center;
}

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.header-bottom {
  box-shadow: none;
}
.header-bottom > .container {
  max-width: 1170px;
  border-radius: 100px;
  padding: 0;
  background-color: var(--main-color);
}
.header-bottom > .container > .flex-col {
  width: 100%;
}

.header-bottom-nav > li > a {
  font-size: 15px;
  min-height: 45px;
  font-weight: 400;
  border-radius: 100px;
  color: #fff !important;
  padding: 0 20px;
  text-transform: uppercase;
  min-width: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.header-bottom-nav > li.current-menu-item > a, .header-bottom-nav > li:hover > a {
  background-color: var(--active-color) !important;
}
.header-bottom-nav > li .nav-dropdown {
  padding: 0;
  transform: perspective(600px) rotateX(-90deg);
  transition: transform 0.5s ease, opacity 0.6s ease;
  transform-origin: 0% 0%;
}
.header-bottom-nav > li .nav-dropdown > li > a {
  font-size: 14px;
  border-bottom: none;
  color: #333;
  padding: 10px 15px;
  margin: 0;
}
.header-bottom-nav > li .nav-dropdown > li > a:hover {
  color: var(--active-color);
}
.header-bottom-nav > li.current-dropdown .nav-dropdown {
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
  transition: transform 0.5s ease, opacity 0.2s ease;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown {
  display: block;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
  padding: 10px 0;
  min-width: 240px;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col {
  display: block;
  width: 100%;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col > a {
  color: #333;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col > ul {
  margin-top: -38px;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
  padding: 0 12px;
  border-top: 4px solid var(--active-color);
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col > ul li > a {
  color: #333;
  font-size: 14px !important;
  border: none;
  margin: 0;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col > ul li:hover a {
  color: var(--active-color) !important;
}
.header-bottom-nav > li:not(.mega-menu) .nav-dropdown > li.nav-dropdown-col:hover > ul {
  display: block;
}

.header-vertical-menu__opener {
  min-width: 250px;
  padding: 12px;
  background-color: var(--active-color) !important;
  border-radius: 100px;
}
.header-vertical-menu__opener .header-vertical-menu__title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-vertical-menu__opener .icon-angle-down {
  color: #fff;
  font-size: 18px;
}

.header-vertical-menu__fly-out {
  border: 1px solid #eee;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out {
  margin: 0;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li + li {
  border-color: #F9F9F9;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
  padding: 10px 15px 10px 30px;
  color: #2b2b2b;
  font-weight: 600;
  font-size: 14px;
  transition: all 0s;
  position: relative;
  border-bottom: 2px solid transparent;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--main-color);
  top: 50%;
  left: 15px;
  border-radius: 3px;
  transform: translateY(-50%);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a .icon-angle-down {
  display: none;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a .ux-menu-icon,
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover > a, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-menu-item > a {
  color: var(--active-color);
  border-color: var(--active-color);
  background-color: var(--main-color);
  color: #fff;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover > a:before, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-menu-item > a:before {
  border-left-color: #fff;
}
.header-vertical-menu__fly-out .nav-dropdown {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.header-vertical-menu__fly-out .nav-dropdown > li > a {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  border-bottom: none;
}
.header-vertical-menu__fly-out .nav-dropdown > li > .sub-menu > li > a {
  font-size: 13px;
  color: #2b2b2b;
  border-bottom: none;
}
.header-vertical-menu__fly-out .nav-dropdown > li > .sub-menu > li:hover > a {
  color: var(--main-color);
}
.header-vertical-menu__fly-out .nav-dropdown > li:hover a {
  color: var(--main-color);
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover .nav-dropdown {
  transform: scaleX(1);
  opacity: 1;
  display: block;
  visibility: visible;
  left: 100% !important;
  top: 0;
  min-height: 100%;
}

.header-wrapper.stuck {
  box-shadow: none !important;
}

#menu-menu-sp {
  position: relative;
  max-height: 440px;
}
#menu-menu-sp.active {
  max-height: 100%;
}
#menu-menu-sp:not(.active) > li:nth-child(n+10) {
  opacity: 0;
}

.readmore_button {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background: var(--main-color);
}
.readmore_button a {
  margin-bottom: 0;
  display: inline-block;
  min-width: 144px !important;
  font-size: 16px !important;
  color: #fff;
  min-height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 500;
}
.readmore_button.thu_gon {
  position: relative;
}
.readmore_button.thu_gon:before {
  display: none;
}

.home-slide .text-box-content .text-inner {
  margin: auto;
  text-align: left;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  padding: 60px 50px;
  box-sizing: border-box;
}
.home-slide h3 {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
}
.home-slide h3 b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  color: var(--main-color);
  text-transform: uppercase;
}
.home-slide ul li {
  width: 100%;
  margin: 4px auto;
  text-align: left;
  padding: 6px 20px;
  border: 1px solid var(--sub-color);
  border-radius: 50px;
  font-size: 17px;
  font-style: italic;
  color: #111;
  position: relative;
  list-style: none;
  padding-left: 30px;
}
.home-slide ul li:before {
  content: "\e00a";
  position: absolute;
  font-family: "fl-icons" !important;
  color: var(--main-color);
  border-radius: 50%;
  left: 10px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}

.block_title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  display: block;
  position: relative;
  line-height: 50px;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.block_title span {
  color: var(--main-color);
}

.home-info .icon-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 10px 20px;
}
.home-info .icon-box p {
  font-size: 18px;
  color: #5f5f5f;
  display: block;
  line-height: 1.7;
  font-weight: 550;
  color: var(--text-color);
  padding: 0;
  letter-spacing: 0;
  text-transform: inherit;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.home-info .icon-box strong {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-color);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.home-info .icon-box:nth-child(1) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim;
}
.home-info .icon-box:nth-child(2) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1;
}
.home-info .icon-box:nth-child(3) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
}
.home-info .icon-box:hover strong {
  color: var(--main-color);
}

@keyframes chang-rotage-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  5% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  15% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-a1 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  25% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  35% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  45% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-a2 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  55% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  65% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.w100 img {
  width: 100%;
}

.has-radius {
  border-radius: 5px;
}

.wbc-title .main-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  position: relative;
  padding-bottom: 8px;
  border: none;
}

.wbc-title .dot {
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.wbc-title .dot::before {
  content: "";
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  animation: pulseSmall2 1.25s linear infinite;
}

.wbc-title a {
  color: #000;
}

.wbc-title a:hover {
  color: var(--secondary-color);
}

.wbc-title ul {
  list-style: none;
}

.wbc-title ul li {
  margin-left: 0;
  margin-right: 25px;
  display: inline-block;
}

@-webkit-keyframes pulseSmall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
  }
}
.section-title b {
  opacity: 0;
}
.section-title .section-title-main {
  font-size: 32px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  position: relative;
  padding-bottom: 8px;
  border: none;
}

.home-cta .col.large-7 .col-inner {
  position: relative;
  display: flex;
}
.home-cta .img:nth-child(1) {
  transform: translateX(-100px) rotate(-10deg);
  margin-left: 0;
  max-width: 422px;
  top: 50px;
}
.home-cta .img:nth-child(2) {
  transform: rotate(10deg);
  position: absolute;
  right: 0;
  max-width: 422px;
  top: 150px;
}
.home-cta .img-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 10px solid #fff;
  display: block;
}
.home-cta .img-inner:before {
  content: "";
  background-image: url(assets/images/pngfind.png.webp);
  position: absolute;
  width: 96px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  left: 35%;
  top: -10px;
  display: inline-block;
}
.home-cta .title_cat {
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  letter-spacing: 1px;
}
@media (max-width: 990px) {
  .home-cta .title_cat {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .home-cta .title_cat {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .home-cta .title_cat {
    font-size: 20px;
  }
}
.home-cta .title_cat span {
  display: block;
}
.home-cta .title_cat span:first-child {
  text-align: right;
  font-size: 30px;
  font-weight: 550;
  padding-right: 70px;
  font-style: italic;
}
@media (max-width: 990px) {
  .home-cta .title_cat span:first-child {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .home-cta .title_cat span:first-child {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .home-cta .title_cat span:first-child {
    font-size: 18px;
  }
}
.home-cta .title_cat span:nth-child(2) {
  padding-right: 70px;
  font-size: 37px;
  text-align: right;
}
@media (max-width: 990px) {
  .home-cta .title_cat span:nth-child(2) {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home-cta .title_cat span:nth-child(2) {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .home-cta .title_cat span:nth-child(2) {
    font-size: 20px;
  }
}
.home-cta .title_cat span:nth-child(3) {
  padding-left: 70px;
  font-size: 30px;
  font-style: italic;
  font-weight: 550;
}
@media (max-width: 990px) {
  .home-cta .title_cat span:nth-child(3) {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .home-cta .title_cat span:nth-child(3) {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .home-cta .title_cat span:nth-child(3) {
    font-size: 18px;
  }
}
.home-cta .title_cat span:nth-child(4) {
  font-size: 60px;
  font-weight: 700;
  color: #fffcc4;
  padding-left: 70px;
}
@media (max-width: 990px) {
  .home-cta .title_cat span:nth-child(4) {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .home-cta .title_cat span:nth-child(4) {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .home-cta .title_cat span:nth-child(4) {
    font-size: 34px;
  }
}

.product-small.col .col-inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  transition: box-shadow 0.3s ease;
}
.product-small.col .col-inner:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-small.col .badge-container {
  margin: 0;
  left: 0;
  right: 0;
  top: 20px;
}
.product-small.col .badge-container .badge-inner.on-sale {
  border-top-right-radius: 0 !important;
  width: 42px;
  height: 22px;
  line-height: 19px;
  font-size: 13px;
  vertical-align: top;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 0px;
}
.product-small.col .badge-container .new-bubble-auto {
  background: url(assets/images/bg_new.svg);
  border-radius: 0 !important;
  top: 6px;
  color: #faff00;
  position: absolute;
  left: 8px;
  width: 53px;
  height: 37px;
  line-height: 37px;
  font-weight: 700;
}

.product-small.box .product-title a {
  font-weight: 550;
  font-size: 14px;
  color: var(--text-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  min-height: 36px;
  line-height: 1.3;
}
.product-small.box .product-title a:hover {
  color: var(--main-color);
}
.product-small.box span.amount {
  color: var(--price-color);
  font-weight: 700;
  font-size: 18px;
}
.product-small.box del span.amount {
  color: #999;
  font-size: 13px;
  font-weight: 400;
}
.product-small.box .product-cat {
  font-size: 12px;
  color: var(--gray-500);
  margin-bottom: 4px;
}
.product-small.box .badge-container .callout {
  width: 38px;
  height: 38px;
  font-size: 11px;
}
.product-small.box .onsale,
.product-small.box .badge {
  background: var(--main-color) !important;
}
.product-small.box .image-tools {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-small.box:hover .image-tools {
  opacity: 1;
}
.product-small.box .quick-view {
  background: var(--sub-color) !important;
  color: #fff !important;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 3px;
}
.product-small.box .add_to_cart_button {
  background: var(--sub-color) !important;
  color: #fff !important;
  border: none;
  font-size: 14px;
  text-transform: none;
  border-radius: 100px;
  border: none !important;
  font-weight: 400;
  opacity: 0;
}
.product-small.box:hover .add_to_cart_button {
  opacity: 1;
}

.product-category .box-image {
  padding: 8px;
  max-width: 80px;
  margin: 0 auto 10px;
  transition: all 0.3s;
}
.product-category .box-text {
  padding: 0;
}
.product-category .header-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
.product-category:hover .header-title {
  color: var(--main-color);
}

.product-category.badge-circle .box-image {
  border-radius: 50%;
}

.banner-promo {
  border-radius: 8px;
  overflow: hidden;
}
.banner-promo img {
  transition: transform 0.3s;
}
.banner-promo:hover img {
  transform: scale(1.03);
}

.button:not(.icon) {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  min-height: 40px;
  box-shadow: none;
  text-transform: none;
}
.button:not(.icon).primary:hover {
  color: #fff;
  background: var(--sub-color);
}
.button:not(.icon).is-outline {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.button:not(.icon).is-outline:hover {
  color: #fff;
  background-color: var(--main-color);
}

.footer-wrapper .social-icons > a {
  border: none;
  width: 40px;
  height: 40px;
  position: relative;
  background: #f3f3f3;
  line-height: 40px;
}
.footer-wrapper .social-icons > a:hover {
  background: var(--main-color);
}

.slider-nav-circle .flickity-prev-next-button {
  opacity: 1 !important;
  height: 40px;
  min-width: 40px;
}
.slider-nav-circle .flickity-prev-next-button svg {
  border: 1px solid var(--border-color) !important;
  padding: 25% !important;
  background-color: #fff;
  border-radius: 50%;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
  color: var(--text-color);
  fill: var(--text-color);
}
.slider-nav-circle .flickity-prev-next-button:hover svg {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.slider-nav-circle .flickity-prev-next-button:hover svg .arrow {
  fill: #fff;
}

.flickity-page-dots .dot {
  background: var(--main-color) !important;
  border: none;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.partners-section .col-inner {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.partners-section .col-inner img {
  max-height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}
.partners-section .col-inner:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.blog-post-style-normal .col-inner {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}
.blog-post-style-normal .post-title a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-post-style-normal .post-title a:hover {
  color: var(--main-color);
}
.blog-post-style-normal .post-date {
  color: var(--news-color);
  font-size: 12px;
  font-weight: 600;
}
.blog-post-style-normal .from_the_blog_excerpt {
  font-size: 13px;
  color: var(--gray-500);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section[label="CTA Banner"] .banner-bg {
  filter: brightness(0.8);
}

.page-header-wrapper .title-overlay {
  opacity: 0;
}
.page-header-wrapper .entry-title {
  color: #000;
  text-transform: uppercase;
}

.rank-math-breadcrumb {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.rank-math-breadcrumb p {
  color: var(--main-color) !important;
}
.rank-math-breadcrumb a {
  color: #000 !important;
}

.blog-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-single .entry-header h1.entry-title {
  font-size: 20px;
  line-height: 1.3;
  color: #464646;
  text-transform: uppercase;
}
.blog-single .social-icons a {
  width: 40px;
  height: 35px;
  border: none;
  line-height: 35px;
  border-radius: 2px !important;
  margin: 0 3px 7px;
}
.blog-single .entry-header-text {
  padding-bottom: 0;
}

.post-sidebar .widget-title {
  text-transform: none;
  color: var(--primary-color);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .post-list-item .post-title {
  font-size: 16px;
  color: var(--primary-color);
}
.post-sidebar .post-list-item .post-title:hover {
  color: var(--secondary-color);
}
.post-sidebar .post-list-item .post-meta {
  font-size: 13px;
}
.post-sidebar ul:not(.post-list-item) li {
  position: relative;
  padding-left: 20px;
}
.post-sidebar ul:not(.post-list-item) li a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  position: relative;
}
.post-sidebar ul:not(.post-list-item) li a:hover {
  text-decoration: underline;
}
.post-sidebar ul:not(.post-list-item) li:before {
  font-size: 15px;
  left: 0;
  content: "\f105";
  font-family: fl-icons !important;
  color: var(--secondary-color);
  height: 17px;
  width: 17px;
  top: 14px;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 900;
  opacity: 1;
}
.post-sidebar ul:not(.post-list-item) li + li {
  border-top: none;
}
.post-sidebar ul:not(.post-list-item) li ul.children {
  padding: 0;
  border-left: none;
}

.related-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 9px;
  padding-left: 15px;
  border-bottom: 1px solid #2c86c1;
  color: #464646;
}

.wpcf7 .col {
  padding-bottom: 0;
}
.wpcf7 label {
  font-weight: 500;
  color: var(--primary-color);
}
.wpcf7 label span {
  color: red;
}
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 textarea,
.wpcf7 select {
  border: none;
  box-shadow: none;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #333;
  background-color: #fff;
}
.wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 select::placeholder {
  font-size: 0.875rem;
  color: #717b96;
  color: rgb(113, 123, 150);
  font-weight: 400;
}
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--primary-color);
}
.wpcf7 input[type=email].is-large,
.wpcf7 input[type=tel].is-large,
.wpcf7 input[type=text].is-large,
.wpcf7 textarea.is-large,
.wpcf7 select.is-large {
  height: 60px;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-submit {
  border-radius: 100px;
}

.footer-contact h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-contact p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.woocommerce div.product .price {
  color: var(--price-color);
  font-size: 22px;
  font-weight: 700;
}
.woocommerce div.product .price del {
  color: #999;
  font-size: 16px;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  color: var(--gray-500);
}
.woocommerce-breadcrumb a {
  color: var(--gray-500);
}
.woocommerce-breadcrumb a:hover {
  color: var(--main-color);
}

@media (max-width: 1050px) {
  .header-vertical-menu__fly-out .nav-dropdown {
    position: fixed;
    left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 849px) {
  .product-small.box .product-title a {
    font-size: 13px;
    min-height: 32px;
  }
  .product-small.box span.amount {
    font-size: 14px;
  }
  .section-title .section-title-main {
    font-size: 16px;
  }
}
@media (max-width: 549px) {
  .home-policy .featured-box h4 {
    font-size: 12px;
  }
  .home-policy .featured-box p {
    display: none;
  }
  .product-category .box-image {
    max-width: 60px;
  }
  .product-category .header-title {
    font-size: 11px;
  }
  .block_title {
    font-size: 22px;
    line-height: 30px;
  }
}
.header-wrapper.stuck {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[data-icon-label]:after {
  top: 5px;
}

.nav-pagination-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.nav-pagination-box .nav-pagination li:before {
  display: none;
}

.nav-pagination {
  margin: 0 auto !important;
  padding-top: 10px;
  width: 100%;
}
.nav-pagination li {
  margin-left: 5px !important;
}
.nav-pagination li span {
  border-radius: 5px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border: none;
}
.nav-pagination li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent !important;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.nav-pagination li.active a, .nav-pagination li:hover a {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
}
.nav-pagination li .current {
  border-color: var(--primary-color) !important;
}

.back-to-top {
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  bottom: 60px;
  background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 19px;
  line-height: 47px !important;
}

.white-popup-block {
  background: #FFF;
  padding: 0px 0px;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 30px;
}
.white-popup-block .wpcf7 input[type=email],
.white-popup-block .wpcf7 input[type=tel],
.white-popup-block .wpcf7 input[type=text],
.white-popup-block .wpcf7 textarea {
  color: #000;
  margin-bottom: 15px;
}
.white-popup-block .mfp-close {
  color: #000 !important;
  mix-blend-mode: normal;
  opacity: 1;
}

.white-popup-block h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.white-popup-block h3 .goi {
  color: var(--primary-color);
}
.white-popup-block h3 .thoi_gian {
  color: var(--secondary-color);
}

.modal-body tr:nth-child(even) {
  background: rgb(235, 240, 244);
}
.modal-body th {
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  text-transform: none;
}
.modal-body td {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 5px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .header-search-form .search-field {
    min-width: 258px;
  }
  .header-bottom-nav > li > a {
    min-width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-search-form .search-field {
    height: 40px;
  }
  .header-search-form .submit-button {
    height: 40px;
  }
  .sticky-shrink .stuck .header-main {
    display: block !important;
  }
  .header-main .header-logo {
    display: none;
  }
  .header-main .header-logo-dark {
    display: block !important;
  }
  .header-bottom > .container {
    border-radius: 0;
  }
  body .header-search-form:not(.form-flat) {
    padding: 0 !important;
  }
  body .header-search-form:not(.form-flat) .search-field {
    min-width: 100%;
  }
  .mobile-nav .has-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: auto;
    border-radius: 50%;
    position: relative;
    color: #fff;
    margin-top: 11px;
  }
  .mobile-nav .has-icon a svg {
    max-width: 20px;
  }
  .mobile-nav .has-icon a i {
    text-align: center;
  }
  .mobile-nav .has-icon .icon-menu {
    background: var(--primary-color);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .off-canvas .sidebar-menu {
    padding: 0px 0;
  }
  .sidebar-menu-tabs.nav > li > a {
    display: flex;
    padding: 9px 1px;
    font-size: 12px;
  }
  .sidebar-menu-tabs {
    margin-bottom: 20px;
  }
  .off-canvas .nav-vertical > li {
    border-top: none !important;
    background-color: transparent !important;
  }
  .off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111 !important;
    height: auto;
    font-size: 16px;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
  }
  .off-canvas .nav-vertical > li .toggle {
    color: #000;
    opacity: 1;
  }
  .off-canvas .nav-vertical > li.active > a {
    color: var(--fs-color-primary) !important;
  }
  .off-canvas .nav-vertical > li > ul > li a {
    color: #111;
  }
  .off-canvas .nav-vertical > li > ul > li li {
    position: relative;
    margin-left: 20px !important;
  }
  .off-canvas .nav-vertical > li > ul > li li:before {
    content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background-color: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .off-canvas .languages {
    padding: 0 20px;
  }
  .off-canvas .languages a {
    color: #000 !important;
  }
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    transform: translate(0);
    min-width: 300px;
    background: #fff;
  }
  .wbc-title .main-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 512px) {
  .wbc-title ul {
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .product-small.box .box-text {
    padding-bottom: 0;
  }
  .product-small.box .add_to_cart_button {
    opacity: 1;
  }
  .w100 {
    display: none;
  }
  .header-search-form .search-field {
    min-width: 310px;
  }
  .section-title span.section-title-main {
    font-size: 26px;
  }
  .row-small > .col {
    padding: 0 6px 7px;
  }
  .row-linhvuc h4 {
    font-size: 18px;
  }
  .home-about .featured-box h3 {
    font-size: 20px;
  }
  .section-title.section-title-normal span {
    font-size: 20px;
  }
  .category-filter select {
    max-width: 131px;
    margin-left: 5px;
  }
  .category-page-row .sub_category {
    padding: 15px 10px;
  }
  .product-info .tra_gop_button {
    width: 100%;
  }
  .category-page-row .row-small > .col {
    padding: 0px 8px 33px;
  }
  .col-spec,
  .share-mxh {
    display: none;
  }
  .product-thumbnails {
    max-width: 100%;
  }
  .filter-brand {
    margin-bottom: 0 !important;
  }
  .filter-brand .row-small > .col {
    padding-bottom: 15px !important;
  }
  .product-main h1.product-title {
    padding-top: 15px;
  }
  .filters-radio.mobile-slide .col {
    padding-bottom: 30px !important;
  }
  .product-info-wrap {
    min-height: auto;
  }
  .product-main {
    padding-bottom: 0;
  }
  .sub-category {
    overflow: hidden;
    position: relative;
  }
  .sub-category .devvn_readmore_flatsome:before {
    display: none;
  }
  .tabbed-content h4.uppercase {
    font-size: 20px;
  }
  .footer-1 h2 {
    font-size: 20px;
  }
  .product-small.box .price {
    flex-direction: column;
  }
  .box-vertical .box-text {
    padding-top: 10px;
  }
  .category-filter .filter-button {
    font-size: 14px;
  }
  .shop-container.list-view .product-small.col .box-image {
    padding-top: initial !important;
  }
  .product-small.box .button {
    width: 95%;
    font-size: 13px;
    padding: 0;
  }
  .nav-pills {
    display: block !important;
    padding-bottom: 10px;
  }
  .sidebar-menu-tabs.nav > li > a {
    color: #000;
  }
}
form.woocommerce-ordering {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.woocommerce .woocommerce-ordering a {
  color: #333;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 22px;
  margin-left: 11px;
}

.woocommerce .woocommerce-ordering a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c9c9ca;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 1px;
}

.woocommerce .woocommerce-ordering a:hover:before {
  border-color: #0e9bcf;
}

.woocommerce .woocommerce-ordering a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0e9bcf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 4px;
  left: 3px;
}

.woocommerce .woocommerce-ordering a.active:before {
  border-color: #0e9bcf;
}

.woocommerce .woocommerce-ordering a.active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0e9bcf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 4px;
  left: 3px;
}

#shop-sidebar .widget {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#shop-sidebar span.widget-title {
  text-transform: none;
  font-size: 16px;
  display: block;
  color: #252525;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
#shop-sidebar .is-divider {
  display: none;
}
#shop-sidebar .wc-brand-list-layered-nav-product_brand {
  padding: 10px;
}
#shop-sidebar .wc-brand-list-layered-nav-product_brand li a {
  padding: 8px 10px 8px 10px;
  color: #000;
  font-size: 15px;
}
#shop-sidebar ul.product-categories {
  padding: 10px;
}
#shop-sidebar ul.product-categories li {
  position: relative;
}
#shop-sidebar ul.product-categories li a {
  padding: 8px 10px 8px 30px;
  color: #000;
  font-size: 15px;
}
#shop-sidebar ul.product-categories li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1.5px solid #808080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 11px;
  opacity: 1;
  font-family: fl-icons !important;
}
#shop-sidebar ul.product-categories li + li {
  border-top: none;
}
#shop-sidebar ul.product-categories li:hover > a, #shop-sidebar ul.product-categories li.active > a {
  color: var(--primary-color);
}
#shop-sidebar ul.product-categories li:hover:before, #shop-sidebar ul.product-categories li.active:before {
  content: "\e00a";
  color: #fff;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#shop-sidebar .wafc-widget-layered-nav-list {
  padding: 15px;
}
#shop-sidebar .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background-color: #ccc;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary-color);
  opacity: 1;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  height: 24px !important;
  width: 24px !important;
  border-radius: 50% !important;
  top: -8px !important;
  border: none !important;
  background: #fff !important;
  border: solid 6px var(--primary-color) !important;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  background-color: var(--primary-color);
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  width: 120px;
  border-radius: 80px;
  margin-top: 20px;
  font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button:hover {
  background-color: var(--primary-color);
}
#shop-sidebar .widget_price_filter .price_slider_amount .price_label {
  display: flex;
  justify-content: space-between;
}

.wcfa_pa_hang-san-xuat span.count {
  display: none !important;
}

.wcfa_pa_hang-san-xuat li img {
  height: 12px;
  width: inherit;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 2px;
}

span.filter-title-sidebar {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  display: block;
  padding: 12px 10px;
}

.filter-widget > ul {
  padding: 0 10px !important;
}

.wcfa_pa_cong-suat-lam-lanh span.count {
  display: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  border-top: 0 !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  color: #222;
  position: relative;
  padding: 0 0 0 22px;
  border-bottom: 0;
  display: inline-block;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  font-size: 13px;
  color: #222;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -wwebkit-border-radius: 2px;
  border: 1px solid #c8c8c8;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:active::before {
  content: "\f00d";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:focus::before {
  content: "\f00d";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover::before {
  content: "\f00d";
}

.devvn_woocommerce_price_list_filter ul.woocommerce-widget-layered-nav-list > li {
  width: 48%;
  float: left;
  padding: 0 0 5px !important;
}

.devvn_woocommerce_price_list_filter ul.woocommerce-widget-layered-nav-list > li:nth-child(2n) {
  float: right;
}

.devvn_woocommerce_price_list_filter ul.woocommerce-widget-layered-nav-list > li:nth-child(2n+1) {
  clear: both;
}

.devvn_woocommerce_price_list_filter ul.woocommerce-widget-layered-nav-list:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 920px) {
  .archive #wrapper .page-header-wrapper:first-of-type .page-title,
  .tax-product_cat #wrapper .page-header-wrapper:first-of-type .page-title,
  .single-product #wrapper .page-header-wrapper:first-of-type .page-title {
    padding-top: 140px;
  }
}
@media (max-width: 512px) {
  .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 50px !important;
  }
  .archive #wrapper .page-header-wrapper:first-of-type .page-title,
  .tax-product_cat #wrapper .page-header-wrapper:first-of-type .page-title,
  .single-product #wrapper .page-header-wrapper:first-of-type .page-title {
    padding-top: 70px;
  }
}
/* =============================================
   CATEGORY LAYOUT - Minimal overrides
   ============================================= */
.category-sub-nav .button {
  min-height: auto;
  line-height: 1.4;
}

.box-blog-side .image-cover img {
  transition: transform 0.4s ease;
}

.box-blog-side:hover .image-cover img {
  transform: scale(1.05);
}

.product-sidebar-block {
  border: 1px solid var(--sub-color);
  padding: 20px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 20px;
}
.product-sidebar-block .block_title {
  text-transform: none;
  font-size: 20px;
  line-height: 25px;
}
.product-sidebar-block .icon-box {
  margin-bottom: 12px;
}
.product-sidebar-block .icon-box p, .product-sidebar-block .icon-box strong {
  font-size: 14px;
}

.product-info .single_add_to_cart_button {
  display: inline-block;
  text-align: center;
  background-color: var(--main-color) !important;
  box-sizing: border-box;
  border-radius: 0px;
  text-decoration: none !important;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 8px 0px;
  width: calc(50% - 20px);
  transition: all 0.5s;
  border-radius: 100px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.product-info span.amount {
  font-size: 32px;
  font-weight: 600;
  color: var(--main-color);
  margin-right: 30px;
}
.product-info del span.amount {
  color: #000;
  font-size: 20px;
}

.vpp-product-meta-info {
  margin: 12px 0 15px;
}
.vpp-product-meta-info .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
}
.vpp-product-meta-info .meta-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #d0e8ff;
  background: #eef6ff;
  font-size: 14px;
  line-height: 1.4;
  margin-right: -1px;
  width: 49%;
  margin-bottom: 5px;
}
.vpp-product-meta-info .meta-label {
  font-weight: 600;
  color: #333;
  margin-right: 5px;
}
.vpp-product-meta-info .meta-value {
  color: #555;
}
.vpp-product-meta-info .meta-value.in-stock {
  color: #27ae60;
  font-weight: 600;
}
.vpp-product-meta-info .meta-value.out-of-stock {
  color: #e74c3c;
  font-weight: 600;
}
.vpp-product-meta-info .brand-value a {
  color: var(--sub-color);
  text-decoration: none;
}
.vpp-product-meta-info .brand-value a:hover {
  text-decoration: underline;
}

.vpp-vat-text {
  display: inline-block;
  font-size: 15px;
  color: #555;
  margin-left: 10px;
  line-height: 50px;
  vertical-align: middle;
}

.vpp-baogia-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--sub-color);
  color: #fff !important;
  border-radius: 1000px;
  padding: 1px 30px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  max-width: calc(50% - 11px);
  box-sizing: border-box;
  height: auto;
  min-height: 36px;
  font-weight: 700;
  font-size: 22px;
}
.vpp-baogia-btn svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.vpp-baogia-btn:hover {
  background: #e06d1f;
  color: #fff !important;
}

@media screen and (max-width: 549px) {
  .vpp-product-meta-info .meta-row {
    flex-direction: column;
  }
  .vpp-product-meta-info .meta-item {
    margin-right: 0;
  }
  .vpp-baogia-btn {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-top: 10px;
    min-height: 56px;
  }
  .product-info .single_add_to_cart_button {
    width: 100%;
    float: none;
  }
  .vpp-vat-text {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    line-height: 1.4;
  }
}
.product-main {
  padding-bottom: 20px;
}

.product-tabs::before {
  content: "";
  background: #e7e7e7;
  width: 100%;
  height: 2px;
  bottom: 1px;
  position: absolute;
}
.product-tabs > li {
  margin: 0 20px;
}
.product-tabs > li > a {
  font-size: 25px;
}
.product-tabs > li > a:before {
  top: auto;
  bottom: 0;
}

.product-footer .woocommerce-tabs {
  border-top: none;
  padding: 30px 0;
}

.woocommerce-checkout .checkout-steps,
.woocommerce-checkout nav.checkout-steps,
.woocommerce-checkout .flatsome-checkout-steps,
.woocommerce-checkout nav[aria-label="Checkout steps"] {
  display: none !important;
}

.vpp-onepage-checkout .woocommerce-billing-fields > h3,
.vpp-onepage-checkout #customer_details > .clear > h3,
.vpp-onepage-checkout h3#billing_heading,
.vpp-onepage-checkout .woocommerce-billing-fields h3 {
  display: none !important;
}
.vpp-onepage-checkout #ship-to-different-address,
.vpp-onepage-checkout .woocommerce-shipping-fields > h3 {
  display: none !important;
}
.vpp-onepage-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}
.vpp-onepage-checkout .woocommerce-billing-fields {
  border-top: none;
  padding-top: 0;
}
.vpp-onepage-checkout .vpp-customer-details {
  padding: 15px;
}
.vpp-onepage-checkout .vpp-shipping-policy {
  background: #fff;
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: var(--active-color);
}
.vpp-onepage-checkout .vpp-shipping-policy h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--active-color);
  margin: 0 0 10px;
}
.vpp-onepage-checkout .vpp-shipping-policy p {
  font-size: 16px;
  color: var(--active-color);
  line-height: 1.6;
  margin-bottom: 8px;
}
.vpp-onepage-checkout .vpp-shipping-policy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.vpp-onepage-checkout .vpp-shipping-policy ul li {
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
}
.vpp-onepage-checkout .vpp-shipping-policy ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.vpp-onepage-checkout .vpp-shipping-policy .vpp-shipping-note {
  margin-bottom: 0;
}
.vpp-onepage-checkout .vpp-section-header {
  background: var(--main-color);
  padding: 10px 20px;
  margin-bottom: 10px;
}
.vpp-onepage-checkout .vpp-section-header h3 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.vpp-onepage-checkout .vpp-checkout-right .col-inner {
  border: 1px solid var(--active-color);
}
.vpp-onepage-checkout .vpp-section-note {
  padding: 5px 0 10px;
  font-size: 14px;
  color: #333;
}
.vpp-onepage-checkout .vpp-section-note .required {
  color: var(--main-color);
  font-weight: bold;
}
.vpp-onepage-checkout .vpp-section-note em {
  font-style: italic;
  color: #666;
}
.vpp-onepage-checkout .vpp-gender-field {
  display: flex !important;
  gap: 20px;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.vpp-onepage-checkout .vpp-gender-field label {
  display: none;
}
.vpp-onepage-checkout .vpp-gender-field .woocommerce-input-wrapper {
  display: flex;
  gap: 25px;
  width: 100%;
}
.vpp-onepage-checkout .vpp-gender-field input[type=radio] {
  accent-color: var(--main-color);
  margin-right: 5px;
}
.vpp-onepage-checkout .vpp-customer-details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.vpp-onepage-checkout .vpp-customer-details #billing_first_name_field,
.vpp-onepage-checkout .vpp-customer-details #billing_phone_field {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
}
.vpp-onepage-checkout .vpp-customer-details #billing_email_field,
.vpp-onepage-checkout .vpp-customer-details #billing_address_1_field,
.vpp-onepage-checkout .vpp-customer-details #billing_gender_field {
  width: 100%;
  flex: 0 0 100%;
}
.vpp-onepage-checkout .vpp-customer-details #billing_state_field,
.vpp-onepage-checkout .vpp-customer-details #billing_city_field,
.vpp-onepage-checkout .vpp-customer-details #billing_address_2_field {
  width: calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
}
.vpp-onepage-checkout .vpp-customer-details #billing_company_field,
.vpp-onepage-checkout .vpp-customer-details #billing_country_field,
.vpp-onepage-checkout .vpp-customer-details #billing_postcode_field {
  display: none !important;
}
.vpp-onepage-checkout .vpp-customer-details input[type=text],
.vpp-onepage-checkout .vpp-customer-details input[type=email],
.vpp-onepage-checkout .vpp-customer-details input[type=tel],
.vpp-onepage-checkout .vpp-customer-details select,
.vpp-onepage-checkout .vpp-customer-details textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  width: 100%;
}
.vpp-onepage-checkout .vpp-customer-details input[type=text]:focus,
.vpp-onepage-checkout .vpp-customer-details input[type=email]:focus,
.vpp-onepage-checkout .vpp-customer-details input[type=tel]:focus,
.vpp-onepage-checkout .vpp-customer-details select:focus,
.vpp-onepage-checkout .vpp-customer-details textarea:focus {
  border-color: var(--main-color);
  outline: none;
}
.vpp-onepage-checkout .vpp-customer-details textarea {
  min-height: 70px;
  resize: vertical;
}
.vpp-onepage-checkout .vpp-customer-details .select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.vpp-onepage-checkout .vpp-customer-details .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 12px;
}
.vpp-onepage-checkout .vpp-customer-details .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.vpp-onepage-checkout #order_comments_field textarea {
  min-height: 70px;
}
.vpp-onepage-checkout .vpp-payment-header {
  margin-top: 20px;
}
.vpp-onepage-checkout .vpp-payment-section {
  padding: 0 15px;
}
.vpp-onepage-checkout .vpp-payment-label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}
.vpp-onepage-checkout .vpp-hidden-review-table {
  display: none !important;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .wc_payment_methods li {
  margin-bottom: 8px;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .wc_payment_methods li label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .wc_payment_methods li input[type=radio] {
  accent-color: var(--main-color);
  margin: 0;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .place-order {
  margin-top: 15px;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .place-order #place_order {
  background: var(--main-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.vpp-onepage-checkout .vpp-payment-methods-wrap .place-order #place_order:hover {
  background: var(--hover-color);
}
.vpp-onepage-checkout .vpp-cart-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
.vpp-onepage-checkout .vpp-cart-item {
  display: flex;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: opacity 0.3s;
}
.vpp-onepage-checkout .vpp-cart-item.vpp-updating, .vpp-onepage-checkout .vpp-cart-item.vpp-removing {
  opacity: 0.5;
  pointer-events: none;
}
.vpp-onepage-checkout .vpp-cart-item-img {
  flex: 0 0 80px;
  width: 80px;
}
.vpp-onepage-checkout .vpp-cart-item-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 4px;
}
.vpp-onepage-checkout .vpp-cart-item-info {
  flex: 1;
  min-width: 0;
}
.vpp-onepage-checkout .vpp-cart-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.vpp-onepage-checkout .vpp-cart-item-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}
.vpp-onepage-checkout .vpp-cart-item-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--price-color);
  white-space: nowrap;
}
.vpp-onepage-checkout .vpp-cart-item-meta {
  font-size: 12px;
  color: #666;
  margin: 4px 0 8px;
}
.vpp-onepage-checkout .vpp-cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vpp-onepage-checkout .vpp-cart-item-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.vpp-onepage-checkout .vpp-qty-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  margin: 0;
  min-height: 30px;
}
.vpp-onepage-checkout .vpp-qty-btn:hover {
  background: #e0e0e0;
}
.vpp-onepage-checkout .vpp-qty-input {
  width: 40px !important;
  height: 30px;
  text-align: center;
  border: none !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  font-size: 14px;
  padding: 0 !important;
  margin: 0;
  -moz-appearance: textfield;
  border-radius: 0 !important;
}
.vpp-onepage-checkout .vpp-qty-input::-webkit-outer-spin-button, .vpp-onepage-checkout .vpp-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vpp-onepage-checkout .vpp-cart-item-remove {
  color: #999;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.vpp-onepage-checkout .vpp-cart-item-remove:hover {
  color: var(--main-color);
}
.vpp-onepage-checkout .vpp-cart-item-remove .vpp-remove-icon {
  font-size: 14px;
}
.vpp-onepage-checkout .vpp-checkout-totals {
  padding: 15px 0;
}
.vpp-onepage-checkout .vpp-totals-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}
.vpp-onepage-checkout .vpp-totals-row.vpp-totals-final {
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 6px;
}
.vpp-onepage-checkout .vpp-totals-row.vpp-totals-final .vpp-totals-label {
  color: var(--main-color);
  font-weight: 700;
  font-size: 15px;
}
.vpp-onepage-checkout .vpp-totals-row.vpp-totals-final .vpp-totals-value {
  color: var(--price-color);
  font-weight: 700;
  font-size: 18px;
}
.vpp-onepage-checkout .vpp-totals-label {
  font-weight: 600;
  color: #333;
}
.vpp-onepage-checkout .vpp-totals-value {
  color: #333;
}
.vpp-onepage-checkout .vpp-shipping-value {
  font-size: 13px;
  color: #666;
  font-style: italic;
}
.vpp-onepage-checkout .vpp-checkout-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-top: 10px;
}
.vpp-onepage-checkout .vpp-back-link {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.vpp-onepage-checkout .vpp-back-link:hover {
  color: var(--hover-color);
  text-decoration: underline;
}

@media (max-width: 849px) {
  .vpp-onepage-checkout .vpp-customer-details #billing_first_name_field,
  .vpp-onepage-checkout .vpp-customer-details #billing_phone_field {
    width: 100%;
    flex: 0 0 100%;
  }
  .vpp-onepage-checkout .vpp-customer-details #billing_state_field,
  .vpp-onepage-checkout .vpp-customer-details #billing_city_field,
  .vpp-onepage-checkout .vpp-customer-details #billing_address_2_field {
    width: 100%;
    flex: 0 0 100%;
  }
  .vpp-onepage-checkout .vpp-checkout-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .vpp-onepage-checkout .vpp-checkout-bottom .vpp-back-link {
    order: 2;
  }
}
@media screen and (max-width: 849px) {
  .header-bottom > .container {
    background-color: transparent;
  }
  .header-bottom > .container .text {
    font-size: 16px;
    color: var(--active-color);
    font-weight: 700;
  }
  .header-bottom > .container a {
    color: var(--active-color);
  }
}
.post-item .post-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.post-item .post-title:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 50px;
  height: 1px;
  background: #252a2b;
  margin-bottom: 10px;
}
.post-item .post-meta {
  color: #666;
  opacity: 1;
}
.post-item .is-divider {
  display: none;
}
.post-item .blogDetailPost {
  padding: 15px 0px;
  color: #666;
}
.post-item .blogDetailPost i {
  font-size: 15px;
  margin: 0px 5px;
}
.post-item .post-meta {
  font-size: 13px;
}
.post-item .button {
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}

.gallery-col.col {
  padding-bottom: 0;
}
.gallery-col.col img {
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gallery-col.col:hover img {
  opacity: 1;
}