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

td {
    color: #000000;
}

/* Ảnh sản phẩm chính */
.woocommerce div.product div.images img {
    aspect-ratio: 1 / 1; /* Giữ hình vuông */
    object-fit: cover; /* Cắt ảnh cho đẹp */
    width: 100%;
    height: auto;
}

/* Ảnh trong gallery thumbnail bên dưới */
.woocommerce div.product div.images .thumbnails img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Fix khung chứa thumbnail nếu bị méo */
.woocommerce div.product div.images .thumbnails .col {
    aspect-ratio: 1 / 1;
}



.blog-single .entry-content {padding-top: 0em!important;}
.posted-on {
    padding-right:10px;
}
.entry-meta i{
    padding-right:3px;
}

@media screen and (min-width: 850px) {.blog-wrapper .large-10 {flex-basis: 100%;max-width: 100%;}}
.blog-wrapper .post-item .col-inner {background: #FFF;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);box-shadow: 0 0 10px rgba(0, 0, 0, .1);border-radius: 12px;overflow: hidden;}
.blog-wrapper .post-item .box-text {padding-left: 15px;padding-right: 15px;}
@media (min-width: 1200px) {.blog-wrapper .post-item .post-title {font-size: 24px;}}
.nav-dropdown>li>a {color: hsl(0deg 0% 0%);}
.custom-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.custom-post-meta .post-date {
  color: #4f4f4f;
  font-size: 14px;
}

.custom-post-meta .read-more {
  color: #C28E68;
  font-weight: 500;
  cursor: pointer;
}




.product-small .box-image {
    width: 100%; /* hoặc kích thước cụ thể như 200px */
    padding-top: 100%; /* Tạo tỷ lệ 1:1 dựa trên chiều rộng */
    position: relative;
    overflow: hidden;
}

.product-small .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo hình ảnh lấp đầy khung mà không bị méo */
}


.row .row:not(.row-collapse) {margin:auto!important;}
.imgsectopleft {
  position: absolute; /* Định vị hình ảnh */
  top: 0; /* Căn lên trên */
  left: 0; /* Căn sang trái */
  z-index: -1; /* Đảm bảo hình ảnh nằm dưới các row khác */
}
.imgsecbottom{
  position: absolute; /* Định vị hình ảnh */
  bottom: 0; /* Căn xuống dưới cùng */
  left: 50%; /* Căn giữa theo chiều ngang */
  transform: translateX(-50%); /* Điều chỉnh hình ảnh về chính giữa */
  width: 100%; /* Chiều rộng của hình ảnh sẽ bằng chiều rộng của section */
  object-fit: cover; /* Đảm bảo hình ảnh không bị bóp méo khi mở rộng */  z-index: -1;
}


.sliderproduct .price .woocommerce-Price-amount {
    color: #FA1111 !important;
}
.sliderproduct .col-inner {
    border-radius: 20px;
    border: 2px solid rgba(196, 120, 86, .5);
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 100%;
    overflow: hidden;
}
.product.product-small .col-inner {
    border-radius: 20px;
    border: 2px solid rgba(196, 120, 86, .5);
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 100%;
    overflow: hidden;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/* Buộc hiển thị .cart-icon bất kể hover hay không */
.image-tools .cart-icon {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}
.product-info h1 {
    color: #613613!important;
}
/* Ghi đè opacity: 0 của Flatsome */
.hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in, .show-on-hover {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}
.cart-icon{
    background: #ffffffb8;
    border: none !important;
    padding: 8px;
    border-radius: 3px;
}
.cart-icon strong  {
    border-color: #ffffff;
	 color: #ffffff;
}

.video-wrapper {
    position: relative;
    width: 100%; /* Chiếm toàn bộ chiều rộng */
    /*max-width: 645px;  Giới hạn max */
    aspect-ratio: 16 / 9; /* Giữ tỷ lệ 16:9 */
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000; /* Background fallback */
}

.video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 56px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-wrapper:hover .youtube-icon {
    opacity: 1;
}

/* Đảm bảo icon YouTube không bị to quá trên màn hình nhỏ */
@media (max-width: 768px) {
    .youtube-icon {
        width: 60px;
        height: 42px;
    }
}





@media screen and (max-width: 1124px) {
    .custom-product-info, 
    .detail-button {
        display: none !important;
    }
	.product.product-small {
    padding: 5px!important;
}
}
.single-product .single-top {
    background: #FFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    padding: 30px;
}

.custom-product-info {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.custom-product-info p {
    margin: 2px 0;
}
.price-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.detail-button {
    background:linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%) !important;
    color: #fff; /* Màu chữ */
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
}
.custom-ordering {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}


/* Ẩn .shop-page-title trên tất cả các trang TRỪ single product */
body:not(.single-product) .shop-page-title {
    display: none !important;
}

/* Bọc toàn bộ phần sắp xếp (Dropdown + Nút Sắp Xếp) */
.custom-ordering-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

/* Dropdown "Khoảng giá" */
.filter-price {
    border-radius: 5px;
    cursor: pointer;
    max-width: 160px;
}

/* Nút sắp xếp */
.custom-ordering {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Các nút */
.order-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.order-btn:hover, .order-btn.active {
    background-color: #613613;
    color: #fff;
    border-color: #613613;
}

/* Trên Mobile: Dropdown & Nút Sắp Xếp có thể trượt ngang */
@media screen and (max-width: 768px) {
    .custom-ordering-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        white-space: nowrap;
        padding-bottom: 5px;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .custom-ordering-wrapper::-webkit-scrollbar {
        display: none;
    }

    .custom-ordering {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .filter-price {
        flex-shrink: 0;
        font-size: 14px;
        padding: 6px 10px;
    }

    .order-btn {
        flex-shrink: 0;
        font-size: 14px;
        padding: 6px 10px;
        scroll-snap-align: start;
    }
}





.nav-uppercase>li>a {text-transform: none;}
.isures-thumb--wrap {display:none!important;}
#header .nav>li.has-icon>a>i {font-size: 28px !important;}
.header-main ul.nav > li > a {font-weight: 800;}
@media (min-width: 1200px) {.header-main ul.nav>li>a {font-size: 18px;}}.title-linear {background: linear-gradient(90deg, #603719, #C47856);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.sec-camket {margin-top:-100px;padding-top:15px;background-color:#fff;border-radius:10px;box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);}
.sec-camket h4 {background: linear-gradient(90deg, #603719, #C47856);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.sec-camketmobile h5 {background: linear-gradient(90deg, #603719, #C47856);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.nav-spacing-xlarge>li {margin: 0 22px;}
.boder-radius-img {
    border: 2px solid #603719;
    border-top-right-radius: 50px;
    margin-bottom: 0 !important;
    background-color: #FAFAFA !important;
    overflow: hidden;
}.border-text-box {border-top-right-radius: 70px;position: absolute !important;top: -40px;background-color: #603719;opacity: 0.9;padding: 20px;}
.text-box-content .button {background:linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%) !important}
.star-rating span:before {color: #FFD013 !important;letter-spacing: 5px;}
.star-rating:before, .woocommerce-page .star-rating:before {letter-spacing: 5px;}

.product.product-small .box-text .price-wrapper .price .woocommerce-Price-amount {
    color: #FA1111 !important;
}
.single-product .product-summary .price-wrapper span.amount, .single-product .product-summary .price-wrapper del span.amount, .single-product .product-summary .price-wrapper ins span.amount {
    color: #C28E68;
}

.yan-icon-facebook-message:before {
  content: "\e911";
}

.yan-icon-phone-ring:before {
  content: "\e912";
}

.yan-icon-shopping:before {
  content: "\e913";
}

.yan-icon-menu-toggle:before {
  content: "\e910";
}

.yan-icon-trash:before {
  content: "\e90e";
}

.yan-icon-search:before {
  content: "\e90d";
}

.yan-icon-clock:before {
  content: "\e900";
}

.yan-icon-shopping-cart:before {
  content: "\e901";
}

.yan-icon-user:before {
  content: "\e902";
}

.yan-icon-adward:before {
  content: "\e903";
}

.yan-icon-cash-back:before {
  content: "\e904";
}

.yan-icon-facebook:before {
  content: "\e905";
}

.yan-icon-fire-wall:before {
  content: "\e906";
}

.yan-icon-instagram:before {
  content: "\e907";
}

.yan-icon-mail:before {
  content: "\e908";
}

.yan-icon-map-pin:before {
  content: "\e909";
}

.yan-icon-phone:before {
  content: "\e90a";
}

.yan-icon-ship:before {
  content: "\e90b";
}

.yan-icon-zalo:before {
  content: "\e90c";
}

/**
 * Basic typography style for copy text
 */


.header .header-wrapper .header-top {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
}

.header .header-wrapper .header-top .header-cart-link:hover strong {
  background-color: #e24747 !important;
}

.header .header-wrapper .header-top .cart-icon.image-icon {
  font-family: 'y_an_font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .header-wrapper .header-top .cart-icon.image-icon:before {
  font-size: 20px;
  content: "\e901";
}

.header .header-wrapper .header-top .cart-icon.image-icon strong {
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  font-size: 11px;
  position: absolute;
  top: -12px;
  right: -10px;
  line-height: 13px;
  text-align: center;
  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: 18px;
  width: 18px;
}

.header .header-wrapper .header-top .cart-icon.image-icon strong:after {
  display: none !important;
}

.header .header-wrapper .header-top a:hover {
  color: #ffffff !important;
}

.header .header-wrapper .header-top #header-contact > li > a {
  font-size: 14px !important;
}

.header .header-wrapper .header-top #header-contact.nav-divided > li + li > a::after {
  border-color: #ffffff !important;
}

.header .header-wrapper .header-top .header-divider {
  border-color: #fff;
  height: 12px;
}

.header .header-wrapper .header-top ul.nav-dropdown a:not(.button) {
  color: #000000 !important;
}

.header .header-wrapper .header-top ul.nav-dropdown a:not(.button):hover {
  color: #613613 !important;
}

.header .header-wrapper .header-main {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.header .header-wrapper .mobile-nav a {
  color: #613613;
}

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

.header .header-top .header-cart-link .yan-icon {
  position: relative;
}

.header .header-top .header-cart-link .yan-icon .cart-count {
  background-color: #ffffff;
  border-radius: 50%;
  color: #613613;
  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;
  font-size: 12px;
  font-family: "Be Vietnam", sans-serif;
  height: 18px;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
}

footer#footer .block_widget .ux-logo .ux-logo-link {
  padding: 0 !important;
}

footer#footer .block_widget .section-title-container {
  margin-bottom: 10px;
}

footer#footer .block_widget .section-title-normal {
  border: none;
  color: #ffffff;
}

footer#footer .block_widget .section-title-normal span {
  border: none;
}

footer#footer .block_widget p {
  color: #cccccc;
  margin-bottom: 18px;
}

footer#footer .block_widget a {
  color: #cccccc;
}

footer#footer .block_widget a:hover {
  color: #ffffff;
}

footer#footer .block_widget .ux-menu .ux-menu-link {
  border: none;
  margin-bottom: 18px;
}

footer#footer .block_widget .ux-menu .ux-menu-link__link {
  border: none !important;
}

footer#footer .absolute-footer {
  background-color: #E4DCCA;
  color: #4F4F4F;
}

footer#footer .absolute-footer p {
  color: #4F4F4F;
  margin: 0;
}

footer#footer .col {
  padding-bottom: 0;
}

footer#footer .footer-menu-mobile {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 50px;
  width: 100%;
  z-index: 99;
}

footer#footer .footer-menu-mobile .menu-item {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  text-align: center;
}

footer#footer .footer-menu-mobile .menu-item .yan-icon {
  font-size: 22px;
}

footer#footer .footer-menu-mobile .menu-item span.title {
  display: block;
  text-align: center;
  width: 100%;
}

footer#footer .footer-menu-mobile p {
  font-size: 14px;
  margin: 7px 0 0;
}

footer#footer .footer-menu-mobile .footer-cart-item {
  border: 5px solid #E4DCCA;
  background-color: #613613;
  border-radius: 50%;
  height: 56px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
}

footer#footer .footer-menu-mobile .footer-cart-item a {
  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;
  color: #ffffff;
  height: 100%;
  width: 100%;
}

.button {
  border-radius: 5px;
}

.button.primary {
  background-color: #6C6B57;
}

.button.primary:hover {
  background-color: #6C6B57;
}

.button.is-xlarge {
  line-height: 100%;
}

.yan-post-item .col-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.yan-post-item .box-text {
  padding-left: 15px;
  padding-right: 15px;
}

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

.yan-post-item .post-meta {
  font-size: 16px;
}

.yan-post-item .post-meta .col {
  padding-bottom: 0;
}

.yan-post-item .post-meta .post-date-inner {
  font-size: 16px;
}

.yan-post-item .post-meta a.read-more {
  color: #C28E68;
  font-size: 16px;
}

.yan-post-item .post-meta a.read-more:hover {
  background: none;
  color: #613613;
}

.yab_featured_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.featured_item {
  cursor: pointer;
  height: 166px;
  width: 166px;
}

.featured_item > div {
  background-image: url("assets/images/bg-featured-item.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  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;
  padding: 15px;
  height: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 100%;
}

.featured_item > div:hover {
  -webkit-box-shadow: 2px 3px 7px #cccccc;
          box-shadow: 2px 3px 7px #cccccc;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.featured_item h3 {
  font-size: 15px;
  font-weight: 400;
}

.yan-post-grid .post-type-item .col-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.yan-post-grid .post-type-item .content-box {
  padding: 15px;
}

.yan-post-grid .post-type-item .content-box h3 {
  font-weight: 500;
}

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

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

form label .required {
  color: #EB5757;
}

form label.error {
  color: #EB5757;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

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

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

.product-page-block-title {
  color: #613613;
  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;
}
.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 {
    text-align: left;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.product.product-small .box-text .product-title {color: #613613;font-size: 17px;font-weight: 800;}

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

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

.product.product-small .box-text .price-wrapper span.amount {
  font-size: 15px;
}

.product.product-small .box-text .button {
    border: none;
    color: #ffffff !important;
    border-radius: 7px !important;
    font-weight: 800;
    line-height: 28px;
}

.product.product-small .box-text .button:hover {
  background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%) !important
}

.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;
}

.flickity-enabled.slider-nav-reveal {
  position: relative;
}

.flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover,
.flickity-enabled.slider-nav-reveal .flickity-prev-next-button,
.flickity-enabled.slider-nav-reveal .flickity-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #613613;
  border-radius: 50%;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  height: 55px !important;
  width: 55px !important;
}

.flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover svg,
.flickity-enabled.slider-nav-reveal .flickity-prev-next-button svg,
.flickity-enabled.slider-nav-reveal .flickity-button svg {
  margin: 0 !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: #613613;
  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: #613613;
}

.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;
}

.page-template-default #main .row-main {
  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);
}

.single-post .article-inner {
  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;
}

.archive.category .page-title,
.blog .page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.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%) !important
  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: #613613;
}

.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, #613613 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: #613613;
  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, #ff444b 12.14%, #b11f24 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, #ff444b 12.14%, #b11f24 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: #613613;
  font-family: "Faustina", sans-serif;
  font-weight: 400;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-name {
  color: #613613;
  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%) !important;
  border-radius: 7px !important;
}

.home .slider-wrapper .button:hover {
  background: linear-gradient(96.55deg, #b11f24 12.14%, #f1474d 105.25%);
}

.home .call-to-action {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 7px #f1f1f1;
          box-shadow: 2px 3px 7px #f1f1f1;
  padding: 15px 0;
}

.home .call-to-action .col {
  padding-bottom: 0;
  position: relative;
}

.home .call-to-action .col::after {
  background-color: #CECECE;
  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: #ffffff;
}

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

.home .yan-video-section a.button.primary {
  border: none;
  color: #ffffff !important;
  background:linear-gradient(96.55deg, #084b5e 12.14%, #169bc1 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, #b11f24 12.14%, #f1474d 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;
}

.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, #613613 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 a {
  color: #C28E68;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: #613613;
}

.single-product .woocommerce-breadcrumb a:last-child {
  color: #613613;
}

.single-product .woocommerce-breadcrumb a:last-child:hover {
  text-decoration: underline;
}

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

.single-product .single-top {
  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-bottom: 40px;
  padding: 30px;
}

.single-product .product-summary .woocommerce-breadcrumb {
  display: none;
}

.single-product .product-summary .product-title {
  margin-top: 0;
}

.single-product .product-summary .is-divider {
  display: none;
}

.single-product .product-summary .price-wrapper {
  color: #C28E68;
  margin-bottom: 30px;
}

.single-product .product-summary .price-wrapper span.amount,
.single-product .product-summary .price-wrapper del span.amount,
.single-product .product-summary .price-wrapper ins span.amount {
  color: #FA1111;
}

.single-product .product-summary .product-short-description {
  margin-bottom: 30px;
}

.single-product .product-summary form.cart .variations label {
  color: #613613 !important;
  font-size: 14px;
}
.is-divider {display:none;}
.single-product .product-summary form.cart .variations .ux-swatch {
  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);
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

.single-product .product-summary form.cart .variations .ux-swatch.selected {
  background: #FFD8BC;
  border: 1px solid #98172F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.single-product .product-summary form.cart .woocommerce-variation-price {
  border: none;
  color: #C28E68;
  font-family: "Faustina", sans-serif !important;
  padding: 15px 0;
}

.single-product .product-summary form.cart .woocommerce-variation-price .span.amount {
  font-size: 24px;
}

.single-product .product-summary form.cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.single-product .product-summary form.cart .quantity-title-text {
  color: #613613 !important;
  font-family: "Faustina", sans-serif !important;
  font-size: 14px;
}

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

.single-product .product-summary .single_add_to_cart_button:hover {
  background: linear-gradient(96.55deg, #b11f24 12.14%, #f1474d 105.25%);
}

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

.single-product .product-footer > .container {
  padding-left: 0;
  padding-right: 0;
}

.single-product .product-footer .woocommerce-tabs-and-comments {
  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-bottom: 40px;
  padding: 30px;
  width: 100%;
}

.single-product .product-footer .related {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.single-product .product-footer .product-section-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.single-product .product-footer .product-section-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

.single-product .product-footer .product-section-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%;
}

.single-product .woocommerce-tabs-and-comments .product-description {
  margin-bottom: 30px;
}

.single-product .woocommerce-tabs-and-comments .product-description-content h1,
.single-product .woocommerce-tabs-and-comments .product-description-content h2,
.single-product .woocommerce-tabs-and-comments .product-description-content h3,
.single-product .woocommerce-tabs-and-comments .product-description-content h4,
.single-product .woocommerce-tabs-and-comments .product-description-content h5,
.single-product .woocommerce-tabs-and-comments .product-description-content h6 {
  color: #000000;
  font-family: "Be Vietnam", sans-serif;
}

.single-product .woocommerce-tabs-and-comments .product-description-content h2,
.single-product .woocommerce-tabs-and-comments .product-description-content h3 {
  font-size: 20px;
}

.single-product .continue-shopping {
  margin-bottom: 50px;
}

.single-product .continue-shopping a {
  font-size: 18px;
  color: #613613;
}

.single-product .continue-shopping a:hover {
  color: #C28E68;
}

.woocommerce-shop .category-page-title .page-title-inner,
.post-type-archive-product .category-page-title .page-title-inner,
.tax-product_cat .category-page-title .page-title-inner {
  text-align: center;
}

.woocommerce-shop .category-page-title .yan-shop-page-title,
.post-type-archive-product .category-page-title .yan-shop-page-title,
.tax-product_cat .category-page-title .yan-shop-page-title {
  color: #613613;
  font-family: "Faustina", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.woocommerce-shop .category-page-title .yan-shop-page-title .main-title-content,
.post-type-archive-product .category-page-title .yan-shop-page-title .main-title-content,
.tax-product_cat .category-page-title .yan-shop-page-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-shop .category-page-title .yan-shop-page-title .main-title-content::after,
.post-type-archive-product .category-page-title .yan-shop-page-title .main-title-content::after,
.tax-product_cat .category-page-title .yan-shop-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%;
}

.woocommerce-shop .category-page-title .shop-page-title,
.post-type-archive-product .category-page-title .shop-page-title,
.tax-product_cat .category-page-title .shop-page-title {
  display: none;
}

.woocommerce-shop .category-page-title .woocommerce-breadcrumb,
.post-type-archive-product .category-page-title .woocommerce-breadcrumb,
.tax-product_cat .category-page-title .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-shop .products,
.post-type-archive-product .products,
.tax-product_cat .products {
  margin-bottom: 30px !important;
}

.woocommerce-shop .woocommerce-pagination,
.post-type-archive-product .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination {
  margin-bottom: 30px;
}

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

.woocommerce-cart .woocommerce-cart-content {
  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;
}

.woocommerce-cart .shopping_cart_page_title {
  margin-bottom: 40px;
}

.woocommerce-cart .shopping_cart_page_title .page_title {
  font-weight: 400;
  text-align: center;
}

.woocommerce-cart .shopping_cart_page_title .main-title {
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-cart .shopping_cart_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-cart .woocommerce-cart-form .shop_table thead th,
.woocommerce-cart .woocommerce-cart-form .shop_table .order-total td,
.woocommerce-cart .woocommerce-cart-form .shop_table .order-total th {
  color: #613613;
  font-family: "Faustina", sans-serif;
  font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item {
  color: #4F4F4F;
  font-size: 18px;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-name {
  font-family: "Faustina", sans-serif;
  font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-price span.amount {
  color: #4F4F4F;
  font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-quantity .quantity-title-text {
  display: none !important;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove a.remove,
.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove a.icon-remove {
  border: none;
  font-size: 30px !important;
}

.woocommerce-cart .woocommerce-cart-form .button-continue-shopping {
  display: none;
}

.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .br_cart_suggestions_cart {
  padding-top: 50px;
}

.woocommerce-cart .br_cart_suggestions_cart > .woocommerce > h4 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-cart .br_cart_suggestions_cart > .woocommerce > h4::after {
  background-color: #C28E68;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .continue-shopping {
  width: 100%;
}

.woocommerce-cart .checkout-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;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 100%;
}

.woocommerce-cart .checkout-button:hover {
  background: linear-gradient(96.55deg, #613613 12.14%, #E9BC98 105.25%);
}

.bg-img-right {
    top:50% !important;
    position: absolute;
    left: -70px;
    top: 50%;
}

.img-icon-1 {
    position: absolute;
    top: 0px;
}

.img-3 {
     position: absolute;
bottom: -50%;
    opacity: 0.8;
    left: 0;
}

.bg-img-6 {
  right: -85%;
    top: 270px;
    position: absolute;

}
.img-b {
      position: absolute;
    left: 50%;
    top: 460px;
}

@media (max-width: 549px) {
    .bg-img-6 {
        opacity: 0.6;
    }
}

@media (max-width: 549px) {
    .bg-img-6 {
      top: auto !important;
        right: -68% !important;
        bottom: 50px !important;
    }
}