/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  font: inherit;
  color: inherit;
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  box-shadow: none;
  padding: inherit;
  margin: 0;
  height: auto;
  outline: none;
  transition: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  max-width: 100%;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  margin: 0;
  margin: initial;
  min-height: 0;
  min-height: initial;
  line-height: inherit;
  font-weight: inherit;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin: 0;
  margin: initial;
}

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

.wp-child-theme-den-van-minh .site-header {
  position: relative;
  z-index: 1000;
  font-family: "Google Sans", sans-serif;
}
.wp-child-theme-den-van-minh .header__top {
  background-color: #654321;
  padding: 0.25rem 0;
  color: #ffffff;
}
@media (max-width: 575px) {
  .wp-child-theme-den-van-minh .header__top {
    display: none;
  }
}
.wp-child-theme-den-van-minh .header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-child-theme-den-van-minh .header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.wp-child-theme-den-van-minh .header__phone i {
  font-size: 16px;
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .header__phone a {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .header__phone a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.wp-child-theme-den-van-minh .header__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.wp-child-theme-den-van-minh .header__social-link i {
  font-size: 14px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.wp-child-theme-den-van-minh .header__social-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
  z-index: 1;
}
.wp-child-theme-den-van-minh .header__social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wp-child-theme-den-van-minh .header__social-link:hover i {
  transform: scale(1.2);
}
.wp-child-theme-den-van-minh .header__social-link:hover:before {
  transform: scale(1);
}
.wp-child-theme-den-van-minh .header__social-link:nth-child(1):before {
  background-color: #1877f2;
}
.wp-child-theme-den-van-minh .header__social-link:nth-child(2):before {
  background-color: #ff0000;
}
.wp-child-theme-den-van-minh .header__social-link:nth-child(3):before {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.wp-child-theme-den-van-minh .header__main {
  padding: 1rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__main {
    padding: 0.5rem 0;
  }
}
.wp-child-theme-den-van-minh .header__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991px) {
  .wp-child-theme-den-van-minh .header__main-inner {
    flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__main-inner {
    gap: 0.5rem;
  }
}
.wp-child-theme-den-van-minh .header__logo {
  flex: 0 0 auto;
  max-width: 180px;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__logo {
    max-width: 140px;
  }
}
.wp-child-theme-den-van-minh .header__logo img {
  max-width: 100%;
  height: auto;
}
.wp-child-theme-den-van-minh .header__logo-link {
  color: #181818;
  font-weight: 700;
  font-size: 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-child-theme-den-van-minh .header__logo-link:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .header__search {
  flex: 1 1 auto;
  max-width: 500px;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__search {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .wp-child-theme-den-van-minh .header__search {
    margin-top: 0.25rem;
  }
}
.wp-child-theme-den-van-minh .header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wp-child-theme-den-van-minh .header__search-input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .wp-child-theme-den-van-minh .header__search-input {
    padding: 6px 0.5rem;
    font-size: 14px;
  }
}
.wp-child-theme-den-van-minh .header__search-input:focus {
  border-color: #FFCF33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .header__search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background-color: #FFCF33;
  color: #181818;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .wp-child-theme-den-van-minh .header__search-button {
    width: 40px;
  }
}
.wp-child-theme-den-van-minh .header__search-button:hover {
  background-color: rgb(255, 201, 25.5);
}
.wp-child-theme-den-van-minh .header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__actions {
    gap: 0.5rem;
  }
}
.wp-child-theme-den-van-minh .header__account, .wp-child-theme-den-van-minh .header__cart, .wp-child-theme-den-van-minh .header__menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #181818;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.wp-child-theme-den-van-minh .header__account:hover, .wp-child-theme-den-van-minh .header__cart:hover, .wp-child-theme-den-van-minh .header__menu-btn:hover {
  color: #FFCF33;
}
@media (min-width: 992px) {
  .wp-child-theme-den-van-minh .header__menu-btn {
    display: none;
  }
}
.wp-child-theme-den-van-minh .header__action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.wp-child-theme-den-van-minh .header__action-icon i {
  font-size: 24px;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__action-icon i {
    font-size: 20px;
  }
}
.wp-child-theme-den-van-minh .header__action-text {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .wp-child-theme-den-van-minh .header__action-text {
    font-size: 10px;
  }
}
.wp-child-theme-den-van-minh .header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #FFCF33;
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .header__cart-count {
    width: 18px;
    height: 18px;
    font-size: 10px;
    top: -5px;
    right: -5px;
  }
}
.wp-child-theme-den-van-minh .header__mobile-toggle-icon, .wp-child-theme-den-van-minh .header__mobile-toggle-icon:before, .wp-child-theme-den-van-minh .header__mobile-toggle-icon:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #181818;
  border-radius: 2px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .header__mobile-toggle-icon {
  top: 50%;
  transform: translateY(-50%);
}
.wp-child-theme-den-van-minh .header__mobile-toggle-icon:before, .wp-child-theme-den-van-minh .header__mobile-toggle-icon:after {
  content: "";
  left: 0;
}
.wp-child-theme-den-van-minh .header__mobile-toggle-icon:before {
  top: -8px;
}
.wp-child-theme-den-van-minh .header__mobile-toggle-icon:after {
  bottom: -8px;
}
.wp-child-theme-den-van-minh .header__mobile-toggle.active {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .header__mobile-toggle.active .header__mobile-toggle-icon {
  background-color: transparent;
}
.wp-child-theme-den-van-minh .header__mobile-toggle.active .header__mobile-toggle-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.wp-child-theme-den-van-minh .header__mobile-toggle.active .header__mobile-toggle-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.wp-child-theme-den-van-minh .header__bottom {
  background-color: #654321;
  padding: 0.5rem 0;
}
@media (max-width: 991px) {
  .wp-child-theme-den-van-minh .header__bottom {
    display: none;
  }
  .wp-child-theme-den-van-minh .header__bottom.active {
    display: block;
  }
}
.wp-child-theme-den-van-minh .header__nav {
  width: 100%;
}
.wp-child-theme-den-van-minh .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .wp-child-theme-den-van-minh .header__menu {
    flex-direction: column;
  }
}
.wp-child-theme-den-van-minh .header__menu li {
  position: relative;
  margin-bottom: 0;
}
.wp-child-theme-den-van-minh .header__menu li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  padding-bottom: calc(0.5rem + 2px);
}
.wp-child-theme-den-van-minh .header__menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.wp-child-theme-den-van-minh .header__menu li.current-menu-item > a {
  background-color: #FFCF33;
  color: #181818;
}
.wp-child-theme-den-van-minh .header__menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
  z-index: 1050;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .wp-child-theme-den-van-minh .header__menu li ul.sub-menu {
    position: static;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.wp-child-theme-den-van-minh .header__menu li ul.sub-menu li a {
  color: #181818;
  padding: 0.5rem 1rem;
}
.wp-child-theme-den-van-minh .header__menu li ul.sub-menu li a:hover {
  background-color: #f8f9fa;
}
@media (max-width: 991px) {
  .wp-child-theme-den-van-minh .header__menu li ul.sub-menu li a {
    color: #ffffff;
    padding-left: 2rem;
  }
  .wp-child-theme-den-van-minh .header__menu li ul.sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.wp-child-theme-den-van-minh .header__menu li:hover > ul.sub-menu {
  display: block;
}
.wp-child-theme-den-van-minh .title-pro {
  margin-bottom: 2rem;
  position: relative;
}
.wp-child-theme-den-van-minh .title-pro__wrapper {
  width: 100%;
  position: relative;
}
.wp-child-theme-den-van-minh .title-pro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
  background-color: #654321;
  border-radius: 2px;
  padding: 1rem 2rem;
}
.wp-child-theme-den-van-minh .title-pro__content {
  flex: 1;
  min-width: 0;
}
.wp-child-theme-den-van-minh .title-pro__heading {
  margin: 0 0 0.25rem 0;
  color: #ffffff;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  position: relative;
  display: block;
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
}
.wp-child-theme-den-van-minh .title-pro__heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
}
.wp-child-theme-den-van-minh .title-pro__heading--xxl {
  font-size: 36px;
}
.wp-child-theme-den-van-minh .title-pro__heading--xl {
  font-size: 28px;
}
.wp-child-theme-den-van-minh .title-pro__heading--lg {
  font-size: 22px;
}
.wp-child-theme-den-van-minh .title-pro__heading--md {
  font-size: 18px;
}
.wp-child-theme-den-van-minh .title-pro__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-left: calc(0.5rem + 4px);
}
.wp-child-theme-den-van-minh .title-pro--center .title-pro__content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-child-theme-den-van-minh .title-pro--center .title-pro__container {
  justify-content: center;
}
.wp-child-theme-den-van-minh .title-pro--right .title-pro__content {
  text-align: right;
}
.wp-child-theme-den-van-minh .title-pro--right .title-pro__container {
  justify-content: flex-end;
}
.wp-child-theme-den-van-minh .title-pro__button-container {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.wp-child-theme-den-van-minh .title-pro__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 0.25rem;
}
.wp-child-theme-den-van-minh .title-pro__link:not(.button) {
  color: #ffffff;
}
.wp-child-theme-den-van-minh .title-pro__link:not(.button) i {
  font-size: 0.85em;
  transition: transform 0.3s ease;
}
.wp-child-theme-den-van-minh .title-pro__link:not(.button):hover {
  color: rgba(255, 255, 255, 0.8);
}
.wp-child-theme-den-van-minh .title-pro__link:not(.button):hover i {
  transform: translateX(3px);
}
.wp-child-theme-den-van-minh .title-pro__link.button {
  color: #654321;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 16px;
}
.wp-child-theme-den-van-minh .title-pro__link.button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .title-pro__link.button.primary {
  background-color: #FFCF33;
  color: #181818;
}
.wp-child-theme-den-van-minh .title-pro__link.button.secondary {
  background-color: #ffffff;
  color: #654321;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wp-child-theme-den-van-minh .title-pro__link.button.is-small {
  font-size: 14px;
  padding: 6px 12px;
}
.wp-child-theme-den-van-minh .title-pro__link.button.is-large {
  font-size: 22px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .title-pro {
    margin-bottom: 1rem;
  }
  .wp-child-theme-den-van-minh .title-pro__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
  .wp-child-theme-den-van-minh .title-pro__heading--xxl {
    font-size: 28px;
  }
  .wp-child-theme-den-van-minh .title-pro__heading--xl {
    font-size: 22px;
  }
  .wp-child-theme-den-van-minh .title-pro__heading--lg {
    font-size: 18px;
  }
  .wp-child-theme-den-van-minh .title-pro__button-container {
    margin-top: 0.5rem;
    width: 100%;
  }
  .wp-child-theme-den-van-minh .title-pro--center .title-pro__button-container {
    justify-content: center;
  }
  .wp-child-theme-den-van-minh .title-pro--right .title-pro__button-container {
    justify-content: flex-end;
  }
}
.wp-child-theme-den-van-minh .products-pro {
  margin-bottom: 2rem;
  position: relative;
}
.wp-child-theme-den-van-minh .products-pro__item {
  padding-bottom: 1rem;
}
.wp-child-theme-den-van-minh .products-pro__item-inner {
  height: 100%;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .products-pro__item-inner:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .products-pro__item-inner:hover .products-pro__image-link img {
  transform: scale(1.05);
}
.wp-child-theme-den-van-minh .products-pro__image-wrapper {
  position: relative;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .products-pro__image-link {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.wp-child-theme-den-van-minh .products-pro__image-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  transition: transform 0.5s ease;
}
.wp-child-theme-den-van-minh .products-pro__badge {
  position: absolute;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}
.wp-child-theme-den-van-minh .products-pro__badge--sale {
  top: 0.5rem;
  right: 0.5rem;
  background-color: #F44336;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .products-pro__badge--stock {
  top: 0.5rem;
  left: 0.5rem;
  background-color: #4CAF50;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .products-pro__badge--out-of-stock {
  top: 0.5rem;
  left: 0.5rem;
  background-color: #757575;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .products-pro__category {
  font-size: 12px;
  color: #757575;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .products-pro__category a {
  color: #757575;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-child-theme-den-van-minh .products-pro__category a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .products-pro__content {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .products-pro__title {
  font-size: 18px;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  position: relative;
}
.wp-child-theme-den-van-minh .products-pro__title a {
  color: #181818;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-child-theme-den-van-minh .products-pro__title a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .products-pro__price {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #181818;
}
.wp-child-theme-den-van-minh .products-pro__price del {
  color: #757575;
  font-weight: 400;
  margin-right: 0.25rem;
  font-size: 0.9em;
  display: inline-block;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.wp-child-theme-den-van-minh .products-pro__price ins {
  color: #FF8C42;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  display: inline-block;
}
.wp-child-theme-den-van-minh .products-pro__price .woocommerce-Price-amount:not(del .woocommerce-Price-amount) {
  font-weight: 700;
}
.wp-child-theme-den-van-minh .products-pro__price .price-on-sale ins {
  display: inline-block;
  margin-right: 0.25rem;
  order: -1;
}
.wp-child-theme-den-van-minh .products-pro__rating {
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .products-pro__rating .star-rating {
  float: none;
  display: inline-block;
}
.wp-child-theme-den-van-minh .products-pro__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1rem;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart {
  width: 40px;
  flex-shrink: 0;
  position: relative;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button {
  margin-bottom: 0;
  background-color: #654321;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  padding: 0.25rem;
  width: 100%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 40px;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button i {
  font-size: 1.2em;
  margin: 0;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button:hover {
  background-color: rgb(81.7798507463, 54.25, 26.7201492537);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button.loading {
  opacity: 0.8;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button.loading:after {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .button.loading i {
  visibility: hidden;
}
.wp-child-theme-den-van-minh .products-pro__add-to-cart .added_to_cart {
  display: none;
}
.wp-child-theme-den-van-minh .products-pro__view-details {
  flex: 1 auto;
}
.wp-child-theme-den-van-minh .products-pro__view-details .button {
  margin-bottom: 0;
  background-color: #ffffff;
  border: 2px solid #654321;
  color: #654321;
  border-radius: 6px;
  font-size: 16px;
  padding: 0.25rem;
  width: 100%;
  height: 40px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .products-pro__view-details .button i {
  font-size: 1.1em;
  margin: 0;
}
.wp-child-theme-den-van-minh .products-pro__view-details .button span {
  display: none;
}
.wp-child-theme-den-van-minh .products-pro__view-details .button:hover {
  background-color: #654321;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .products-pro__empty {
  padding: 1rem;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 2px;
  color: #757575;
}
.wp-child-theme-den-van-minh .products-pro__item--modern .products-pro__item-inner:hover {
  transform: translateY(-5px);
}
.wp-child-theme-den-van-minh .products-pro__item--modern .products-pro__content {
  text-align: center;
  border-top: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .products-pro__item--modern .products-pro__title {
  font-weight: 500;
}
.wp-child-theme-den-van-minh .products-pro__item--modern .products-pro__actions {
  justify-content: center;
}
.wp-child-theme-den-van-minh .products-pro__item--box .products-pro__item-inner {
  border: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .products-pro__item--box .products-pro__content {
  padding: 1rem 1.5rem;
}
.wp-child-theme-den-van-minh .products-pro__item--box .products-pro__title {
  border-bottom: 1px solid #f1f3f4;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .products-pro__item--box .products-pro__image-wrapper {
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .products-pro__item--box .products-pro__price {
  font-size: 18px;
}
.wp-child-theme-den-van-minh .products-pro__slider .products-pro__item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-prev-next-button {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-prev-next-button:hover {
  opacity: 1;
  background-color: #ffffff;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-prev-next-button svg {
  fill: #654321;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-page-dots {
  bottom: -30px;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-page-dots .dot {
  background-color: #bdbdbd;
  opacity: 0.5;
}
.wp-child-theme-den-van-minh .products-pro__slider .flickity-page-dots .dot.is-selected {
  background-color: #654321;
  opacity: 1;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .products-pro__title {
    font-size: 14px;
    height: 2.6em;
  }
  .wp-child-theme-den-van-minh .products-pro__content {
    padding: 0.5rem;
  }
  .wp-child-theme-den-van-minh .products-pro__actions {
    gap: 0.25rem;
  }
  .wp-child-theme-den-van-minh .products-pro__item--box .products-pro__content {
    padding: 0.5rem;
  }
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro {
  background-color: #181818;
  color: #ffffff;
  padding-top: 3rem;
  font-family: "Google Sans", sans-serif;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__main {
  padding-bottom: 2rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  gap: 2rem 0;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col {
  padding: 0 1rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--info {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--info {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--categories {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--categories {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--links {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--links {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--newsletter {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col--newsletter {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: #FFCF33;
  position: relative;
  padding-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #FFCF33;
  border-radius: 2px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__logo {
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__logo img {
  max-width: 100%;
  height: auto;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__tagline {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 14px;
  opacity: 0.8;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item i {
  margin-right: 0.5rem;
  color: #FFCF33;
  width: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item {
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item a i {
  margin-right: 0.25rem;
  font-size: 10px;
  color: #FFCF33;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item a:hover i {
  transform: translateX(3px);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__newsletter-text {
  margin-bottom: 1rem;
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form {
  margin-bottom: 2rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  border-radius: 2px 0 0 2px;
  font-size: 14px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  height: 48px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-input:focus {
  outline: none;
  border-color: #FFCF33;
  background: rgba(255, 255, 255, 0.1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-button {
  padding: 0 1.5rem;
  border: none;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 500;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  white-space: nowrap;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__form-button:hover {
  background-color: #ffc300;
  transform: translateY(0);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link i {
  font-size: 14px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
  z-index: 1;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:hover i {
  transform: scale(1.2);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:hover:before {
  transform: scale(1);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:nth-child(1):before {
  background-color: #1877f2;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:nth-child(2):before {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:nth-child(3):before {
  background-color: #ff0000;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:nth-child(4):before {
  background-color: #000000;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-link:nth-child(5):before {
  background-color: #e60023;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__copyright {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__copyright-text {
  opacity: 0.7;
}
.wp-child-theme-den-van-minh .footer-wrapper .footer-pro__payment-image img {
  max-height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro {
    padding-top: 2rem;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__copyright-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col {
    text-align: center;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__col-title {
    text-align: center;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item {
    justify-content: center;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__contact-item i {
    margin-top: 5px;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__menu-item a {
    justify-content: center;
  }
  .wp-child-theme-den-van-minh .footer-wrapper .footer-pro__social-links {
    justify-content: center;
  }
}
.wp-child-theme-den-van-minh .auth-pro {
  margin: 3rem 0;
}
.wp-child-theme-den-van-minh .auth-pro__row {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
  border-radius: 12px;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .auth-pro__col {
  padding: 3rem;
}
.wp-child-theme-den-van-minh .auth-pro__col--register {
  background-color: #f8f9fa;
  position: relative;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .auth-pro__col--register:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    height: 80%;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.02)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0.02));
  }
}
.wp-child-theme-den-van-minh .auth-pro__title {
  font-size: 28px;
  font-weight: 700;
  color: #654321;
  position: relative;
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .auth-pro__title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFCF33;
}
.wp-child-theme-den-van-minh .auth-pro__description {
  margin-bottom: 1.5rem;
  font-size: 14px;
  color: #757575;
  max-width: 90%;
  line-height: 1.5;
}
.wp-child-theme-den-van-minh .auth-pro__form {
  margin-bottom: 0;
}
.wp-child-theme-den-van-minh .auth-pro__form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.wp-child-theme-den-van-minh .auth-pro__form-group--remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .auth-pro__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  color: #654321;
}
.wp-child-theme-den-van-minh .auth-pro__label .required {
  color: #F44336;
  margin-left: 4px;
}
.wp-child-theme-den-van-minh .auth-pro__input-wrap {
  position: relative;
}
.wp-child-theme-den-van-minh .auth-pro__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
  font-size: 16px;
}
.wp-child-theme-den-van-minh .auth-pro__input {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .auth-pro__input:focus {
  border-color: #FFCF33;
  box-shadow: 0 0 0 2px rgba(255, 207, 51, 0.1);
  outline: none;
}
.wp-child-theme-den-van-minh .auth-pro__input::-moz-placeholder {
  color: #bdbdbd;
}
.wp-child-theme-den-van-minh .auth-pro__input::placeholder {
  color: #bdbdbd;
}
.wp-child-theme-den-van-minh .auth-pro__toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9e9e9e;
  font-size: 16px;
}
.wp-child-theme-den-van-minh .auth-pro__toggle-password:hover {
  color: #654321;
}
.wp-child-theme-den-van-minh .auth-pro__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wp-child-theme-den-van-minh .auth-pro__checkbox input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .auth-pro__checkbox input[type=checkbox]:checked {
  background-color: #FFCF33;
  border-color: #FFCF33;
}
.wp-child-theme-den-van-minh .auth-pro__checkbox input[type=checkbox]:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.wp-child-theme-den-van-minh .auth-pro__checkbox input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 207, 51, 0.1);
}
.wp-child-theme-den-van-minh .auth-pro__checkbox-label {
  font-size: 14px;
  color: #424242;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wp-child-theme-den-van-minh .auth-pro__forgot-password {
  font-size: 14px;
  color: #FFCF33;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .auth-pro__forgot-password:hover {
  color: #ffc300;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wp-child-theme-den-van-minh .auth-pro__button {
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.wp-child-theme-den-van-minh .auth-pro__button--login {
  background-color: #FFCF33;
  color: #181818;
}
.wp-child-theme-den-van-minh .auth-pro__button--login:hover {
  background-color: rgb(255, 197.4, 10.2);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .auth-pro__button--register {
  background-color: #654321;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .auth-pro__button--register:hover {
  background-color: rgb(70.247761194, 46.6, 22.952238806);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .auth-pro__generate-password-notice {
  font-size: 14px;
  color: #757575;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: rgba(33, 150, 243, 0.1);
  border-radius: 2px;
  border-left: 3px solid #2196F3;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .auth-pro {
    margin: 1rem 0;
  }
  .wp-child-theme-den-van-minh .auth-pro__col {
    padding: 1.5rem;
  }
  .wp-child-theme-den-van-minh .auth-pro__col--login {
    border-bottom: 1px solid #f1f3f4;
  }
  .wp-child-theme-den-van-minh .auth-pro__title {
    font-size: 22px;
  }
}
.wp-child-theme-den-van-minh .cart-pro {
  margin: 2rem 0;
}
.wp-child-theme-den-van-minh .cart-pro__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .cart-pro__title {
  font-size: 28px;
  font-weight: 700;
  color: #654321;
  margin: 0;
}
.wp-child-theme-den-van-minh .cart-pro__count {
  font-size: 14px;
  color: #757575;
  background-color: #f8f9fa;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.wp-child-theme-den-van-minh .cart-pro__form {
  margin-bottom: 1.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.wp-child-theme-den-van-minh .cart-pro__items {
  padding: 1rem 0;
}
.wp-child-theme-den-van-minh .cart-pro__empty {
  padding: 3rem;
  text-align: center;
}
.wp-child-theme-den-van-minh .cart-pro__empty-icon {
  font-size: 48px;
  color: #bdbdbd;
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-icon i {
  opacity: 0.7;
}
.wp-child-theme-den-van-minh .cart-pro__empty-message {
  font-size: 18px;
  color: #757575;
  margin-bottom: 1.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn {
  display: inline-block;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn:hover {
  background-color: rgb(255, 201, 25.5);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 3rem 0;
}
.wp-child-theme-den-van-minh .cart-pro__empty-container {
  max-width: 500px;
  text-align: center;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-icon {
  font-size: 70px;
  color: #bdbdbd;
  margin-bottom: 1.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-icon i {
  opacity: 0.5;
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.wp-child-theme-den-van-minh .cart-pro__empty-title {
  font-size: 28px;
  font-weight: 700;
  color: #654321;
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-message {
  font-size: 18px;
  color: #757575;
  margin-bottom: 1.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-actions {
  margin-top: 2rem;
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn i {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn:hover {
  background-color: rgb(255, 201, 25.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .cart-pro__empty-btn:hover i {
  transform: translateX(-4px);
}
.wp-child-theme-den-van-minh .cart-pro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #f8f9fa;
  position: relative;
}
.wp-child-theme-den-van-minh .cart-pro__item:last-child {
  border-bottom: none;
}
.wp-child-theme-den-van-minh .cart-pro__item-image {
  width: 120px;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__item-image img:hover {
  transform: scale(1.03);
}
.wp-child-theme-den-van-minh .cart-pro__item-content {
  flex: 1;
}
.wp-child-theme-den-van-minh .cart-pro__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-info {
  flex: 1;
  min-width: 0;
}
.wp-child-theme-den-van-minh .cart-pro__item-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-title a {
  color: #654321;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__item-title a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .cart-pro__item-meta {
  font-size: 14px;
  color: #757575;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-meta p {
  margin: 0;
}
.wp-child-theme-den-van-minh .cart-pro__item-backorder {
  font-size: 12px;
  color: #FFC107;
  background-color: rgba(255, 193, 7, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 2px;
}
.wp-child-theme-den-van-minh .cart-pro__item-price {
  font-size: 18px;
  font-weight: 600;
  color: #654321;
}
.wp-child-theme-den-van-minh .cart-pro__item-price del {
  font-size: 0.85em;
  font-weight: 400;
  color: #9e9e9e;
  margin-right: 0.25rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-price ins {
  color: #F44336;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-child-theme-den-van-minh .cart-pro__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-quantity {
  width: 110px;
}
.wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity {
  margin-bottom: 0;
}
.wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity .minus, .wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity .plus {
  padding: 0;
  min-height: 35px;
  width: 28px;
  background-color: #f8f9fa;
  border: none;
  color: #654321;
}
.wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity .minus:hover, .wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity .plus:hover {
  background-color: #FFCF33;
  color: #181818;
}
.wp-child-theme-den-van-minh .cart-pro__item-quantity .quantity .input-text {
  height: 35px;
  background-color: #ffffff;
  border-color: #f1f3f4;
  box-shadow: none;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .cart-pro__item-remove .cart-pro__remove-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #757575;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__item-remove .cart-pro__remove-btn i {
  margin-right: 4px;
}
.wp-child-theme-den-van-minh .cart-pro__item-remove .cart-pro__remove-btn:hover {
  color: #F44336;
}
.wp-child-theme-den-van-minh .cart-pro__item-subtotal {
  width: 100%;
  text-align: right;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #f1f3f4;
}
.wp-child-theme-den-van-minh .cart-pro__item-subtotal-label {
  font-size: 14px;
  color: #757575;
  margin-right: 0.25rem;
}
.wp-child-theme-den-van-minh .cart-pro__item-subtotal-value {
  font-size: 18px;
  font-weight: 700;
  color: #654321;
}
.wp-child-theme-den-van-minh .cart-pro__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .cart-pro__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.wp-child-theme-den-van-minh .cart-pro__coupon-input {
  width: 180px;
  height: 40px;
  padding: 0 0.5rem;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 2px 0 0 2px;
  font-size: 14px;
}
.wp-child-theme-den-van-minh .cart-pro__coupon-input:focus {
  outline: none;
  border-color: #FFCF33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .cart-pro__coupon-btn {
  height: 40px;
  padding: 0 1rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 2px 2px 0;
  color: #654321;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__coupon-btn:hover {
  background-color: #654321;
  border-color: #654321;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .cart-pro__update-btn {
  height: 40px;
  padding: 0 1rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: #654321;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__update-btn i {
  font-size: 0.9em;
}
.wp-child-theme-den-van-minh .cart-pro__update-btn:hover {
  background-color: #654321;
  border-color: #654321;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .cart-pro__continue {
  margin: 1.5rem 0;
}
.wp-child-theme-den-van-minh .cart-pro__continue-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #654321;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .cart-pro__continue-link i {
  margin-right: 8px;
}
.wp-child-theme-den-van-minh .cart-pro__continue-link:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .cart-pro__continue-link:hover i {
  transform: translateX(-3px);
}
.wp-child-theme-den-van-minh .cart-pro__sidebar {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.wp-child-theme-den-van-minh .cart-pro__summary {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .cart-pro__summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #654321;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals {
  width: 100% !important;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals h2 {
  display: none;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table {
  border: none;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table th, .wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table td {
  border-top: none;
  border-bottom: 1px solid #f1f3f4;
  padding: 0.5rem 0;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table th {
  font-weight: 500;
  color: #424242;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table .order-total th, .wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .shop_table .order-total td {
  font-weight: 700;
  color: #654321;
  font-size: 18px;
  border-bottom: none;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .wc-proceed-to-checkout {
  padding: 1rem 0 0;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: rgb(255, 201, 25.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .cart-pro__summary .cart_totals .wc-proceed-to-checkout .checkout-button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 0.5rem;
  font-weight: 700;
}
.wp-child-theme-den-van-minh .cart-pro__secure-checkout {
  padding: 1rem;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .cart-pro__secure-checkout-title {
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .cart-pro__secure-checkout-title i {
  color: #4CAF50;
  margin-right: 4px;
}
.wp-child-theme-den-van-minh .cart-pro__secure-checkout-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-child-theme-den-van-minh .cart-pro__secure-checkout-icons i {
  font-size: 24px;
  color: #757575;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .cart-pro__item {
    flex-direction: column;
  }
  .wp-child-theme-den-van-minh .cart-pro__item-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .wp-child-theme-den-van-minh .cart-pro__item-image img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .wp-child-theme-den-van-minh .cart-pro__item-details {
    flex-direction: column;
  }
  .wp-child-theme-den-van-minh .cart-pro__item-actions {
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .wp-child-theme-den-van-minh .cart-pro__item-subtotal {
    border-top: none;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .wp-child-theme-den-van-minh .cart-pro__actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .wp-child-theme-den-van-minh .cart-pro__actions .cart-pro__coupon, .wp-child-theme-den-van-minh .cart-pro__actions .cart-pro__update {
    width: 100%;
  }
  .wp-child-theme-den-van-minh .cart-pro__actions .cart-pro__coupon input {
    flex: 1;
  }
  .wp-child-theme-den-van-minh .cart-pro__empty-page {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-child-theme-den-van-minh .cart-pro__item-image {
    width: 100px;
  }
}
.wp-child-theme-den-van-minh .checkout-pro {
  margin: 2rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.wp-child-theme-den-van-minh .checkout-pro__title {
  font-size: 28px;
  font-weight: 700;
  color: #654321;
  margin: 0 0 1.5rem;
  text-align: center;
}
.wp-child-theme-den-van-minh .checkout-pro__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
}
.wp-child-theme-den-van-minh .checkout-pro__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wp-child-theme-den-van-minh .checkout-pro__step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f3f4;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.25rem;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__step-name {
  font-size: 14px;
  color: #757575;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__step-divider {
  flex: 1;
  height: 2px;
  background-color: #f1f3f4;
  min-width: 60px;
  max-width: 100px;
  margin: 0 0.5rem;
  position: relative;
  top: -8px;
}
.wp-child-theme-den-van-minh .checkout-pro__step--active .checkout-pro__step-number {
  background-color: #FFCF33;
  color: #181818;
}
.wp-child-theme-den-van-minh .checkout-pro__step--active .checkout-pro__step-name {
  color: #654321;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .checkout-pro__step--completed .checkout-pro__step-number {
  background-color: #4CAF50;
  color: #ffffff;
}
.wp-child-theme-den-van-minh .checkout-pro__step--completed .checkout-pro__step-number:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.wp-child-theme-den-van-minh .checkout-pro__step--completed .checkout-pro__step-name {
  color: #4CAF50;
}
.wp-child-theme-den-van-minh .checkout-pro__step--completed + .checkout-pro__step-divider {
  background-color: #4CAF50;
}
.wp-child-theme-den-van-minh .checkout-pro__form {
  margin-top: 2rem;
}
.wp-child-theme-den-van-minh .checkout-pro__sidebar-coupon {
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-section {
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-form {
  background-color: #ffffff;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-form-inner {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #654321;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-header i {
  color: #FFCF33;
  margin-right: 0.25rem;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-input-wrap {
  flex: 1;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-input {
  width: 100%;
  height: 42px;
  padding: 0 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-input:focus {
  outline: none;
  border-color: #FFCF33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-button {
  height: 42px;
  padding: 0 1.5rem;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__coupon-button:hover {
  background-color: rgb(255, 201, 25.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-billing-fields,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-shipping-fields,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-additional-fields {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-billing-fields h3,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-shipping-fields h3,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .woocommerce-additional-fields h3 {
  font-size: 18px;
  font-weight: 700;
  color: #654321;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row {
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 4px;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row input,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row select,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row textarea,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row .select2 {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
  color: #654321;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row input:focus,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row select:focus,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row textarea:focus,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row .select2:focus {
  outline: none;
  border-color: #FFCF33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row .select2-selection__rendered {
  line-height: inherit;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row textarea {
  min-height: 100px;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row select,
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row .select2 {
  height: 42px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  padding-right: 30px;
}
.wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row.focused label {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .checkout-pro__shipping {
  border-top: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__shipping .shipping_address {
  margin-top: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__back-to-cart {
  margin: 1.5rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #654321;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__back-link i {
  margin-right: 8px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__back-link:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .checkout-pro__back-link:hover i {
  transform: translateX(-3px);
}
.wp-child-theme-den-van-minh .checkout-pro__sidebar {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.wp-child-theme-den-van-minh .checkout-pro__order-summary {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #654321;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table {
  border: none;
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table th,
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table td {
  border-top: none;
  border-bottom: 1px solid #f1f3f4;
  padding: 0.5rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table th {
  font-weight: 500;
  color: #424242;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart_item .product-name {
  font-weight: 500;
  color: #654321;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart_item .product-name .product-quantity {
  color: #757575;
  font-weight: 400;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart_item .product-total {
  font-weight: 500;
  color: #654321;
  text-align: right;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart-subtotal th,
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart-subtotal td {
  font-weight: 500;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .cart-subtotal td {
  text-align: right;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .order-total th,
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .order-total td {
  font-weight: 700;
  color: #654321;
  font-size: 18px;
  border-bottom: none;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .order-total td {
  text-align: right;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .order-total td .amount {
  color: #F44336;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .shop_table .shipping td {
  text-align: right;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods {
  padding: 0;
  border: none;
  margin: 1rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method {
  list-style: none;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #f1f3f4;
  border-radius: 2px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method:hover, .wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method.active {
  border-color: #FFCF33;
  background-color: rgba(255, 207, 51, 0.05);
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #654321;
  cursor: pointer;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method label img {
  max-height: 24px;
  margin-left: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-radius: 2px;
  font-size: 14px;
  color: #424242;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method .payment_box p {
  margin: 0;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .place-order {
  margin-top: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .place-order .button {
  width: 100%;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  border-radius: 2px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .place-order .button:hover {
  background-color: rgb(255, 201, 25.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .place-order .button:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #757575;
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #FFCF33;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
  color: #424242;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: #FFCF33;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-child-theme-den-van-minh .checkout-pro__review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wp-child-theme-den-van-minh .checkout-pro__secure-checkout {
  padding: 1rem;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__secure-checkout-title {
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .checkout-pro__secure-checkout-title i {
  color: #4CAF50;
  margin-right: 4px;
}
.wp-child-theme-den-van-minh .checkout-pro__secure-checkout-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-child-theme-den-van-minh .checkout-pro__secure-checkout-icons i {
  font-size: 24px;
  color: #757575;
}
.wp-child-theme-den-van-minh .checkout-pro__thankyou {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.wp-child-theme-den-van-minh .checkout-pro__order-success {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__order-success-icon {
  font-size: 64px;
  color: #4CAF50;
  margin-bottom: 0.5rem;
  animation: scaleSuccess 0.5s ease-in-out;
}
@keyframes scaleSuccess {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wp-child-theme-den-van-minh .checkout-pro__order-icon {
  font-size: 64px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.wp-child-theme-den-van-minh .checkout-pro__order-icon i.fa-check-circle {
  color: #4CAF50;
  animation: scaleSuccess 0.5s ease-in-out;
}
@keyframes scaleSuccess {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wp-child-theme-den-van-minh .checkout-pro__order-icon i.fa-times-circle {
  color: #F44336;
}
.wp-child-theme-den-van-minh .checkout-pro__order-icon i.fa-exclamation-triangle {
  color: #FFC107;
}
.wp-child-theme-den-van-minh .checkout-pro__order-title {
  font-size: 22px;
  font-weight: 700;
  color: #654321;
  margin-bottom: 1rem;
  text-align: center;
}
.wp-child-theme-den-van-minh .checkout-pro__order-failed {
  text-align: center;
  padding: 2rem 0;
}
.wp-child-theme-den-van-minh .checkout-pro__order-failed-message {
  font-size: 18px;
  color: #424242;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wp-child-theme-den-van-minh .checkout-pro__order-button {
  display: inline-block;
  background-color: #FFCF33;
  color: #181818;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__order-button:hover {
  background-color: rgb(255, 201, 25.5);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wp-child-theme-den-van-minh .checkout-pro__order-details {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.wp-child-theme-den-van-minh .checkout-pro__order-info {
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__info-title {
  font-size: 18px;
  font-weight: 700;
  color: #654321;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-child-theme-den-van-minh .checkout-pro__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #f1f3f4;
}
.wp-child-theme-den-van-minh .checkout-pro__info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wp-child-theme-den-van-minh .checkout-pro__info-label {
  font-size: 14px;
  color: #424242;
}
.wp-child-theme-den-van-minh .checkout-pro__info-value {
  font-size: 14px;
  color: #654321;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .checkout-pro__order-note {
  background-color: rgba(255, 207, 51, 0.05);
  border-radius: 2px;
  padding: 0.5rem;
  margin-top: 1rem;
}
.wp-child-theme-den-van-minh .checkout-pro__note-title {
  font-size: 14px;
  font-weight: 700;
  color: #654321;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.wp-child-theme-den-van-minh .checkout-pro__note-content {
  font-size: 14px;
  color: #424242;
  margin: 0;
}
.wp-child-theme-den-van-minh .checkout-pro__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.wp-child-theme-den-van-minh .checkout-pro__actions .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #654321;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__actions .button i {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .checkout-pro__actions .button:hover {
  background-color: #f8f9fa;
  border-color: #bdbdbd;
}
.wp-child-theme-den-van-minh .checkout-pro__continue-shopping i {
  margin-right: 8px;
}
.wp-child-theme-den-van-minh .checkout-pro__continue-shopping:hover i {
  transform: translateX(-3px);
}
.wp-child-theme-den-van-minh .checkout-pro__view-orders i {
  margin-left: 8px;
}
.wp-child-theme-den-van-minh .checkout-pro__view-orders:hover i {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .checkout-pro__header {
    margin-bottom: 1rem;
  }
  .wp-child-theme-den-van-minh .checkout-pro__step-number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .wp-child-theme-den-van-minh .checkout-pro__step-name {
    font-size: 11px;
  }
  .wp-child-theme-den-van-minh .checkout-pro__step-divider {
    min-width: 30px;
  }
  .wp-child-theme-den-van-minh .checkout-pro__customer-details .form-row {
    margin-bottom: 0.25rem;
  }
  .wp-child-theme-den-van-minh .checkout-pro__actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .wp-child-theme-den-van-minh .checkout-pro__actions .button {
    width: 100%;
    justify-content: center;
  }
  .wp-child-theme-den-van-minh .checkout-pro__info-item {
    flex-direction: column;
  }
  .wp-child-theme-den-van-minh .checkout-pro__info-item .checkout-pro__info-value {
    margin-top: 4px;
  }
  .wp-child-theme-den-van-minh .checkout-pro__coupon-fields {
    flex-direction: column;
  }
  .wp-child-theme-den-van-minh .checkout-pro__coupon-fields .checkout-pro__coupon-input-wrap,
  .wp-child-theme-den-van-minh .checkout-pro__coupon-fields .checkout-pro__coupon-button-wrap {
    width: 100%;
  }
  .wp-child-theme-den-van-minh .checkout-pro__coupon-fields .checkout-pro__coupon-button {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.wp-child-theme-den-van-minh .posts-pro {
  margin-bottom: 2rem;
}
.wp-child-theme-den-van-minh .posts-pro__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.wp-child-theme-den-van-minh .posts-pro__slider {
  position: relative;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #654321;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-prev-next-button:hover {
  opacity: 1;
  background: #ffffff;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-prev-next-button.previous {
  left: 10px;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-prev-next-button.next {
  right: 10px;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: currentColor;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #bdbdbd;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__item {
  height: 100%;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__item--modern {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}
.wp-child-theme-den-van-minh .posts-pro__item--modern:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.wp-child-theme-den-van-minh .posts-pro__item--modern:hover .posts-pro__image img {
  transform: scale(1.05);
}
.wp-child-theme-den-van-minh .posts-pro__item--modern .posts-pro__content {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .posts-pro__item--box {
  background-color: #ffffff;
  border: 1px solid #f1f3f4;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.wp-child-theme-den-van-minh .posts-pro__item--box:hover {
  border-color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__item--box:hover .posts-pro__image img {
  transform: scale(1.05);
}
.wp-child-theme-den-van-minh .posts-pro__item--box .posts-pro__content {
  padding: 1rem;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay:hover .posts-pro__image-overlay {
  opacity: 1;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay:hover .posts-pro__image img {
  transform: scale(1.05);
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: rgba(101, 67, 33, 0.75);
  color: #ffffff;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  text-align: center;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__title {
  margin: 0.5rem 0;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__title a {
  color: #ffffff;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__title a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__date {
  color: rgba(255, 255, 255, 0.8);
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__categories {
  margin-bottom: 0.5rem;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__categories a {
  color: #FFCF33;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.wp-child-theme-den-van-minh .posts-pro__item--overlay .posts-pro__categories a:hover {
  background: #ffffff;
}
.wp-child-theme-den-van-minh .posts-pro__item--simple {
  background-color: transparent;
}
.wp-child-theme-den-van-minh .posts-pro__item--simple:hover .posts-pro__image img {
  transform: scale(1.05);
}
.wp-child-theme-den-van-minh .posts-pro__item--simple:hover .posts-pro__title a {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__item--simple .posts-pro__content {
  padding: 0.5rem 0;
}
.wp-child-theme-den-van-minh .posts-pro__image-wrap {
  position: relative;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .posts-pro__image {
  position: relative;
  overflow: hidden;
}
.wp-child-theme-den-van-minh .posts-pro__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.wp-child-theme-den-van-minh .posts-pro__category-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #FFCF33;
  color: #181818;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 2px;
  z-index: 2;
  text-transform: uppercase;
}
.wp-child-theme-den-van-minh .posts-pro__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.4;
}
.wp-child-theme-den-van-minh .posts-pro__title a {
  color: #654321;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__title a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 12px;
  color: #757575;
}
.wp-child-theme-den-van-minh .posts-pro__meta i {
  margin-right: 4px;
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__meta a {
  color: #757575;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__meta a:hover {
  color: #FFCF33;
}
.wp-child-theme-den-van-minh .posts-pro__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #424242;
  margin-bottom: 1rem;
}
.wp-child-theme-den-van-minh .posts-pro__footer {
  margin-top: auto;
  padding-top: 0.5rem;
}
.wp-child-theme-den-van-minh .posts-pro__read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #FFCF33;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__read-more i {
  margin-left: 8px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-child-theme-den-van-minh .posts-pro__read-more:hover {
  color: #ffc300;
}
.wp-child-theme-den-van-minh .posts-pro__read-more:hover i {
  transform: translateX(3px);
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-normal {
  margin-left: -15px;
  margin-right: -15px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-normal .posts-pro__col {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-small {
  margin-left: -10px;
  margin-right: -10px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-small .posts-pro__col {
  padding-left: 10px;
  padding-right: 10px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-large {
  margin-left: -30px;
  margin-right: -30px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-large .posts-pro__col {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-collapse {
  margin-left: 0;
  margin-right: 0;
}
.wp-child-theme-den-van-minh .posts-pro.col-spacing-collapse .posts-pro__col {
  padding-left: 0;
  padding-right: 0;
}
.wp-child-theme-den-van-minh .posts-pro.row-spacing-normal .posts-pro__col {
  margin-bottom: 30px;
}
.wp-child-theme-den-van-minh .posts-pro.row-spacing-small .posts-pro__col {
  margin-bottom: 20px;
}
.wp-child-theme-den-van-minh .posts-pro.row-spacing-large .posts-pro__col {
  margin-bottom: 60px;
}
.wp-child-theme-den-van-minh .posts-pro.row-spacing-collapse .posts-pro__col {
  margin-bottom: 0;
}
.wp-child-theme-den-van-minh .posts-pro--list .posts-pro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wp-child-theme-den-van-minh .posts-pro--list .posts-pro__item {
    flex-direction: row;
  }
  .wp-child-theme-den-van-minh .posts-pro--list .posts-pro__item .posts-pro__image-wrap {
    width: 35%;
    margin-right: 1rem;
  }
  .wp-child-theme-den-van-minh .posts-pro--list .posts-pro__item .posts-pro__content {
    width: 65%;
    padding-top: 0;
  }
}
.wp-child-theme-den-van-minh .posts-pro--masonry .posts-pro__col {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-child-theme-den-van-minh .posts-pro__title {
    font-size: 16px;
  }
  .wp-child-theme-den-van-minh .posts-pro__meta {
    flex-direction: column;
    gap: 5px;
  }
  .wp-child-theme-den-van-minh .posts-pro__excerpt {
    font-size: 12px;
  }
}

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