/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444444;
  font-family: "Tahoma", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
h1,
h1 a {
  font-size: 60px;
  line-height: 65px;
}
h2,
h2 a {
  font-size: 45px;
  line-height: 55px;
}
h3,
h3 a {
  font-size: 25px;
  line-height: 35px;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 30px;
}
h5,
h5 a {
  font-size: 18px;
  line-height: 22px;
}
h6,
h6 a {
  font-size: 13px;
  line-height: 1.538461538461538em;
}
body {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
}
a:focus-visible {
  outline: none;
  outline-offset: unset;
}
select {
  border-radius: 3px;
}
.font-roboto h1,
.font-roboto h2,
.font-roboto h3,
.font-roboto h4,
.font-roboto h5,
.font-roboto h6 {
  font-family: "Roboto", Sans-serif;
}
.font-open-sans h1,
.font-open-sans h2,
.font-open-sans h3,
.font-open-sans h4,
.font-open-sans h5,
.font-open-sans h6 {
  font-family: "Open Sans", sans-serif;
}
.p-0 {
  padding: 0 !important;
}
.pl-3 {
  padding-left: 1em;
}
.pb-3 {
  padding-bottom: 1em;
}
.bold .section-title {
  font-weight: bold;
}
.text-transform-unset .section-title-main {
  text-transform: none;
}
.section-title-normal span {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1;
}
li {
  margin-bottom: 0;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.section-title-normal,
.section-title-normal span {
  border: none !important;
}
#header .header-inner {
  padding-inline: 45px;
}
#header .nav > li {
  margin: 0;
}
#header .nav > li > a {
  padding-inline: 20px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Tahoma", sans-serif;
}
#main {
  margin-top: -100px;
}
.widget-page-title .entry-title {
  font-size: 24px;
  line-height: 1.384615384615385em;
  color: #444444;
  font-weight: 500;
  text-transform: capitalize;
}
.vc-banner-image img {
  max-width: 100%;
  height: auto;
}
.vc-banner-wrap {
  overflow: hidden;
  position: relative;
}
.vc-banner-wrap .vc-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.vc-banner-wrap .vc-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-align: left;
}
.vc-banner-content em {
  color: #634618;
  font-family: "Open sans";
  line-height: 22px;
  font-size: 15px;
}
.vc-banner-content * {
  color: #412903;
  margin-bottom: 5px;
}
.banner-section .row > .col {
  padding: 0;
}
.banner-section .banner .text-inner h3 {
  font-size: 25px;
  line-height: 35px;
  color: #412903;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: capitalize;
}
.banner-section .banner .text-inner .content {
  font-size: 15px;
  line-height: 22px;
  color: #634618;
}
.icon-box-content:not(:last-child) {
  margin-bottom: 38px;
}
.icon-box-content h3 {
  margin-bottom: 10px;
}
.is-divider {
  background-color: #412903;
}
.testimonial-box .flickity-page-dots .dot.is-selected {
  background-color: #412903;
}
.testimonial-box .flickity-page-dots .dot {
  border-color: #412903;
}
.testimonial-box .testimonial-name {
  color: #555555;
  font-size: 20px;
  font-weight: 500;
}
.testimonial-box .star-rating {
  display: none;
}
.section-title b {
  background-color: transparent;
}
.wpcf7-spinner {
  display: none;
}
.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
  background-color: #fff;
  padding: 15px;
  border-radius: 0;
  min-height: 45px;
  border-color: #fff;
}
.sale-section {
  padding-top: 50px;
  padding-bottom: 80px;
}
.sale-section .vc-banner-image img {
  width: 100%;
}
input[type="submit"]:not(.is-form):hover {
  background-color: #f49b5f !important;
}
input[type="submit"]:not(.is-form) {
  line-height: 43px;
  border-radius: 0;
  background-color: #f57f2f !important;
}
.block_widget .woocommerce .products {
  margin-top: 20px;
}
.footer-widgets .block_widget {
  padding-inline: 15px;
}
.footer-widgets .block_widget a {
  font-weight: 600;
}
.footer-widgets .block_widget p {
  color: #634618;
}
.absolute-footer {
  padding: 0;
}
.copyright-footer a:hover {
  color: #f57f2f;
}
.copyright-footer a {
  font-size: 15px;
  line-height: 26px;
  color: #634618;
  transition: all 0.3s ease;
}
.copyright-footer {
  padding: 18px 0;
  border-top: 1px solid rgba(69, 45, 8, 0.2);
}
/* products */

.products .product.col {
  padding: 0 15px 30px;
}
.product.product-small.product_cat-khuyen-mai .box-image {
  position: relative;
}
.product.product-small.product_cat-khuyen-mai .box-image::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url("./images/red-product-sale-tag_78370-1271-background-removed.png")
    center;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: 1;
}
.product .badge-container {
  display: none;
}
.product.product-small .badge-container {
  margin-top: 0;
  top: unset;
  bottom: 175px;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 15px;
  font-size: 14px;
  display: block;
}
.product .badge-container .badge-inner {
  padding-inline: 15px;
}
.product .box-text-products .title-wrapper p.category a {
  text-transform: none;
}
.product .box-text-products .title-wrapper p.category {
  font-size: 14px;
}
.product .box-text-products .title-wrapper p {
  margin-bottom: 5px;
}
.product .box-text-products {
  text-align: center;
  margin: 32px 0;
  padding: 0;
}
.product .box-text-products .product-title a {
  font-size: 20px;
  color: #444444;
}
.product .box-text-products .product-title a:hover {
  color: #333;
}
.products .product .box-image,
.woocommerce-product-gallery__image,
.box-image {
  border: 1px solid #f1f1f1;
}
span.amount {
  margin-top: 3px;
  color: #412903;
  font-size: 15px;
  font-weight: 500;
}
.variations {
  max-width: 80%;
}
.variations .reset_variations {
  bottom: 50%;
  transform: translateY(50%);
  right: -50px;
}
.product-container {
  padding-top: 30px;
}
.category-page-row {
  padding-top: 50px;
}
.shop-container {
  padding-bottom: 50px;
}
ul.links li {
  margin: 0 15px;
}
.product-small {
  padding-bottom: 30px;
}
/* single product */
.woocommerce .product h1.product_title {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #412903;
  margin-bottom: 10px;
}
.woocommerce div.product .summary .is-divider {
  display: none;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary p.price span.amount {
  color: #634618;
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 7px 0;
}
.product-short-description {
  color: #555555;
}
.woocommerce table.variations tr th label {
  color: #634618;
  font-size: 15px;
  font-weight: normal;
}
.product-page-accordian .accordion .accordion-item .accordion-inner {
  color: #555555;
  padding-inline: 15px;
}
.product-page-accordian .accordion .accordion-item ul {
  padding-left: 15px;
}
.product-page-accordian .accordion .accordion-item h3 {
  margin-bottom: 15px;
}
.product-page-accordian .accordion .accordion-item a .toggle {
  display: none;
}
.product-page-accordian .accordion .accordion-item a:hover {
  background-color: #f57f2f;
  color: #fff !important;
  border: 1px solid #f57f2f;
}
.product-page-accordian .accordion .accordion-item a {
  background-color: #fff;
  color: #452d08;
  font-weight: 500;
  border: 1px solid #452d08;
  text-transform: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5px;
}
.woocommerce-loop-product__title {
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  color: #333;
}
#category-filter {
  padding-bottom: 60px;
  text-align: center;
}
#category-filter ul {
  list-style: none;
  width: 100%;
  margin: 0;
}
#category-filter .select-category {
  display: none;
}
#category-filter ul li {
  display: inline-block;
}
#category-filter ul li a.filter-item:hover,
#category-filter ul li a.filter-item.active {
  color: #333333;
}
#category-filter ul li a.filter-item {
  color: #555555;
  display: inline-block;
  padding: 0 22px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.related-products-wrapper .product-section-title {
  color: #444444;
  font-family: "Tahoma", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 34px;
  padding-top: 50px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  box-shadow: none;
  color: #634618;
}
.has-border {
  border-color: #f1f1f1 !important;
  border: 1px solid;
}
.page-checkout .wc-bacs-bank-details-heading,
.page-checkout .woocommerce-order-details__title,
.page-checkout .woocommerce-customer-details__title {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 20px;
}
.woocommerce-customer-details h2.woocommerce-column__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.page-checkout
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details-account-name {
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 15px;
}
.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
  border: none !important;
}
.page-checkout .row > .col > section:not(:first-child) {
  border-top: 1px solid #ddd;
}
.page-checkout .row > .col > section {
  padding-top: 20px;
}
.woocommerce-page ul.order_details {
  list-style: none;
  margin-bottom: 20px;
}
.woocommerce-page ul.order_details li {
  margin-bottom: 0;
}
.filter-prl-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  z-index: 99;
  background-color: #fff;
  display: none;
  opacity: 0;
  margin-top: 45px;
  box-sizing: border-box;
  text-align: center;
  padding: 120px;
  transition: all 0.3s ease;
}
.filter-prl-loading-msg {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
}
.product_meta > span > a {
  text-transform: none;
}
.product_meta > span {
  font-size: 14px;
  text-transform: uppercase;
}
.entry-header-text-top {
  padding-top: 1.5em;
}
@media only screen and (min-width: 992px) {
  .align-md-middle {
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
  }

  .align-md-bottom {
    align-items: flex-end !important;
    align-self: flex-end !important;
    justify-content: flex-end !important;
    vertical-align: bottom !important;
  }

  .align-md-top {
    align-items: flex-start !important;
    align-self: flex-start !important;
    justify-content: flex-start !important;
    vertical-align: top !important;
  }

  .align-md-center {
    justify-content: center !important;
  }

  .align-md-right {
    justify-content: flex-end !important;
  }
  .footer-widgets .block_widget {
    padding-inline: 0;
  }
  .footer-widgets .block_widget:not(:first-child) {
    padding-left: 15px;
  }
  .footer-widgets .block_widget:not(:last-child) {
    padding-right: 15px;
  }
}
.page-title.normal-title {
  border: none;
}
.page-wrapper {
  padding-top: 0;
}
.blog-list,
.blog-single-wrapper {
  margin-top: 70px;
  position: relative;
}
.blog-list .post-item .col-inner {
  border: 1px solid #f1f1f1;
}
.blog-list .box-text {
  padding-inline: 15px;
}
.blog-list .box-video {
  text-align: center;
}
.blog-list .box-video iframe {
  height: auto;
  aspect-ratio: 16/9;
}
.blog-list .from_the_blog_excerpt {
  padding-bottom: 5px;
}
.blog-list .post-title a {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: none;
  margin-bottom: 5px;
}
.blog-single .article-inner .entry-title {
  font-size: 25px;
  font-weight: 700;
  color: #444444;
  font-family: "Tahoma", sans-serif;
  line-height: 55px;
  font-style: normal;
}
.entry-meta {
  font-size: 14px;
}
.post_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.post-sidebar .widget .is-divider {
  display: none;
}
.post-sidebar span.widget-title {
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  color: #444444;
  text-transform: none;
  margin-bottom: 14px;
}
.post-sidebar .widget > ul {
  padding-left: 15px;
}
.post-sidebar .widget > ul > li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.post-sidebar .widget > ul > li > a {
  display: inline;
}
.post-sidebar .widget {
  margin-bottom: 0;
}
.post-sidebar .products .product-small.box {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff6e7;
}
.post-sidebar .products .product-small.box .box-image {
  border: none;
}
.post-sidebar .products .product-small.box .category {
  display: none;
}
.post-sidebar .products .product-small.box .product-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.post-sidebar .products .product-small.box .product-title a:hover {
  color: #f57f2f;
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
  border: 1px solid rgba(69, 45, 8, 1);
  border-radius: 0;
  color: #634618;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  padding: 13px 18px;
  margin-bottom: 16px;
}
.contact-form input[type="submit"] {
  font-size: 11px;
  line-height: 45px;
  height: 45px;
  font-style: normal;
  font-weight: 700;
  border-width: 0px;
  padding-left: 45px;
  padding-right: 45px;
}
.back-to-top.active {
  bottom: 65px;
}
.back-to-top:hover {
  background-color: #f57f2f !important;
}
.back-to-top:hover .icon-angle-up {
  color: #fff;
}
.back-to-top .icon-angle-up {
  top: 8.5px;
  color: rgba(245, 127, 47, 1);
}
.back-to-top {
  right: 50% !important;
  transform: translateX(50%) !important;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(245, 127, 47, 1) !important;
  transition: all 0.3s ease !important;
}
.woocommerce-billing-fields {
  margin-top: -10px;
}
.woocommerce-billing-fields,
form.checkout .woocommerce-billing-fields h3 {
  border-top: none;
  padding-top: 0;
}
.page-checkout {
  padding-top: 50px;
  padding-bottom: 50px !important;
}
.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
  border: none;
  outline-offset: unset;
}
.footer-1,
.footer-2 {
  border-top: none;
}
.kien-thuc-content-bg {
  position: relative;
}
.kien-thuc-content-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5em;
  top: -1.5em;
  left: 0;
  background-color: rgb(255, 246, 231);
}
.kien-thuc-text-box ul {
  list-style: url("../flatsome-child/images/list-icon.png");
}
.kien-thuc-text-box:not(.custom-icon) ul {
  list-style: none;
}
.kien-thuc-text-box:not(.custom-icon) ul li:before {
  content: "-";
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .testimonial-box {
    padding-inline: 16%;
  }
  .col:not(.post-item) {
    padding-inline: 15px !important;
    padding-bottom: 0 !important;
  }
  .woocommerce table.variations {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .woocommerce-product-gallery__image--gift .product-gift-image {
    width: 100px;
    height: 100px;
  }
  .sale-section .wpb_column:not(:first-child) {
    padding-top: 7.5px;
  }
  .sale-section .wpb_column:not(:last-child) {
    padding-bottom: 7.5px;
  }
  .sale-section .wpb_column .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .product.product-small .badge-container {
    font-size: 12px;
    bottom: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .sale-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main {
    margin-top: 0;
  }
  #header {
    background-color: #fff6e7 !important;
  }
}
@media only screen and (max-width: 849px) {
  .product.product-small .badge-container {
    display: none;
  }
  .product-info.summary {
    padding-top: 30px;
  }
  #category-filter:not(.blogs-filter) .category-list {
    display: none;
  }
  #category-filter .select-category {
    display: block;
    max-width: 50%;
  }
  #header {
    padding-top: 15px;
  }
  #header .header-inner {
    padding-inline: 0;
  }
  .category-page-row {
    padding-top: 15px;
  }
  #category-filter {
    padding-bottom: 15px;
  }
  #category-filter .select-category {
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    border: none;
    box-shadow: none;
    margin-inline: auto;
    padding-right: 25px;
  }
  #category-filter.blogs-filter {
    padding-bottom: 30px;
  }
  #category-filter.blogs-filter ul li a.filter-item {
    padding-inline: 15px;
  }
  .blog-list {
    margin-top: 50px;
  }
  .blog-list > .col {
    padding-bottom: 0;
  }
  .product-main {
    padding-top: 0;
  }
  .accordion-inner {
    padding-inline: 0;
  }
  .accordion-inner p {
    margin-bottom: 0;
  }
  .back-to-top.active {
    bottom: 15px;
  }
  .back-to-top {
    width: 30px;
    height: 30px;
  }
  .back-to-top .icon-angle-up {
    top: 2.5px;
  }
  .related-products-wrapper .row-slider .flickity-prev-next-button {
    width: 25px !important;
    height: 25px;
    top: calc((100% - 140px) / 2);
    transform: translateY(-50%);
  }
  .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 20px !important;
  }
  .slider-nav-reveal .flickity-prev-next-button.next {
    right: 20px !important;
  }
  .shop-container {
    padding-bottom: 0;
  }
  .product-small {
    padding-bottom: 0;
  }
  .page-wrapper {
    padding-bottom: 0;
  }
  .widget {
    margin-bottom: 10px;
  }
}
/* quatet */
.pt-3 {
  padding-top: 30px;
}
.lunar-new-year-gift .description del {
  opacity: 0.8;
}
.lunar-new-year-gift .wealth-gift,
.lunar-new-year-gift .fortune-gift,
.lunar-new-year-gift .to-gather-gift {
  padding-top: 40px;
}
.lunar-new-year-gift .wealth-gift .title,
.lunar-new-year-gift .wealth-gift .description,
.lunar-new-year-gift .fortune-gift .title,
.lunar-new-year-gift .fortune-gift .description {
  color: #e51e21;
}
.lunar-new-year-gift .to-gather-gift .title,
.lunar-new-year-gift .to-gather-gift .description {
  color: #bc6f29;
}
.lunar-new-year-gift .img {
  position: relative;
}
.lunar-new-year-gift .img::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url("./images/bg-discount-10.png") center;
  background-size: cover;
  bottom: -15px;
  right: -15px;
  z-index: 1;
}
.lunar-new-year-gift .gift-price {
  font-size: 20px;
  line-height: 22px;
}
.sale-percent {
  padding-left: 15px;
}
.woocommerce-product-gallery__image--gift {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #eee;
}
.woocommerce-product-gallery__image--gift::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  transform: rotate(-20deg);
  width: 30px;
  height: 30px;
  background-image: url("./images/gift-icon.png");
  background-size: cover;
}
.text-center{
	text-align: center;
}
.pum-container.pum-responsive img {
	width: 100%;
}
@media only screen and (max-width: 1566px) {
  #header .nav > li > a {
    line-height: 65px;
  }
}
@media only screen and (max-width: 850px) {
  .lunar-new-year-gift .row .col {
    padding-bottom: 30px !important;
  }
  .lunar-new-year-gift .fortune-gift .col:first-child {
    order: 1;
  }
}
@media only screen and (max-width: 800px) {
  .blog-single .entry-header-text .entry-title {
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .product.product-small.product_cat-khuyen-mai .box-image::before {
    width: 40px;
    height: 40px;
  }
  .woocommerce-product-gallery__image--gift .product-gift-image {
    width: 80px;
    height: 80px;
  }
  .flex-row.form-flat .flex-col {
    padding-right: 15px;
  }
  #category-filter .select-category {
    display: block;
    max-width: 70%;
  }
  .article-inner .entry-image {
    margin-bottom: 30px;
  }
}
