/*
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.   ***************/


@font-face {
  font-family: 'Roboto';
  src: url('font/Roboto-Regular_0.ttf') format('truetype');

}
@font-face {
  font-family: 'Roboto-Black';
  src: url('font/Roboto-Black_0.ttf') format('truetype');

}
@font-face {
  font-family: 'Roboto-Light';
  src: url('font/Roboto-Light_0.ttf') format('truetype');

}
a.button.primary{
  font-family: 'Roboto-Light' !important;
}
body{font-family:  "Roboto",  sans-serif !important}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:  "Roboto-Black",  sans-serif !important}
.alt-font{font-family:  "Roboto",  sans-serif !important}
h1,h2,h3,h4{
    font-family: 'Roboto-Black' !important;
}
.fce-tab-more-btn{
  font-size: 13px;
}
.p-number{
      font-family: 'Roboto-Black' !important;
font-size: 22px ;
margin-bottom: 0px;
color: var(--primary-color);

}
.box-text .product-title a{
        font-family: 'Roboto-Black' !important;
font-size: 20px ;
color: black;
}
.wpcf7-submit{
  border-radius: 99px !important;
}
.wpcf7-spinner{
  display: none;
}
h5,h6{
font-family:  "Roboto",  sans-serif !important
}
.title-home{
  font-family: 'Lato Heavy';
}
.product-small.box .box-text{
  text-align: left;
}
.footer-duoi p{
  margin-bottom: 0px;
}
.div-arrow::after {
     content: "";
    position: absolute;
    top: 15%;
    right: -30px;
    transform: translateY(-50%);
    width: 71px;
    height: 20px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

/* Ẩn mũi tên ở cột cuối cùng (không cần mũi tên sau item cuối) */
.div-arrow:last-child::after {
  display: none;
}
.wpcf7-text,.wpcf7-textarea{
    box-shadow: unset !important;
    border-radius: 4px !important;
}
.section-cau-chuyen {

  background-image: url('images/nen-section.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50% auto; /* chỉnh lại tỉ lệ tuỳ kích thước ảnh thật */
}


.div-dang-ky{
        padding-bottom: 0px !important;
    margin-top: 15px;
}

.product-small.box  .box-plus-link {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 15px;
  height: 15px;
  padding: 9px;
  box-sizing: content-box;

  display: block;
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: center;

  border: 1px solid #9E784A;
  border-radius: 99px;

  z-index: 5;
  cursor: pointer;
}
.header-nav-main .icon-search:before{
     content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-top: -5px;
}
.fce-tab-more-btn i{
  margin-left: 5px !important;
}
a.button.success .icon-angle-right:before,.fce-tab-more-btn .icon-angle-right:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(images/angle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-top: -5px;
}

a.button.primary .icon-angle-right:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(images/angle-right-primary.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-top: -5px;
}

#footer .stack{
  width: 77% !important;
}


.header .header-top .yan-icon {
  font-size: 18px !important;
}

.header .header-top .header-cart-link .yan-icon {
  position: relative;
}
.absolute-footer{
  display: none;
}
#footer .icon-box p{
  margin-bottom: 5px;
}
#footer ul li{
  border: unset;
}
#footer h3{
  font-family: 'Roboto' !important;
  text-transform: uppercase;
}
.button {
  border-radius: 5px;
}





.section-title b {
  opacity: 0;
  visibility: hidden;
}


.section-title-container.underline .section-title-main {
  position: relative;
  padding-bottom: 10px;
}

.section-title-container.underline .section-title-main::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.product-page-block-title {
  color: var(--primary-color);
  font-family: "Faustina", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title {
  font-weight: 400;
}

#login-form-popup .account-login-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#login-form-popup .account-login-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

#login-form-popup .account-login-title .main-title-content::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

#login-form-popup .account-container {
  text-align: center;
}

.header-main ul.nav > li > a {
  font-size: 15px;
  font-weight: 500;

}

.mfp-content .mobile-sidebar {
  background: var(--primary-color) !important;
  height: 100%;
}

.account-login-title {
  font-size: 18px;
  font-weight: 400;
}

.product.product-small {
  padding: 15px;
}



.product.product-small .badge-container {
  font-size: 12px;
  font-weight: 400;
  left: 15px;
}





.product.product-small .box-text .product-title a {
  color: var(--primary-color);
}

.product.product-small .box-text .product-title a:hover {
  color: #000000;
}



.product.product-small .box-text .button {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 42px;
  padding: 5px 15px;
  text-transform: none;
}

.product.product-small .box-text .button:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.product.product-small .product-loop-gallery {
  padding: 10px 15px;
}

.product.product-small .product-loop-gallery .gallery-item {
  margin: 0 1%;
  padding: 0 5px;
  width: 23% !important;
}



.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
  color: #ffffff !important;
}

#fb-root {
  display: none;
}

.chat-social-button {
  background-color: transparent;
  display: inline-grid;
  position: fixed;
  bottom: 75px;
  right: 25px;
  min-width: 45px;
  text-align: center;
  z-index: 99999;
}

.social-button-content {
  display: inline-grid;
}

.chat-social-button a {
  margin: 5px 0;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}

.chat-social-button i {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.chat-social-button span {
  display: none;
}

.chat-social-button a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 9px;
  right: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.chat-social-button a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #67b634;
  position: absolute;
  right: -10px;
  top: 10px;
}

.alo-circle {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  width: 50px;
  height: 50px;
  top: 3px;
  right: -3px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: var(--primary-color);
  opacity: .5;
}

.alo-circle-fill {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  width: 60px;
  height: 60px;
  top: -2px;
  right: -8px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: #C28E68;
  opacity: .75;
}

.call-icon:hover > span,
.mes:hover > span,
.sms:hover > span,
.zalo:hover > span {
  display: block;
}

@-webkit-keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}

.yan-testimonial-slider .testimonail-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #f2efee;
          box-shadow: 0px 0px 10px #f2efee;
  border-radius: 15px;
  padding: 15px 25px !important;
}

.yan-testimonial-slider .testimonail-item .col {
  padding-bottom: 0;
}

.yan-testimonial-slider .testimonail-item .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yan-testimonial-slider .testimonail-item .customer-name {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.yan-testimonial-slider .testimonail-item .customer-position {
  font-size: 16px;
}

.yan-testimonial-slider .image-box {
  text-align: center;
}

.yan-testimonial-slider .image-box img {
  height: auto;
  width: 100%;
}

.yan-testimonial-slider .content-box .content-box__rate-action {
  color: var(--primary-color);
}

.yan-testimonial-slider .content-box .like-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.yan-testimonial-slider .content-box .rate-label {
  margin-right: 10px;
}

.yan-testimonial-slider .content-box .like-label {
  margin-right: 10px;
}

.yan-testimonial-slider .content-box img {
  height: 30px;
}

.yan-testimonial-slider .content-box .like-total {
  padding: 0 10px;
}

.yan-testimonial-slider .content-box .disk-like-total {
  padding-left: 10px;
}

.yan-testimonial-slider .slider-nav-reveal .flickity-prev-next-button.previous {
  left: 0 !important;
}

.yan-testimonial-slider .slider-nav-reveal .flickity-prev-next-button.next {
  right: 0 !important;
}

.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover,
.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-prev-next-button,
.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-button {
  height: 40px !important;
  width: 40px !important;
}
#main h1{
  color: var(--primary-color);
}
.page-template-default #main .row-main {
     background: #FAF7F5;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.single-post .article-inner {
    background: #FAF7F5;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}
input.submit{
  border-radius: 99px !important;
}
#comments .comment-respond {
 
    border-radius: 10px;
}
.archive.category .page-title,
.blog .page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.entry-divider{
  display: none !important;
}
.archive.category .yan-blog-page-title,
.blog .yan-blog-page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.archive.category .yan-blog-page-title .main-title-content,
.blog .yan-blog-page-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

.archive.category .yan-blog-page-title .main-title-content::after,
.blog .yan-blog-page-title .main-title-content::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.content-order-success {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.content-order-success .checked-content {
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  width: 62px;
}

.content-order-success .checked-content i.icon-checkmark {
  color: #ffffff;
  font-size: 36px;
}

.content-order-success h2 {
  font-weight: 400;
  margin: 30px 0;
}

.content-order-success .thank-you-text-content {
  color: var(--primary-color);
}

.content-order-success .button-continue-shopping {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.content-order-success .button-continue-shopping:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.woocommerce-checkout #main .row-main {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce-checkout form.woocommerce-checkout {
  padding: 0;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-left .content-checkout-wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-left h3 {
  font-size: 18x;
  font-weight: 400;
  margin-bottom: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-right .content-checkout-wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields {
  border: none;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p {
  margin-bottom: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="email"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="search"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="number"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="url"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="tel"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="text"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields textarea {
  background: #FFFFFF;
  /* #C2CFE0 */
  border: 1px solid #C2CFE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  border-top: 1px solid #E0E0E0;
}

.woocommerce-checkout form.woocommerce-checkout label {
  font-weight: 400;
}

.woocommerce-checkout form.woocommerce-checkout .wc_payment_method {
  padding: 10px 0;
}

.woocommerce-checkout form.woocommerce-checkout .wc_payment_method label {
  color: var(--primary-color);
  font-size: 16px;
}

.woocommerce-checkout .checkout_page_title {
  margin-bottom: 40px;
}

.woocommerce-checkout .checkout_page_title .page_title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.woocommerce-checkout .checkout_page_title .main-title {
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-checkout .checkout_page_title .main-title::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.woocommerce-checkout .checkout-sidebar h3 {
  font-size: 18x;
  font-weight: 400;
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-sidebar button#place_order {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 100%;
}

.woocommerce-checkout .checkout-sidebar button#place_order:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.woocommerce-checkout .checkout-sidebar .shop_table thead th,
.woocommerce-checkout .checkout-sidebar .shop_table .order-total td,
.woocommerce-checkout .checkout-sidebar .shop_table .order-total th {
  color: var(--primary-color);
  font-family: "Faustina", sans-serif;
  font-weight: 400;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-name {
  color: var(--primary-color);
  font-family: "Faustina", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-image {
  margin-right: 10px;
  width: 60px;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-image img {
  height: auto;
  width: 100%;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-quantity {
  text-align: right;
  width: 40px;
}

.home .slider-wrapper .banner h2,
.home .slider-wrapper .banner h3,
.home .slider-wrapper .banner h1 {
  font-size: 24px;
}

.home .slider-wrapper .banner p {
  font-size: 14px;
}

.home .slider-wrapper .section-title-container::after {
  display: none;
}

.home .slider-wrapper .section-title-container .section-title {
  border: none !important;
  color: #ffffff;
  font-size: 24px;
}

.home .slider-wrapper .section-title-container .section-title-main {
  border: none !important;
}

.home .slider-wrapper .button {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
}

.home .slider-wrapper .button:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.home .call-to-action .col {
  padding-bottom: 0;
  position: relative;
}
.div-doi-tac-trai::after {
  background-color: #022B1A;
  content: '';
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
.home .call-to-action .col::after {
  background-color: #FFE9B3;
  content: '';
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.home .call-to-action .col:last-child::after {
  display: none;
}

.home .call-to-action .icon-box .icon-box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .call-to-action .icon-box .icon-box-text h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.home .call-to-action .icon-box .icon-box-text p {
  font-size: 14px;
}

.home .button.reveal-icon {
  color: #C28E68;
}

.home .button.reveal-icon:hover {
  color: var(--primary-color);
}

.home .yan-video-section a.button.primary {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 42px;
  padding: 5px 15px;
  text-transform: none;
}

.home .yan-video-section a.button.primary:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.home .yan-video-section .button.open-video {
  position: relative;
}

.home .yan-video-section .button.open-video i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
}
.section-doi-tac .icon-box{
  align-items: center;
}
.product-small.box:hover{
      background: #FFE9B3;
      border-color: #FFE9B3;;
}
.product-small.box{
  border: 2px solid #9E784A;
    border-radius: 15px;
    padding: 10px;
      transition: background 0.25s ease, border-color 0.25s ease;
}
.product-small.box .box-image{
  padding: 10px;
}
.product-small.box .box-text{
    padding: 10px;
}
#product-sidebar aside{
  background: #FAF7F5;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
h1.shop-page-title{
  color: var(--primary-color);
  font-size: 30px;
}
span.widget-title{
  color: var(--primary-color);
}
.product-main .large-9{
      background: #FAF7F5;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}
.product-gallery .image-tools{
  display: none !important;
}
.is-divider{
  display: none;
}
.row-mua-hang .icon-box img{
        height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px;
    margin-right: 5px;
}
.row-mua-hang .box-lien-he{
    background:#022B1A;
}
.row-mua-hang .box-shopee{
    background:#FF5723;
}
.row-mua-hang .box-lazada{
    background:#FD17C6;
}
.row-mua-hang .box-tiktok{
    background:#000000;
}
.row-mua-hang .box-facebook{
    background:#0968FF;
}
.row-mua-hang .icon-box .icon-box-text{
        color: white;
    font-weight: bold;
}
.row-mua-hang .icon-box{
        padding: 5px 8px;
    border-radius:5px;
    align-items:center;
    margin-bottom:10px;
}
.row-mua-hang .icon-box p{
    font-weight:bold;
    margin-bottom:0px;
    color:white;
}
.row-mua-hang .icon-box:hover p{
    color:white;
}
.row-mua-hang .col{
    padding-top:0px !important;
}

#post-list .post-item .box{
      border: 2px solid #9E784A;
    border-radius: 15px;
    padding: 10px;
    transition: background 0.25s ease, border-color 0.25s ease;
}
#post-list .post-item .box .box-image{
  border-radius: 15px;
}
.title-home{
  line-height: 40px !important;
      font-size: 30px !important;
      color: var(--primary-color) ;
}
a.fce-tab-more-btn {
      background: unset;
    border: unset;
    color: #231F20 !important;
}
.section-sp .nav li.tab a .fce-tab-label{
  line-height: 36px;
}
.section-sp .nav li.tab.active a,.section-sp .nav li.tab:hover a{
background: #022B1A;
color: #F1E9DD;
}
.section-sp .nav li.tab{
  margin-right: 10px;
}
.section-sp .nav li.tab a{
      margin-bottom: 12px;
padding: 2px 28px;
    background-color: #ede4d3;
    color: #0d3b2e;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.15s ease;
}

.page-template-page-account-form .account-login-register-wrap,
.woocommerce-account .account-login-register-wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding-bottom: 50px;
  padding: 30px 50px 50px;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title,
.woocommerce-account .account-login-register-wrap .account-login-title {
  margin-bottom: 30px;
  text-align: center;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title .main-title-content,
.woocommerce-account .account-login-register-wrap .account-login-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title .main-title-content::after,
.woocommerce-account .account-login-register-wrap .account-login-title .main-title-content::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.page-template-page-account-form .account-login-register-wrap label,
.woocommerce-account .account-login-register-wrap label {
  font-weight: 400;
}

.page-template-page-account-form .account-login-register-wrap a:hover,
.woocommerce-account .account-login-register-wrap a:hover {
  color: #000000;
}

.page-template-page-account-form .account-login-register-wrap .woocommerce-form-login__submit,
.page-template-page-account-form .account-login-register-wrap .woocommerce-form-register__submit,
.woocommerce-account .account-login-register-wrap .woocommerce-form-login__submit,
.woocommerce-account .account-login-register-wrap .woocommerce-form-register__submit {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
  border-radius: 7px !important;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 100%;
}

.page-template-page-account-form .account-login-register-wrap .woocommerce-form-login__submit:hover,
.page-template-page-account-form .account-login-register-wrap .woocommerce-form-register__submit:hover,
.woocommerce-account .account-login-register-wrap .woocommerce-form-login__submit:hover,
.woocommerce-account .account-login-register-wrap .woocommerce-form-register__submit:hover {
  background: linear-gradient(96.55deg, var(--primary-color) 12.14%, #E9BC98 105.25%);
}

.page-template-page-account-form .account-login-register-wrap form p,
.woocommerce-account .account-login-register-wrap form p {
  margin-bottom: 1em;
}

.single-product .woocommerce-breadcrumb {
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}



.single-product .woocommerce-breadcrumb a:hover {
  color: var(--primary-color);
}

.single-product .woocommerce-breadcrumb a:last-child {
  color: var(--primary-color);
}
  .div-dang-ky a{
    margin-bottom: 0px;
  }
@media(max-width: 855px){
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px;
    text-transform: initial;
}
	a.button.success .icon-angle-right:before, .fce-tab-more-btn .icon-angle-right:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;

    margin-top: -3px;
}
	a.fce-tab-more-btn{
		font-size:10px;
		margin-bottom:0px;
	}
	.section-sp .nav li.tab a {
    margin-bottom: 12px;
    padding: 2px 10px;
    background-color: #ede4d3;
    color: #0d3b2e;
    font-size:10px;
  
}
	.section-sp .nav li.tab a .fce-tab-label {
    line-height: 25px;
}
  .div-text-gioi-thieu{
    padding-top: 100px;
  }
   .section-cau-chuyen {
    background-position: left top;
    background-size: 60% auto; /* tuỳ chỉnh lại tỉ lệ cho phù hợp mobile */
  }

  .div-dang-ky  .col-inner{
text-align: center;
  }
.section-khoanh-khac .text-box p br{
  display: none;
}
  .section-khoanh-khac .text-box{
        width: 90% !important;
	          left: 15px;
  }
  .div-arrow:nth-child(2)::after {
  display: none;
}
}

@media(min-width: 1023px){
  .section-sp .tabbed-content  h4{
  margin-top: 12px;
}
.section-sp .nav{
    position: absolute;
    margin-left:228px;
}
}



