/*
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:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
#main {
	background: #f7f7f7;
}
#wrapper .font-dancing h1, #wrapper .font-dancing h2, #wrapper .font-dancing h3,
#wrapper .font-dancing h4, #wrapper .font-dancing h5 {
font-family: "Agbalumo", system-ui;
}
#wrapper>.message-wrapper {
	display: none;
}
#wrapper .bg-color {
	background-color: #f7f7f7;
}
#wrapper .none-mg {
	margin: 0;
}
#wrapper .none-pb {
  padding-bottom: 0;
}
#wrapper p, #wrapper a {
  	font-size: 16px;
	color: #484848;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
	font-size: 20px;
}
#wrapper .none-padding {
  padding: 0;
}
.header-normal h1,
.header-normal h2,
.header-normal h3,
.header-normal h4,
.header-normal h5 {
  font-family: "Nunito Sans";
}	
#wrapper .pd-tb-10 {
  padding: 50px 0;
}

.title-header {
margin-bottom: 20px;
	padding-bottom: 10px;	
}
.title-header h2,
.title-header h3 {
    font-size: 40px;
    font-weight: 700;
	margin-bottom: 0
}
#wrapper .ml-m20 {
	margin-left: -20px;
}
.row .col .col-inner {
	font-size: 16px;
}
#wrapper .padding-10r {
	padding-top: 100px;
	padding-bottom: 100px;
}
.yith-wcan-filters .irs.irs--round {
	width: 100%;
}
#wrapper #main .position-center {
	left: 50%;
	top: 50%;
	bottom: unset;
	transform: translate(-50%, -50%);
}
a.back-to-top.button.icon {
	    width: 48px;
    height: 48px;
    background-color: #186F3E;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    bottom: 60px;
    right: 34px;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
}
a.back-to-top.button.icon.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
a.back-to-top.button.icon .icon-angle-up:before {
	font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.sc-sendmail h2 {
    font-size: 38px;
}
.sc-sendmail p{
	color:#fff !important;
	text-align:center;
}
.sc-sendmail input.wpcf7-form-control.wpcf7-submit.has-spinner.button.btn-left {
    display: inline-flex;
    align-items: center;
    border-radius: 0 16px 0 16px;
    width: max-content;
    background-color: var(--fs-color-secondary);
    border: 1px solid var(--fs-color-secondary);
    transition: 1s 0.9s ease-in-out;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transform: translateX(20px);
}
.sc-sendmail span.wpcf7-form-control-wrap input {
    border-radius: 30px;
}
.absolute-footer {
	padding: 15px 0;
	background: var(--fs-color-primary);
	border-top: 1px solid var(--fs-experimental-link-color-hover);
}
footer#footer i{
	color: var(--fs-color-secondary);
}
/* Header */

#wrapper #header .header-wrapper,
#wrapper #header {
  z-index: unset;
}
#wrapper #header .header-wrapper.stuck {
	z-index: 1001;
}
#wrapper #header .header-wrapper.stuck #logo {
	background-color: #F3F4DB;
        width: 80px;
        height: 80px;
        transform: translateY(0);
        border-radius: 1.2rem 0;
	    max-height: unset;
    margin-top: 20px;
}
#wrapper .header-wrapper.stuck #masthead .flex-col.flex-grow li a {
	padding: 0;
}
#wrapper #header #top-bar {
	max-height: auto;
  transition: 0.4s;
}
/* #wrapper #header  #top-bar {
	max-height: auto;
  transition: 0.4s;
} */
#wrapper #header #top-bar #header-contact {
  gap: 20px;
}
#wrapper #header #top-bar #header-contact li:nth-child(1) {
  order: 3;
}
#wrapper #header #top-bar #header-contact li:nth-child(2) {
  order: 2;
}
#wrapper #header #top-bar #header-contact li:nth-child(3) {
  order: 1;
}
#wrapper #header #top-bar #header-contact a i {
  color: var(--fs-color-secondary);
}
#wrapper #header #top-bar #header-contact a span {
  font-size: 16px;
  color: #484848;
}
.sc-popular-homepage .img img {
    border-radius: 10px;
}
#wrapper #header #logo {
  margin-right: 2rem;
  transition: 0.4s;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px 0 24px 0;
  width: 7.5rem;
  height: 7.5rem;
  transform: translateY(-1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper #header #logo::after {
  content: "";
  width: 10px;
  height: 17px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #8c9000;
  position: absolute;
  top: 0;
  left: 100%;
}
#wrapper #header .header-wrapper.stuck #logo::after{
	display: none;
}

#wrapper #header #masthead {
  z-index: 12;
	    background: #007700;
}
#wrapper #header #masthead .flex-col.flex-grow ul {
  justify-content: center;
}
#wrapper #header #masthead .flex-col.flex-grow ul li {
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  transition: 0.4s;
  display: flex;
  margin: 0 0 0 20px;
}
#wrapper #header .stuck #masthead {
	background: #007700;
	height: 60px!important;
}
#wrapper #masthead .flex-col.flex-grow li a {
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s;
}
#wrapper #masthead .flex-col.flex-grow li.active a,
#wrapper #masthead .flex-col.flex-grow li:hover a,
#wrapper .header-wrapper.stuck #masthead .flex-col.flex-grow li:hover a,
#wrapper .header-wrapper.stuck #masthead .flex-col.flex-grow li.active a {
  color: #FFC107;
}
.woocommerce-cart header#header,.woocommerce-checkout header#header{
    position: relative !important;
}
.woocommerce-cart .header-bg-color,.woocommerce-checkout .header-bg-color{
    background-color: #186f3e;
}
.woocommerce-cart #header,.woocommerce-checkout #header{
    height: auto !important;
}
#wrapper .stuck #masthead .flex-col.flex-grow li a {
	color: #fff;
}
#wrapper #masthead .flex-col.flex-right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 14px;
  border: 0.8px solid #ffffff;
  position: relative;
  transition: 0.4s;
}
#wrapper .header-wrapper.stuck #masthead .flex-col.flex-right ul li a, 
#wrapper .header-wrapper.stuck #masthead .flex-col.flex-right ul li a i::before {
	border-color: #fff;
	color: #fff;
}
#wrapper #masthead .flex-col.flex-right ul li a:hover {
  background-color: #FFC107;
}
#wrapper #masthead .flex-col.flex-right ul li a i {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper #masthead .flex-col.flex-right ul li a i::before {
  font-size: 14px;
	color: #fff;
}
/* #main .sc-homepage-product {
  bottom: 160px;
} */

#main .sc-homepage-product .row.container h2{
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
  transition: 1s 0.5s ease-in-out;
  transform: translateX(2.1rem);
  opacity: 0;
}
#main .sc-homepage-product .row.container .text.font-dancing > p {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Nunito Sans";
  margin-bottom: 0;
  transition: 1s 0.5s ease-in-out;
  transform: translateX(2.2rem);
  opacity: 0;
}
#main .sc-homepage-product .row.container ul {
  box-sizing: border-box;
  list-style: none;
  margin-top: 2rem;
}
#main .sc-homepage-product .row.container ul li {
  margin: 0;
  transition: 1s 0.5s ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
  display: block;
  color: #ffffff;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
}
#main .sc-homepage-product .row.container ul li:nth-child(2) {
  transition: 1s 0.7s ease-in-out;
}
#main .sc-homepage-product .row.container ul li:nth-child(3) {
  transition: 1s 0.9s ease-in-out;
}
#main .sc-homepage-product .row-homepage-product {
  transition-duration: 1000ms;
}
#main .sc-homepage-product .row-homepage-product.is-selected ul li,
#main .sc-homepage-product .row-homepage-product.is-selected h2,
#main .sc-homepage-product .row-homepage-product.is-selected .row.container .text.font-dancing > p,
#main .sc-homepage-product .row-homepage-product.is-selected a{
  transform: translateX(0);
  opacity: 1;
}
#main .sc-homepage-product .row.container {
  position: absolute;
  bottom: 15%;
  left: 10%;
}
#main .sc-homepage-product .row-homepage-product:nth-child(n + 3) .row.container {
  bottom: 35%;
}
#main .sc-homepage-product .row.container ul li:not(:first-child) {
  margin-top: 20px;
}
#main .sc-homepage-product .row.container ul li::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/03/icon-leaf-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
#main a.button.btn-hover,
#main .sc-detail-product .single_add_to_cart_button.button.alt,
#main .sc-contact .col-contact-right > .col-inner .wpcf7-submit.button.btn-left {
  display: inline-flex;
    align-items: center;
/*     padding: 10px 16px; */
    border-radius: 0 16px 0 16px;
    width: max-content;
    background-color: var(--fs-color-secondary);
    border: 1px solid var(--fs-color-secondary);
    transition: 1s 0.9s ease-in-out;
    margin-top: 30px;
    justify-content: center;
    position: relative;
    overflow: hidden;
	transform: translateX(20px);
}
#main .sc-detail-product .single_add_to_cart_button.button.alt,
#main .sc-detail-product a.button.btn-hover {
	margin-top: 15px;
}
#main .sc-contact .col-contact-right > .col-inner .wpcf7-submit.button.btn-left {
    padding: 0 12px;
    transform: unset;
    margin-top: 15px;
    text-transform: none;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt {
	transform: unset;
}
#main a.button.btn-hover.btn-white {
	opacity: 1;
	 background-color: #fff;
	border-color: #fff
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    color: #FFC107;
}
#main a.button.btn-hover:hover,
#main .sc-detail-product .single_add_to_cart_button.button.alt:hover {
  box-shadow: unset;
}
#main a.button.btn-hover span,
#main .sc-detail-product .single_add_to_cart_button.button.alt span {
 color: #fff;
	font-size: 17px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 3;
    transition: color 0.3s ease-in-out;
}
#main a.button.btn-hover.btn-white span {
	color: var(--fs-color-secondary);
}
#main a.button.btn-hover::after,
#main .sc-detail-product .single_add_to_cart_button.button.alt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 0.5s ease-in-out;
}
#main a.button.btn-hover.btn-white::after {
	background-color: var(--fs-color-secondary);
}
#main a.button.btn-hover:hover::after,
#main .sc-detail-product .single_add_to_cart_button.button.alt:hover::after {
    transform: scaleX(1);
    transform-origin: center left;
}
#main a.button.btn-hover:hover span {
    color: var(--fs-color-secondary);
}
#main a.button.btn-hover.btn-white:hover span {
	color: #fff
}
.line {
	display: flex;
    align-items: center;
    gap: 10px;
}
.line-dot {
	width: 12px;
    height: 12px;
    display: block;
    background-color: var(--fs-experimental-link-color-hover);
    transform: rotate(45deg);
}
.line-dot:first-child, .line-dot:last-child {
	width: 5px;
    height: 5px;
}
.dot-left {
	display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
}
.dot-left h2 {
	width: max-content;
	    font-size: 28px;
}
#main .sc-about-homepage .dot-left .line,
#main .sc-popular-homepage .dot-left .line,
#main .sc-feedback .dot-left .line{
	transition: 0.4s;
    transform: translateX(-50%) scale(0);
}
#main .sc-about-homepage.in-view .dot-left .line,
#main .sc-popular-homepage.in-view .dot-left .line,
#main .sc-feedback.in-view .dot-left .line {
	transform: translateX(0%) scale(1);
    transition-delay: 0.5s;
}
.dot-left .line-dot:nth-child(2) {
	order: 1;
}
.dot-left .line-dot:first-child {
	order: 2;
}
.dot-left .line-dot:last-child {
	order: 3;
}
.dot-under .line {
	justify-content: center;
}
#main .sc-cate-homepage .dot-under .line,
#main .sc-life-healthy .dot-under .line,
#main .sc-main_cate-highlight .dot-under .line {
	transition: 0.4s;
    transform: translateX(0) scale(0);
}
#main .sc-cate-homepage.in-view .dot-under .line,
#main .sc-life-healthy.in-view .dot-under .line,
#main .sc-main_cate-highlight.in-view .dot-under .line {
	transform: translateX(0) scale(1);
    transition-delay: 0.5s;
}
#main .sc-cate-homepage {
	    padding-top: 80px;
	padding-bottom: 80px;
}
#main .sc-cate-homepage .text.title-header h2,
#main .sc-about-homepage .text.title-header h2,
#main .sc-life-healthy .row-livehealthyhp,
#main .sc-popular-homepage .row-popular-homepage,
#main .sc-feedback .col-feedback-right,
#main .sc-st-ct-under .text.title-header h3,
#main .sc-st-ct-under .text.title-header p,
#main .sc-main_cate-blog .text h1{	
    transform: translateY(40px);
    transition: 0.6s 0.05s ease-in-out;
 
}
#main .sc-cate-homepage.in-view .text.title-header h2,
#main .sc-about-homepage.in-view .text.title-header h2,
#main .sc-life-healthy.in-view .row-livehealthyhp,
#main .sc-popular-homepage.in-view .row-popular-homepage,
#main .sc-feedback.in-view .col-feedback-right,
#main .sc-st-ct-under.in-view .text.title-header h3,
#main .sc-st-ct-under.in-view .text.title-header p,
#main .sc-main_cate-blog.in-view .text h1 {
	transform: translateY(0);
	opacity: 1;
}
#main .sc-cate-homepage .col-catehp .col-inner{
	display: flex;
	justify-content: space-around;
}
#main .sc-cate-homepage .row-each-catehp {
  width: 22%;
  position: relative;
}
#main .sc-cate-homepage .row-each-catehp .img.has-hover {
  border-radius: 50%;
  overflow: hidden;
	margin-bottom: 0;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top {
  position: absolute;
  width: 75%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(243, 244, 219, 0.9);
  border-radius: 100rem;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top .icon-box-img {
  margin-bottom: 0;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top .icon-box-img .icon {
	    width: 3.2rem;
    height: 3.2rem;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top .icon-box-img .icon .icon-inner {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top .icon-box-text {
      width: 80%;
    text-align: center;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top .icon-box-text .text-under-catehp p {
	    font-weight: 700;
    color: #186F3E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top::after {
  content: "";
  width: 120%;
  height: 120%;
  border-radius: 100rem;
  border: 1px dashed #c4c74c;
  position: absolute;
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  transition: 0.4s;
}
#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top:hover::after {
	width: 170%;
  height: 170%;
}
/* @keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes filling {
    0%, 90% {
        fill: transparent;
        fill-opacity: 0;
    }
    100% {
        fill: transparent;
        fill-opacity: 1;
    }
} */
#main .sc-about-homepage .col-container > .col-inner {
	display: flex;
	justify-content: space-between
}
#main .sc-about-homepage .section-content.relative .row-storyhp {
	max-width: 50%;
	flex-basis: 50%;
}
#main .sc-about-homepage .section-content.relative .row-storyhp .img.has-hover .img-inner {
    border-radius: 30px 0;
}
#main .sc-about-homepage .about-content {
	transition: 1s;
	clip-path: inset(0 100% 0 0);
}
#main .sc-about-homepage.in-view .about-content {
	clip-path: inset(0 0 0 0);
}
#main .sc-about-homepage .section-content.relative .box-text-story {
    display: flex;
    justify-content: space-between;
}
#main .sc-about-homepage .section-content.relative .box-text-story .above-text {
	    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: -1px -1px 0 #00703c, 1px -1px 0 #00703c, -1px 1px 0 #00703c, 1px 1px 0 #00703c;
}
#main .sc-about-homepage .section-content.relative .box-text-story .above-text .text {
        margin-bottom: 0;
    font-weight: 700;
    line-height: 1.55;
    font-size: 16px;
    text-shadow: 0 0 black;
}

#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner .img {
	clip-path: circle(2.5% at 100% 100%);
    transition: 1s;
}
#main .sc-about-homepage.in-view .section-content.relative .row-storyhp .col-inner .img {
	clip-path: circle(141.4% at 100% 100%);
}

#main .sc-life-healthy {
	background-color: var(--fs-color-primary);
}
#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .box-image,
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .box-image,
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image,
#main .sc-post-relative .box-image {
    overflow: hidden;
    border-radius: 0 32px;
}
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image .image-cover {
	height: 215px;
}
#main .blog-archive .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image .image-cover {
    height: 315px;
}
#main .sc-all_cates {
	padding-top: 0;
}
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-image,
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-image {
    overflow: hidden;
    border-radius: 32px 0;
	width: 40%;
}
#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .box-text {
	padding: 0;
}
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text,
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text{
	padding: 0 0 0 1.2rem;
}
#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .post-title a, 
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-title a,
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-title a,
 #main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-title a,
#main .sc-post-relative .post-title a,
#main .product-small.col .box-text.box-text-products .product-title a {
    font-weight: 800;
    color: #484848;
    transition: 0.4s;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunito Sans';
}
#main .product-small.col .box-text.box-text-products .product-title a {
	font-size: 16px;
}
#main .image-tools.hide-for-small.hover-slide-in,
.ux-cart-coupon.mb-0{
	display: none;
}
#wrapper #main .box.box-text-bottom.box-blog-post .post-title a:hover {
	color: var(--fs-experimental-link-color-hover);
}
#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .from_the_blog_excerpt,
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .from_the_blog_excerpt,
#main .sc-post-relative .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 14px;
}
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post {
	position: relative;
}
#main .box.box-text-bottom.box-blog-post .post-meta {
	font-size: 16px;
    background: var(--fs-color-primary);
    border-radius: 0 8px;
    color: #000;
}
#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .post-meta,
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-meta,
#main .sc-post-relative .post-meta,
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-meta {
    padding: 5px 8px;
}
#main .box.box-text-bottom.box-blog-post .post-meta::before {
	content: "\f073";
font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 10px;
	color: var(--fs-color-secondary);
}
#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .post-meta {
    position: absolute;
    right: 5%;
    bottom: 145%;
}
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-meta {
    position: absolute;
    right: 4%;
    bottom: 130%;
}
#main .sc-post-relative .post-meta {
    position: absolute;
    right: 4%;
    bottom: 110%;
}
#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-text {
	padding: 0;
}
#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(n+3) {
	margin-top: 24px;
}
#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(2n+1) {
	padding: 0 12px 0 15px;
}
#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(2n) {
	padding: 0 15px 0 12px;
}
#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(2n) .box.box-text-bottom.box-blog-post .post-meta,
#main .sc-post-relative .col.post-item:nth-child(2n) .post-meta {
	right: unset;
	left: 4%
}
#main .sc-all_cates .col-all_cates-left .post-title,
#main .sc-post-relative .post-title {
	min-height: 44px;
}
#main .sc-all_cates .col.post-item .post-date .badge-inner {
	color: var(--fs-color-secondary);
}
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner,
#main .sc-main_cate-highlight .box-text .box-text-inner,
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner {
    display: flex;
    flex-direction: column;
} 
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-title,
#main .sc-main_cate-highlight .box-text .box-text-inner .post-title,
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-title {
	order: 2;
}
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-meta,
#main .sc-main_cate-highlight .box-text .box-text-inner .post-meta,
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-meta {
	order: 1;
}
#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .from_the_blog_excerpt,
#main .sc-main_cate-highlight .box-text .box-text-inner .from_the_blog_excerpt {
	order: 3;
}
#main .sc-life-healthy .row.row-livehealthyhp > .col > .col-inner > p {
	justify-self: center;
}
#main .sc-life-healthy .row.row-livehealthyhp > .col > .col-inner > p a {
	margin: 0;
}
#main .sc-popular-homepage {
	background: #f7f7f7;
}
#main .sc-popular-homepage .col-ppl-title,
#main .sc-popular-homepage .col-popular-banner {
	flex-basis: 27%;
    max-width: 27%;
}
#main .sc-popular-homepage .col-ppl-products {
	flex-basis: 73%;
    max-width: 73%;
}
#main .sc-popular-homepage .col .tabbed-content ul li a span {
	font-size: 18px;
	padding: 6px 12px;
    border-radius: 0 16px;
    font-weight: 800;
background-color: #f3f4db;
    color: #FFC107;
    transition: 0.4s;
}
#main .sc-popular-homepage .col .tabbed-content ul li.active a span,
#main .sc-popular-homepage .col .tabbed-content ul li:hover a span {
	background-color:#007700;
    color: #FFC107;
}
#main .product-small.col:nth-child(n+4) {
	margin-top: 10px;
}
#main .sc-popular-homepage .col .tabbed-content .product-small.col > .col-inner,
#main .product-small.col > .col-inner {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 16px;
}
#main .product-small.col .box-text.box-text-products .title-wrapper{
	margin: 10px 0;
	text-align: center;
}
.testimonial-box p,.testimonial-meta.pt-half span,strong.testimonial-name.test_name{
    color: #fff !important;
}
#main .product-small.col .box-text.box-text-products .title-wrapper a:hover {
	color: var(--fs-color-secondary);
}
#main .sc-popular-homepage .col .tabbed-content .product-small.col .box-text.box-text-products .price-wrapper,
#main .product-small.col .box-text.box-text-products .price-wrapper {
	display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
#main .product-small.col .box-text.box-text-products .price-wrapper .price bdi{
    font-size: 20px;
    font-weight: 800;
    color: #186F3E;
    line-height: 1;
}
#main .sc-popular-homepage .row-popular-homepage {
	position: relative;
}
#main .sc-popular-homepage .col-popular-banner {
    position: absolute;
    top: 9%;
}
#main .sc-popular-homepage .col-ppl-products {
	padding-left: 0;
}
#main .sc-popular-homepage .col-popular-banner img {
    overflow: hidden;
    border-radius: 16px;
}
#main .sc-feature .icon-box {
	transform: scale(.6);
    transition: 0.6s 0.7s ease-in-out;
    opacity: 0;
}
#main .sc-feature.in-view .icon-box {
	opacity: 1;
	transform: translateZ(0) scale(1);
}
#main .sc-feature .icon-box-img {
/* 	width: 4rem !important; */
    margin-right: 12px;
}
#main .sc-feature .icon-box-text {
	padding-left: 0;
}
#main .sc-feature .icon-box-text .text h3 {
    line-height: 1.2;
    margin-bottom: 0;
}
#main .sc-feature .row.row-full-width {
	justify-content: center;
}
#main .sc-feature .row.row-full-width > .col.none-padding {
	flex-basis: 23%;
	max-width: 23%;
}
/* xoay */
#main .sc-feedback .col-feedback-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#main .sc-feedback .col-feedback-left > .col-inner {
    position: relative;
}
#main .sc-feedback .col-feedback-left .img.main-img {
    border-radius: 50%;
    overflow: hidden;
	position: relative;
	outline: 2vw solid var(--fs-experimental-link-color-hover);
}
#main .sc-feedback .col-feedback-left .img.main-img .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#main .sc-feedback .col-feedback-left > .col-inner::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 1px dashed var(--fs-experimental-link-color-hover);
top: -18%;
    left: 8%;
    transform: translate(-50%, -50%);
    animation: spin 30s linear infinite;
}
#main .sc-feedback .col-feedback-left .img.sub-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
	border: 2px solid var(--fs-experimental-link-color-hover);
}
#main .sc-feedback .col-feedback-left .img.sub-img-1 {
        width: 65px;
    height: 65px;
    top: 37%;
    left: 2%;
	animation: rotateOrbit 40s linear infinite reverse;
}
#main .sc-feedback .col-feedback-left .img.sub-img-2 {
    width: 45px;
    height: 45px;
    top: 5%;
    left: 76%;
	animation: rotateOrbit 40s linear infinite reverse;
}
#main .sc-feedback .col-feedback-left .row-img-small {
        position: absolute;
        width: 106%;
    height: 130%;
    top: -15%;
	animation: rotateOrbit 40s linear infinite;
}
#main .sc-feedback .col-feedback-left .col-img-small .col-inner {
	
	height: 100%;
}
@keyframes rotateOrbit {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
#main .sc-feedback .col-feedback-left .dot {
    position: absolute;
    background-color: var(--fs-experimental-link-color-hover);
    border-radius: 50%;
}
#main .sc-feedback .col-feedback-left .dot1 {
	    width: 15px;
    height: 15px;
	top: 84%;
    left: 15%;
}
#main .sc-feedback .col-feedback-left .dot2 {
	    width: 20px;
    height: 20px;
    top: -2%;
    left: 26%;
}
@keyframes spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}
#main .sc-feedback .col-feedback-right .slide-fb .text.list-star {
	position: relative;
}
#main .sc-feedback .col-feedback-right .slide-fb .text.list-star .star-filter {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
}
#main .sc-feedback .col-feedback-right .slide-fb .flickity-slider > .row:first-child .text.list-star .star-filter {
	width: 80%;
}
#main .sc-feedback .col-feedback-right .slide-fb .flickity-slider > .row:nth-child(2) .text.list-star .star-filter {
	width: 80%;
}
#main .sc-feedback .col-feedback-right .slide-fb .flickity-slider > .row:last-child .text.list-star .star-filter {
	width: 100%;
}
#main .sc-feedback .col-feedback-right .slide-fb {
	min-height: 208px;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 > .col-inner {
    display: flex;
    align-items: center;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 > .col-inner > .img.has-hover {
    width: max-content;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .img-inner {
    width: 60px;
    height: 60px;
    border-radius: 100rem;
    overflow: hidden;
    margin-right: 1rem;
    border: 1px solid #ffffff;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .box-text {
	padding: 0;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .box-text h4 {
	color: #fff;
    font-weight: 700;
    transition: 0.4s;
    font-size: 16px;
    font-family: 'Nunito Sans';
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .box-text p {
    font-size: 16px;
    transition: 0.4s;
	color: #fff;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .text:nth-child(2) {
	flex: 1;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .star-flex {
    display: flex;
    justify-content: flex-end;
}
#main .sc-feedback .col-feedback-right .col-fb-l3 .star-flex i {
	color: #FFC107;
}
#main .sc-feedback .col-feedback-right .col-fb-background > .col-inner {
    border-radius: 1.6rem;
    padding: 40px;
    transition: 0.4s;
    height: 100%;
    background: var(--fs-color-secondary);
}
#main .sc-feedback .col-feedback-right .col-fb-cmt p {
	color: #fff;
	margin-bottom: 0;
}
#main .sc-sendmail .col-sendmail > .col-inner {
   position: relative;
}
#main .sc-sendmail .col-sendmail > .col-inner .img-inner {
	
}
#main .sc-sendmail .col-sendmail > .col-inner .img-inner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(24, 111, 62, 0.5), rgba(24, 111, 62, 0.5));
    z-index: 2;
}
#main .sc-sendmail .col-sendmail > .col-inner .img-inner img {
	height: 100%;
	object-fit: cover;
}
#main .sc-sendmail .col-sendmail > .col-inner .text.text-title h1 {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 12%) 68.93%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2;
    font-size: 9vw;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    clip-path: inset(100% 0 0 0);
    transition: 2s;
    opacity: 0.6;
	margin-bottom: 0em;
}
#main .sc-sendmail.in-view .col-sendmail > .col-inner .text.text-title h1 {
	clip-path: inset(0 0 0 0);
}
#main .sc-sendmail .col-sendmail > .col-inner .img.has-hover {
    margin-bottom: 0;
}

#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p input[type=submit] {
    height: 44px;
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #186F3E;
    transition: 0.4s;
    margin: 0;
	    text-transform: none;
}
#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p input[type=submit]:hover {
	box-shadow: unset;
}
#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p input[type=submit]::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    z-index: 5;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 0.5s ease;
	background: var(--fs-experimental-link-color-hover);
}
#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p input[type=submit]:hover::after {
        transform: scale(1);
        transform-origin: center left;
}
#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p .wpcf7-spinner {
	display: none;
}
#footer .sc-top-footer .col-1 > .col-inner{
	width: 168px;
    height: 168px;
    background-color: #ffffff;
    border-radius: 16px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translate(-25px, -50px);
}
#footer .sc-top-footer .col-1 .col-inner .img.has-hover{
	position: unset;
	    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo img {
    border-radius: 10px 0px 10px 0px;
}
#footer .sc-top-footer .col-1 .col-inner::after {
	content: "";
    width: 12px;
    height: 21px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    left: 100%;
    top: 0;
    background-color: var(--fs-experimental-link-color-hover);
    z-index: -1;
}
#footer .sc-top-footer .col-1 .img.has-hover::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/03/decor-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
#footer .sc-top-footer .col-1 .img.has-hover::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/03/decor-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#footer .sc-top-footer .row h2,
#main .sc-contact .col-contact-left h2{
	    color: #484848;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
    font-family: "Nunito Sans";
}
#footer .sc-top-footer .row a,
#footer .sc-top-footer .row-top-footer p{
	font-size: 15px;
	margin-bottom: 0;
	color: #484848;
}
#footer .sc-top-footer .row a:hover,
#main .sc-contact .col-contact-left a:hover{
	color: var(--fs-color-secondary);
}
#footer .sc-top-footer .row p:not(:first-child),
#main .sc-contact .col-contact-left p:not(:first-child) {
	margin-top: 10px;
}
#footer .sc-top-footer .row a.ic-mail::before,
#main .sc-contact .col-contact-left a.ic-mail::before {
	content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
	color: var(--fs-color-secondary);
}
#footer .sc-top-footer .row a.ic-lc::before,
#main .sc-contact .col-contact-left a.ic-lc::before {
	content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
	color: var(--fs-color-secondary);
}
#footer .sc-top-footer .row a.ic-phone::before,
#main .sc-contact .col-contact-left a.ic-phone::before {
	content: "\f2a0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
	color: var(--fs-color-secondary);
}
#footer .sc-top-footer .col-f-plr{
	padding-right: 0;
	padding-left: 0;
}
.col-hover-logo .icon-box.featured-box.icon-box-left.text-left .icon-box-text {
	display: none;
	transition: 0.8s;
	max-width: 0;
}
.col-hover-logo .icon-box.featured-box.icon-box-left.text-left:hover .icon-box-text {
	display: block;
	max-width: 100%;
}
.col-hover-logo > .col-inner,
.col-hover-up > .col-inner{
	display: flex;
}
.col-hover-logo .col-inner {
	gap: 10px;
}
.col-hover-logo .plain:hover .icon-box {
	    background-color: #FFDDD3;
    max-width: 100%;
    border-radius: 3rem;
    padding: 3px 10px;
	    transform: translateY(-2px);
}
.col-hover-logo .plain:nth-child(2):hover .icon-box {
	background-color: #A5EAFF;
}
.col-hover-logo .plain:hover:last-child .icon-box {
	background-color: #0600AB;
}
.col-hover-logo .plain .icon-box {
	align-items: center;
	transition: 0.8s;
}
.col-hover-logo .plain .icon-box.featured-box.icon-box-left.text-left .icon-box-img img {
	padding-top: 0;
}
.col-hover-logo .plain .icon-box.featured-box.icon-box-left.text-left .icon-box-text {
    color: #FE5722;
}
.col-hover-logo .plain:nth-child(2) .icon-box.featured-box.icon-box-left.text-left .icon-box-text {
	color: #3385ff;
}
.col-hover-logo .plain:last-child .icon-box.featured-box.icon-box-left.text-left .icon-box-text {
	color: #fff;
}
.col-hover-logo .plain:hover .icon-box .icon-box-text {
	max-width: 100%;
}
.col-hover-logo .plain:first-child .icon-box.featured-box.icon-box-left.text-left .icon-box-text p {
	font-size: 1.2rem;
}
#footer .col-7 iframe {
	    height: 90px;
    border-radius: 8px;
    width: 70%;
}    
#footer .col-6 p {
	font-size: 16px;
	margin-right: 50px;
}
#footer .row-bot-footer {
	align-items: flex-end;
}
#footer .row-bot-footer > .col:first-child {
}
#wrapper .col-hover-up .col-inner {
	gap: 15px;
}
#wrapper .col-hover-up .col-inner .img.has-hover {
	transform: translateY(0);
    transition: 0.4s;
	width: 25px;
}
#wrapper .sc-contact .col-hover-up .col-inner {
	justify-content: unset;
	gap: 15px;
}
#wrapper .col-hover-up .col-inner .img.has-hover:hover {
	transform: translateY(-0.5rem);
    transition: 0.4s;
}
#wrapper .breadcrumb_last {
	    color: #ffffff;
    pointer-events: none;
    font-weight: 700;
}
#wrapper .breadcrumb_last::before, #wrapper .sc-path .col-inner span span:nth-child(2)::before {
	    content: "";
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    width: 11px;
    height: 11px;
    background-color: #C4C74C;
    transform: rotate(45deg);
    border-radius: 0.5px;
}
#wrapper .sc-path span a {
    color: #ffffff;
    transition: 0.4s;
}
#wrapper .sc-path {
	 text-align: center;
    margin-top: -110px;
    z-index: 3;
}
#main .sc-story-content {
	padding-bottom: 0;
}
#main .sc-story-content::after {
	content: "";
    background-image: url(/wp-content/uploads/2025/03/mountain.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 20%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}
#main .sc-story-content .row-content-1,
#main .sc-story-content .row-content-2,
#main .sc-story-content .row-content-3{
	align-items: center;
}
#main .sc-story-content .row-content-2,
#main .sc-story-content .row-content-3 {
	margin-top: 80px;
}
#main .sc-story-content .row-content-1 .text,
#main .sc-story-content .row-content-2 .text,
#main .sc-story-content .row-content-3 .text{
	transform: translate3d(0, 100px, 0);
    transition: 0.6s 0.5s ease-in-out;
	opacity: 0;
}
#main .sc-story-content .row-content-1.in-view .text,
#main .sc-story-content .row-content-2.in-view .text,
#main .sc-story-content .row-content-3.in-view .text{
	opacity: 1;
	transform: none;
}
#main .sc-story-content .row-content-1 .img.has-hover,
#main .sc-story-content .row-content-3 .img.has-hover{
	clip-path: circle(0.6% at 100% 0);
    transition: 1s;
}
#main .sc-story-content .row-content-1.in-view .img.has-hover,
#main .sc-story-content .row-content-3.in-view .img.has-hover{
	clip-path: circle(141.2% at 100% 0);
}
#main .sc-story-content .row-content-2 .img.has-hover {
	clip-path: circle(0.2% at 0 0);
	transition: 1s;
}
#main .sc-story-content .row-content-2.in-view .img.has-hover {
	clip-path: circle(141.2% at 0 0);
}
#main .sc-story-content .row h4 {
	font-size: 42px;
}
#main .sc-story-content p {
	margin: 10px 0;
}
#main .sc-story-content img {
	overflow: hidden;
    border-radius: 0 32px;
}
#main .sc-story-content .col-ct-2-l {
	order: 1;
}
@keyframes zoomIns {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
#main .sc-main_cate-blog .sc-path {
	position: unset;
	transform: unset;
	top: unset;
	left: unset;
	padding: 0;
	margin-top: -10px;
}
#main .sc-main_cate-blog .section-content.relative .col-path {
	padding: 10px;
}
#main .sc-main_cate-blog .row-main_cate-blog h1 {
	    font-size: 56px;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 0;
}
#main .sc-main_cate-blog img {
	animation: zoomIns 4s linear;
}
#main .sc-path .row-path {
	transform: translateX(100%);
    transition: 1s;
    opacity: 0;
}
#main .sc-path.in-view .row-path {
	transform: translateX(0);
    opacity: 1;
}
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-meta {
	width: fit-content;
}
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .box-text {
    overflow: hidden;
    border-radius: 32px 0;
    background-color: #fff;
}
#main .slider-nav-circle .flickity-prev-next-button {
	opacity: 1;
}
#main .slider-nav-circle .flickity-prev-next-button:disabled, 
#main .slider-nav-circle button.flickity-prev-next-button[disabled] {
	opacity: 0.2 !important;
	pointer-events: auto;
}
#main .slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
}
#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-title a {
	font-size: 22px;
}
#main .sc-main_cate-highlight .box-text .box-text-inner .from_the_blog_excerpt {
	font-size: 18px;
}
#main .sc-main_cate-highlight .row-slider {
	transform: translateX(-30px);
    transition: 1s;
	opacity: 0;
}
#main .sc-main_cate-highlight.in-view .row-slider {
	transform: none;
	opacity: 1;
}
#main .col-all_cates-right {
	position: relative;
}
#main .col-all_cates-right .widget {
	margin-bottom: 0;
}
#main .col-all_cates-right > .col-inner {
	background-color: #ffffff;
    border-radius: 0 32px;
    padding: 40px 16px;
	position: sticky;
	top: 140px;
}
#main .col-all_cates-right .sc-sidebar-right {
	padding-top: 0;
	padding-bottom: 0;
}
#main .col-all_cates-right .sc-sidebar-right .section-content > .row > .col {
	padding: 0;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-search > .col form .search_form input {
    border: none;
    box-shadow: unset;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    transition: 0.4s;
	margin-bottom: 0;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-search > .col form .search_form .input_search::after {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-search > .col form .search_form .submit_btn {
	display: none;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-cates .post-category-list li {
	list-style-type: none;
	margin-left:0;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-cates .post-category-list li a {
    display: flex;
    justify-content: space-between;
	color: #484848;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-cates .post-category-list li a span {
	    padding: 2px 8px;
    background-color: var(--fs-color-secondary);
    border-radius: 0.6rem 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
#main .col-all_cates-right .sc-sidebar-right .row-sidebar-cates .post-category-list li:hover a {
	color: var(--fs-color-secondary);
}
#main .col-all_cates-right .sc-sidebar-right .text.title-sidebar {
	margin-bottom: 10px;
}
#main .col-all_cates-right .sc-sidebar-right .text.title-sidebar p {
	margin: 0;
}
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-meta {
	background-color: unset;
}
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-title a{
    -webkit-line-clamp: 3;
	font-size: 16px;
	line-height: 1.55;
}
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-title {
	min-height: 84.5px;
}
#main .sc-sidebar-right .row-sidebar-news .col.post-item {
	padding-bottom: 0;
}
#main .sc-sidebar-right .row-sidebar-news .col.post-item:nth-child(n+2) {
	margin-top: 24px;
}
#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-image {
/*     border-radius: 1.6rem 0; */
}
#main .sc-sidebar-right .row-sidebar-keywords {
	margin-top: 13px;
}
#main .sc-sidebar-right .row-sidebar-keywords .col-keywords > .col-inner {
	display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
#main .sc-sidebar-right .row-sidebar-keywords .col-keywords > .col-inner p {
	margin-bottom: 0;
}
#main .sc-sidebar-right .row-sidebar-keywords .col-keywords > .col-inner p a {
	    padding: 6px 12px;
    background-color: var(--fs-color-primary);
    border-radius: 0 16px;
    color: #C4C74C;
    transition: 0.4s;
    font-weight: 700;
    font-size: 14px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
#main .sc-sidebar-right .row-sidebar-keywords .col-keywords > .col-inner p a:hover {
	background-color: var(--fs-color-secondary);
	color: #fff;
}
#main .blog-wrapper.blog-single.page-wrapper > .row {
    padding: 100px 0;
    margin-top: 0;
}
#main .blog-wrapper.blog-single.page-wrapper article {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 56px 8.3333333333%;
	margin-bottom: 0;
}
#main .blog-wrapper.blog-single.page-wrapper article header,
#main .blog-wrapper.blog-single.page-wrapper article footer {
	display: none;
}
#main .blog-wrapper.blog-single.page-wrapper article h1,
#main .blog-wrapper.blog-single.page-wrapper article h3{
	margin: 10px 0;
    font-size: 36px;
	color: #000;
}
#main .blog-wrapper.blog-single.page-wrapper article h2 {
	margin: 10px 0;
}
#main .blog-wrapper.blog-single.page-wrapper article h2 strong {
    font-size: 30px;
	font-family: "Nunito Sans";
	color: #000;
}
#main .blog-wrapper.blog-single.page-wrapper article h3 {
	font-size: 24px;
}
#main .blog-wrapper.blog-single.page-wrapper article p {
	font-size: 16px;
	margin: 10px 0;
}
#main .blog-wrapper.blog-single.page-wrapper article p > em {
	    display: block;
    text-align: center;
}
#main .blog-wrapper.blog-single.page-wrapper article p a em {
	color: #bf2922;
}
#main .blog-wrapper.blog-archive.page-wrapper,
#main .blog-wrapper.blog-single.page-wrapper {
    padding-top: 0;
	padding-bottom: 0;
}
#main .blog-wrapper.blog-archive.page-wrapper header .text-center {
	text-align: left;
    padding-bottom: 0;
    padding-top: 100px;
	padding-bottom: 30px;
}
#main .blog-wrapper.blog-archive.page-wrapper header .text-center h1 span{
    font-size: 42px;
    text-transform: none;
}
#main .blog-wrapper.blog-archive.page-wrapper header .text-center h1 span::before {
    content: "Danh mục:";
    padding-right: 10px;
}
#main .blog-wrapper.blog-single.page-wrapper .comments-area,
.cart-item .nav-dropdown.nav-dropdown-default,
.cart-item .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
#main .sc-contact .col-contact-right > .col-inner .wpcf7-spinner {
	display: none;
}
.woocommerce-product-gallery__image {

	border-radius: 2.4rem;
}

.product-price-container.is-normal,
.sc-detail-product .ux-quantity.quantity {
	display: flex;
    align-items: baseline;
}
.product-price-container.is-normal::before {
	content: "Giá sản phẩm";
	display: inline-flex;
	min-width: 150px;
	font-size: 14px;
    font-weight: 700;
}
#wrapper .social-icons.share-icons.share-row.relative.icon-style-fill > a.icon.primary.button.circle.tooltip {
	    margin-bottom: 0;
    font-size: 14px;
	    transform: translateY(0);
    transition: 0.4s;
	margin-right: 10px;
}
#wrapper .social-icons.share-icons.share-row.relative.icon-style-fill > a.icon.primary.button.circle.tooltip:hover {
    transform: translateY(-0.5rem);
    transition: 0.4s;
}
.sc-detail-product .cart {
	display: block;
}
.sc-detail-product .ux-quantity.quantity {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
.sc-detail-product .ux-quantity.quantity::before {
	content: "Số lượng";
	display: inline-flex;
	min-width: 15px;
	font-size: 14px;
    font-weight: 700;
	padding-right: 90px;
}
.sc-detail-product .single_add_to_cart_button.button.alt{
	margin-top: 20px;
}
.product-thumbnails.thumbnails.slider-no-arrows,
.image-tools.absolute.bottom,
.shop-page-title.category-page-title.page-title {
	display: none
}
.sc-detail-product h1, .sc-detail-product h2 strong,
.sc-detail-product h3 {
	font-family: "Nunito Sans";
	color: #000;
}
.sc-detail-product h2 strong,
.sc-detail-product h3{
	    font-size: 30px;
    font-weight: 400;
}
.sc-detail-product h3 {
	font-size: 24px;
}
#main .sc-detail-product .product-title {
	font-size: 24px;
    font-weight: 700;
    color: #484848;
    transition: 0.4s;
    margin-bottom: 10px;
}
#main .sc-detail-product .woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 700;
    color: #186F3E;
    line-height: 1;
}
#main .sc-detail-product .row-desc > .col > .col-inner {
	padding: 92px 78px 78px;
    background-color: #ffffff;
    border-radius: 24px;
    margin-top: 40px;
    position: relative;
}
#main .sc-detail-product .row-desc .col-inner .title-desc {
	padding: 10px 24px;
    background-color: #007700;
    border-radius: 24px 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-weight: 700;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt span {
	color: var(--fs-color-secondary);
}
#main .sc-detail-product .row-desc .col-inner .title-desc p {
	margin-bottom: 0;
	color: #fff;
}
#main .sc-detail-product .row-desc .col-inner em {
	display: block;
	text-align: center;
}
#main .sc-detail-product .row-desc .col-inner img {
	display: block;
    margin: 0 auto;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt {
	display: inline-flex;
}
#main .sc-user-manual {
	border-radius: 24px;
	padding: 40px 60px;
	margin-top: 10px;
}
#main .sc-user-manual .row-user-manual {
	justify-content: space-between;
}
#main .sc-user-manual .row-user-manual .col-user-manual {
	padding: 0;
	max-width: calc(25% - 22.5px);
}
#main .sc-user-manual .icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main .sc-user-manual .icon-box-img {
	width: 56px;
    height: 56px;
    border-radius: 100rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C4C74C;
    margin-bottom: 10px;
}
#main .sc-user-manual .icon-box-img img {
    width: 30px;
    height: 30px;
    padding: 0;
}
#main .sc-user-manual .icon-box-text p {
	color: var(--fs-color-secondary);
    font-weight: 700;
	font-size: 18px;
	text-align: center;
}
#main .sc-pro-rela button.flickity-prev-next-button svg {
	top: 75%;
}
.widget.widget_text .yith-wcan-filters {
    background-color: #ffffff;
    padding: 47px 24px 31px;
    border-radius: 16px;
}
.widget.widget_text .yith-wcan-filters .yith-wcan-filter:first-child h4 {
    color: #186F3E;
    font-family: 'Nunito Sans';
    text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.widget.widget_text .yith-wcan-filters .yith-wcan-filter:first-child h4::before {
	content: "";
	background-image: url(/wp-content/uploads/2025/04/ic-app.png);
	display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.widget.widget_text .yith-wcan-filters h4 {
	font-weight: 700;
    font-family: 'Nunito';
}
.widget.widget_text .yith-wcan-filters .price-slider {
	padding-top: 15px;
	display: flex;
    justify-content: center;
}
.widget.widget_text .yith-wcan-filters .price-slider .irs.irs--round {
	width: 75%;
}
.widget.widget_text .yith-wcan-filters .price-slider .irs-from,
.widget.widget_text .yith-wcan-filters .price-slider .irs-to {
	font-size: 14px;
}
.widget.widget_text .yith-wcan-filters .price-slider .irs-from,
.widget.widget_text .yith-wcan-filters .price-slider .irs-to,
.widget.widget_text .yith-wcan-filters .price-slider .irs-single,
.widget.widget_text .yith-wcan-filters .price-slider .irs-bar,
.widget.widget_text .yith-wcan-filters .price-slider .irs-handle {
	background-color: var(--fs-experimental-link-color-hover);
	border-color: var(--fs-experimental-link-color-hover);
	font-size: 14px;
}
.widget.widget_text .yith-wcan-filters .price-slider .irs-from::before,
.widget.widget_text .yith-wcan-filters .price-slider .irs-to::before,
.widget.widget_text .yith-wcan-filters .price-slider .irs-single::before,
.widget.widget_text .yith-wcan-filters .price-slider .irs-min,
.widget.widget_text .yith-wcan-filters .price-slider .irs-max,
.widget.widget_yith-woocommerce-ajax-navigation-filters{
	display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
    font-weight: 700;
    transition: 0.4s;
	padding: 10px 0;
}
#wrapper .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:hover > a,
#wrapper .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:hover > a,
.widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a{
	color: #008000;
}
.widget.widget_yith-woocommerce-ajax-navigation-filters,
.widget.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters,
.widget.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters form{
	margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
	color: unset;
}
.btn-sort {
	margin-bottom: 0;
}
.yith-custom-sorting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.yith-custom-sorting strong {
	padding-right: 20px;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt {
	background: #fff;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt:hover::before{
    opacity: 1;
	 color: var(--fs-color-secondary);
}
#main .sc-detail-product .single_add_to_cart_button.button.alt:hover span {
	color: #fff;
}
#main .sc-detail-product .single_add_to_cart_button.button.alt::after {
	background: var(--fs-color-secondary);
}
/* Trang giỏ hàng */
.cart-sidebar.col-inner {
	border: 1px solid var(--fs-color-secondary);
    border-radius: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    border-left: 1px solid var(--fs-color-secondary);
    border-right: 1px solid var(--fs-color-secondary);
    border-bottom: 1px solid var(--fs-color-secondary);
    text-align: center;
    color: black;
    font-size: 14px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-subtotal {
    border-top-right-radius: 10px;
	border-right-width: 0px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-name {
    border-top-left-radius: 10px;
	border-left-width: 0px;
}
.cart-collaterals .cart-sidebar table {
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}
.cart_totals th.product-name {
    color: black;
    text-align: center;
}
.cart-collaterals .cart-sidebar table th {
    color: white;
    font-size: 20px;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive {
    background: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive th {
    color: black !important;
    font-size: unset;
}
.order-total span.amount {
    color: red !important;
    font-size: 20px;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0.5em 0;
    padding: 0 10px;
}
#wrapper a.button.wc-forward {
    width: 100%;
    background: var(--fs-color-secondary);
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    -webkit-transition: .3s;
    text-transform: uppercase;
    border: 1px solid var(--fs-color-secondary);
    height: 40px;
    line-height: 40px;
}
.cart-collaterals .cart-sidebar form.checkout_coupon {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-collaterals .cart-sidebar form.checkout_coupon button {
    border-radius: 5px;
}
.checkout_coupon button.button.expand {
    background: var(--fs-color-secondary);
    border-radius: 5px;
    margin-left: 5px;
    color: white;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 10px;
	overflow: hidden
}
.woocommerce-cart-form__cart-item.cart_item td {
    padding: 10px 10px;
}
.woocommerce-cart-form__cart-item del span.amount {
    color: #111 !important;
    font-weight: 700;
    white-space: nowrap;
}
.quantity .button.minus {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 10px;
}
.quantity input[type=number] {
        display: block;
    color: black;
    text-align: center;
    background: #fff;
    margin: 0;
    height: 41px;
    line-height: 40px;
    box-shadow: none;
    font-size: 15px;
    width: 60px;
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    max-height: 40px;
}
.quantity .button.plus {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
        line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 10px;
}
.actions.clear {
    padding: 10px 10px;
}
.continue-shopping.pull-left.text-left {
    margin-right: 20px;
    margin-left: 20px !important;
}
a.button-continue-shopping.button.primary.is-outline {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding-top: 1px;
	color: var(--fs-color-secondary);
}
button.button.primary.mt-0.pull-left.small {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 57%;
    text-align: center;
    padding-top: 1px;
    background: var(--fs-color-secondary);
	opacity: 1;
}
.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
} 
.woocommerce-billing-fields__field-wrapper {
	padding: 0 15px;
}
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}
/* Thanh toán thành công */
.woocommerce-order-details {
    border: 1px solid #efefef;
    border-radius: 10px;
}
h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #8cc7a8, #b2d18f);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}
table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-order-details {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
}
h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}
table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-customer-details {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
h2.woocommerce-column__title {
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    color: white;
    font-size: 20px;
}
.woocommerce-customer-details address {
    padding-left: 10px;
    padding-right: 10px;
	color: #777;
}
td.product-name a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.shop_table tfoot th {
    font-size: 85%;
    letter-spacing: 0;
    text-transform: inherit;
	color: #777;
}
.woocommerce-table__product-name.product-name, .woocommerce-table__product-table.product-total {
	color: #777;
}
.woocommerce-customer-details--phone {
	margin-bottom: 1.3em;
}
.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
	font-style: normal;
	color: #000;
}
form.checkout h3 {
    font-size: 1.1em;
    font-weight: bolder;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
}
.woocommerce-additional-fields h3 {
    border: 1px solid #efefef;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
h3#order_review_heading {
    text-align: center;
    color: black;
}
th, td {
    border-bottom: 0;
}
.woocommerce-checkout .cart_item .product-name {
    display: flex;
}
.woocommerce-checkout .cart_item .product-name img {
margin-right: 15px;
border-radius: 5px;
}
.tpspicp_cart_image {
    border-radius: 0px;
    height: 40px;
}
.woocommerce-checkout .cart_item .product-name strong.product-quantity {
    padding-left: 10px;
    align-items: center;
    display: flex;
}
.woocommerce-checkout ins span.amount {
    color: var(--fs-color-secondary) !important;
    font-weight: 700;
    white-space: nowrap;
}
/* .discount-percentage {
    color: #fff !important;
    position: relative;
    margin-left: 2px;
    background: var(--fs-color-secondary);
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 0.8rem !important;
    height: 18px;
} */
.woocommerce-checkout span.amount {
    font-weight: 700;
    white-space: nowrap;
}
.order-total span.amount {
    color: red !important;
    font-size: 20px;
}
.order-total .woocommerce-Price-currencySymbol {
    color: red !important;
}
input {
        box-shadow: unset;
    }
.checkout-sidebar button {
    border-radius: 5px;
}
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 25px;
}
.woocommerce-checkout .content-area.page-wrapper {
    h3 {
        text-align: center;
    }
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 5px 10px;
}

.woocommerce-checkout .content-area.page-wrapper {
    .input-text {
        box-shadow: unset;
    }
}
.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
} 
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}
a.showcoupon {
    color: var(--fs-color-secondary) !important;
    font-size: 9px;
    padding: 5px 10px;
    font-weight: 700;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    margin-left: 10px;
}
a.showcoupon:hover {
    color: white !important;
    background: var(--fs-color-secondary);
}
.cart-container thead th.product-name {
	border-left-width: 0px;
}
.cart-container thead th.product-subtotal {
	border-left-width: 0px;
}
#main .checkout.woocommerce-checkout h3 {
	font-family: "Nunito Sans";
}
#main .sc-contact {
	padding-top: 80px;
}
#main .sc-contact .col-contact-right > .col-inner {
    background-color: #ffffff;
    border-radius: 32px 0;
    padding: 56px 78px;
    position: relative;
    z-index: 2;
}
#main .sc-contact .col-contact-right form > .form-flat > .input-form > p {
	margin-top:0; 
}
#main .sc-contact .col-contact-right > .col-inner .input-form > p {
	margin-top: 24px;
}
#main .sc-contact .col-contact-right > .col-inner .input-form p input {
	outline: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    transition: 0.4s;
    font-weight: 400;
    height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #fff;
}
#main .sc-contact .col-contact-right > .col-inner .input-form p textarea {
    background-color: #fff;
}
#main .sc-contact .col-contact-right > .col-inner .wpcf7-submit.button.btn-left:hover {
	    color: var(--fs-color-secondary);
    background-color: #fff;
	box-shadow: none;
}
#main .sc-contact .col-contact-left h2 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 800;
}
#main .sc-contact .col-contact-left h2:last-child,
#footer .sc-top-footer .row h2:not(:first-child) {
	margin-top: 20px;
}
#main .sc-contact .col-contact-left h2.title-contact {
	font-size: 42px;
	font-family: 'Dancing Script';
	color: var(--fs-color-secondary);
}
#main .sc-contact .col-contact-left p,
#main .sc-contact .col-contact-right form,
#main .sc-map > p{
	margin-bottom: 0;
}
#main .sc-map iframe {
	width: 100%;
}
#main .sc-st-ct-under {
	padding-top: 0;
	padding-bottom: 150px;
}
#main .sc-st-ct-under::after {
	    content: "";
    background-image: url(/wp-content/uploads/2025/03/mountain.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}
#main .sc-st-ct-under .text.title-header p {	
    transition: 0.6s 0.25s ease-in-out;
}
#main .sc-st-ct-under .row-icon {	
    transition: 0.6s 0.45s ease-in-out;
}
#main .sc-st-ct-under .row-icon > .col {
	        flex-basis: 20%;
        max-width: 20%;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner {
    border-radius: 100rem;
	    padding-top: 30px;
}
#main .sc-st-ct-under .row-icon > .col:hover > .col-inner {
	background: var(--fs-color-secondary);
}
#main .sc-st-ct-under .row-icon > .col:hover > .col-inner .img-top {
	background-color: rgba(255, 255, 255, 0.1);
}
#main .sc-st-ct-under .row-icon > .col:hover > .col-inner > .row-top .img-inner {
	background: #fff;
}
#main .sc-st-ct-under .row-icon > .col:hover > .col-inner > .row-mid p {
	color: #fff;
}
#main .sc-st-ct-under .row-icon > .col:hover > .col-inner > .row-top img {
	filter: brightness(0) saturate(100%) invert(92%) sepia(34%) saturate(745%) hue-rotate(2deg) brightness(80%) contrast(95%);
}
#main .sc-st-ct-under .row-icon > .col > .col-inner .img-bot {
		height: 155px;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner .img-bot img {
	height: 100%;
	object-fit: cover;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner .img-top {
        width: 90px;
    height: 90px;
    border-radius: 100rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: inherit;
    background-color: rgba(24, 111, 62, 0.1);
    z-index: 2;
    transform: translateY(30px);
    transition: 0.4s;
}
#main .sc-st-ct-under .row-icon > .col:nth-child(2n+1) > .col-inner .img-top {
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid p {
    padding: 20px 0;
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
    transition: 0.4s;
    height: 100%;
    color: #026e06;
	margin-bottom: 0;
	min-height: 223px;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid > .col {
	padding: 0;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-top .col-inner,
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-bot .col-inner {
	display: flex;
	justify-content: center;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid {
	padding: 0 24px;
    border: 1px dashed var(--fs-experimental-link-color-hover);
    border-top: none;
    border-bottom: none;
}
#main .sc-st-ct-under .row-icon > .col:nth-child(n+2) > .col-inner > .row-mid {
	border-left: none;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-bot,
#main .sc-st-ct-under .row-icon > .col:nth-child(5) > .col-inner > .row-top{
	position: relative;
}
#main .sc-st-ct-under .row-icon > .col:not(:nth-child(3)) > .col-inner > .row-bot::after {
        content: "";
    width: 50%;
    height: 111%;
    border-radius: 0 0 0 100rem;
    border: 1px dashed var(--fs-experimental-link-color-hover);
    border-top: none;
    border-right: none;
    position: absolute;
}
#main .sc-st-ct-under .row-icon > .col:not(:nth-child(3)) > .col-inner > .row-bot::before {
        content: "";
    width: 50%;
    height: 111%;
    border-radius: 0 0 100rem 0;
    border: 1px dashed var(--fs-experimental-link-color-hover);
    border-top: none;
    border-left: none;
    position: absolute;
    right: 0;
    bottom: -11%;
}
#main .sc-st-ct-under .row-icon > .col:first-child > .col-inner > .row-bot::before,
#main .sc-st-ct-under .row-icon > .col:nth-child(5) > .col-inner > .row-bot::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--fs-experimental-link-color-hover);
    border-radius: 100rem;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 50%);
}
#main .sc-st-ct-under .row-icon > .col:nth-child(5) > .col-inner > .row-top::after {
	top: -20%;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-top {
    padding: 24px;
    padding-bottom: 0;
    transition: 0.4s;
    margin-top: -16%;
}
#main .sc-st-ct-under .row-icon > .col:not(:nth-child(2n)) > .col-inner > .row-top {
    border: 1px dashed var(--fs-experimental-link-color-hover);
    border-bottom: 0;
    border-radius: 100rem 100rem 0 0;
}
#main .sc-st-ct-under .row-icon > .col:nth-child(3) > .col-inner > .row-top > .col {
	padding-bottom: 45px;
}

#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-top img {
	    width: 100%;
    height: 100%;
    object-fit: none;
}
#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-top .img-inner {
content: "";
    width: 60px;
    height: 60px;
    border-radius: 100rem;
    flex-shrink: 0;
    background-color: var(--fs-color-secondary);
    transition: 0.4s;
}
#main .sc-st-ct-under .title-content-under p {
	   text-wrap: wrap;
    width: 42%;
    margin: 0 auto;
}
#wrapper .shop-container .col-hover-up .col-inner .img.has-hover {
	width: 30px;
}
#wrapper .shop-container .col-hover-up .col-inner {
    justify-content: flex-start;
	gap: 10px;
}
#main .product-small.col .box-text.box-text-products .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#main .sc-st-ct-under .row-icon > .col:nth-child(5) > .col-inner > .row-bot::after {
    border: none;
}
@media screen and (max-width: 1024px) {
	#wrapper #header #top-bar {
		display: none;
	}
	#main .sc-homepage-product .row.container {
		position: absolute;
		bottom: 5%;
        left: 3%;
	}
	#wrapper #header .header-wrapper {
	}
	#wrapper #header #logo {
		transform: translatey(-20px);
		width: 60px;
		height: 60px;
		border-radius: 12px 0;
		max-height: unset;
		margin-top: 20px;
	}
	#wrapper #header .header-wrapper.stuck #logo {
		width: 60px;
		height: 60px;
		transform: translateY(-5px);
	}
	#wrapper #header #logo::after {
		opacity: 0;
	}
	#main .sc-homepage-product .row-homepage-product:nth-child(n + 3) .row.container {
		bottom: 20%;
	}
	#wrapper #header .stuck #masthead, 
	#wrapper #header #masthead .flex-col.flex-grow ul,
	#wrapper #header #masthead .flex-col.flex-grow ul li {
		max-height: 50px;
	}
	#wrapper #header #masthead .flex-col.flex-grow ul li {
	    transform: translateY(0);
	}
	#main .sc-cate-homepage {
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	#main .sc-homepage-product .row-homepage-product.is-selected h2, 
	#main .sc-homepage-product .row-homepage-product.is-selected h1,
	#main .sc-homepage-product .row.container .text.font-dancing > p {
		font-size: 35px;
	}
	#main .sc-cate-homepage .col-catehp > .col-inner {
		flex-wrap: nowrap;
        scroll-snap-type: x proximity;
        overflow-x: auto;
		-ms-overflow-style: none;
        justify-content: flex-start;
		gap: 4%;
	}
	#main .sc-cate-homepage .row-each-catehp {
		scroll-snap-align: start;
        flex: none;
        flex-basis: 25%;
        max-width: 25%;
	}
	#main .sc-cate-homepage .col-catehp > .col-inner::-webkit-scrollbar {
		display: none;
	}
	#wrapper #main .sc-about-homepage {
		padding-top: 0;
		padding-bottom: 30px;
	}
	#main .sc-cate-homepage .row-each-catehp .icon-box.icon-box-top:hover::after {
		width: 120%;
		height: 120%;
	}
/* 	#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner,
	#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner .img,
	#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner .img-inner,
	#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner img {
		height: 100%;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp .col-inner img  {
		object-fit: cover;
	} */
	#wrapper .padding-10r {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-image, 
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-image {
		width: 45%;
	}
	#main .sc-sidebar-right .row-sidebar-news .col.post-item:nth-child(n+2) {
		margin-top: 0;
	}
	#main .col-all_cates-right .sc-sidebar-right .text.title-sidebar {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#main .sc-popular-homepage {
	}
	#main .sc-feature .row.row-full-width {
		gap: 1%;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-title h1 {
		font-size: 12vw;
		top: 20%;
		margin-bottom: 0;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-under .form-email h2 {
		font-size: 35px;
	}
	#main .sc-popular-homepage .col-ppl-title {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
		padding-bottom: 0;
	}
	#main .sc-popular-homepage .col-ppl-title .title-header {
		margin-bottom: 0;
		flex-direction: column;
    	align-items: center;
	}
	#main .sc-popular-homepage .col-ppl-title .title-header.dot-left .line-dot:nth-child(2) {
		order: 2;
	}
	#main .sc-popular-homepage .col-ppl-products {
		flex-basis: 100%;
		max-width: 100%;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content {
		justify-content: flex-end;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content ul {
		justify-content: center;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content .tab-panels {
		width: 75%;
	}
	#main .sc-popular-homepage .col-popular-banner {
		top: 16%;
		flex-basis: 23%;
    	max-width: 23%;
	}
	#main .sc-feedback .col-feedback-left {
		max-width: 35%;
		flex-basis: 35%;
	}#main .sc-feedback .col-feedback-right {
		max-width: 65%;
		flex-basis: 65%;
	}
	#main .sc-feedback .col-feedback-left .img.main-img {
		width: 225px;
		height: 225px;
	}
	#main .sc-feedback .col-feedback-left > .col-inner::before {
		width: 315px;
        height: 315px;
	}
	#main .sc-feedback .col-feedback-left .row-img-small {
		width: 110%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-1 {
		width: 40px;
		height: 40px;
		left: -5%;
        top: 45%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-2 {
		width: 30px;
		height: 30px;
		top: 15%;
        left: 75%;
	}
	#main .sc-feedback .col-feedback-left .dot2 {
		width: 15px;
		height: 15px;
        top: 12%;
	}
	#main .sc-feedback .col-feedback-left .dot1 {
		width: 10px;
		height: 10px;
		top: 83%;
        left: 23%;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l2 > .col-inner::-webkit-scrollbar {
		display: none;
	}
	.title-header h2, .title-header h3, #main .sc-story-content .row h4, 
	#main .blog-wrapper.blog-archive.page-wrapper header .text-center h1 span {
		font-size: 35px;
	}
	.sc-top-footer {
		padding-left: 25px;
    	padding-right: 25px;
	}
	#footer .sc-top-footer .row-top-footer {
		justify-content: flex-end;
	}
	#footer .sc-top-footer .col-3, #footer .sc-top-footer .col-5, #footer .sc-top-footer .col-7 {
		flex-basis: 30%;
		max-width: 30%;
		margin-top: 30px;
		padding-left: 16px;
	}
	#footer .sc-top-footer .col-2, #footer .sc-top-footer .col-4, #footer .sc-top-footer .col-6 {
		flex-basis: 50%;
		max-width: 50%;
		margin-top: 30px;
	}
	#footer .sc-top-footer .row-bot-footer .col:first-child {
		flex-basis: 70%;
		max-width: 70%;
	}
	#footer .sc-top-footer .col-2 {
		margin-left: 24px;
	}
	#footer .col-7 iframe {
		height: 70px;
		width: 100%;
	}
	#footer .absolute-footer .img.has-hover {
		width: 12vw;
	}
	#footer .row-bot-footer {
		margin-top: 30px;
	}
	#footer .row-bot-footer > .col > .col-inner > .row {
		justify-content: flex-end;
	}
	#footer .row-bot-footer > .col > .col-inner > .row > .col {
		max-width: 71%;
		flex-basis: 71%;
		padding-left: 0;
	}
	#footer .row-bot-footer > .col > .col-inner > .row > .col .img.has-hover {
		width: 170px;
		margin-left: 0;
	}
	#footer .row-bot-footer {
		align-items: flex-start;
	}
	.absolute-footer .img.has-hover img {
		height: 100%;
		object-fit: cover;
	}
	#main .sc-story-content {
	}
	#main .sc-story-content .row-content-2, #main .sc-story-content .row-content-3 {
		margin-top: 60px;
	}
	#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid p {
		padding-top: 20px;
    	min-height: 245px;
	}
	#main .sc-st-ct-under .row-icon > .col:not(:nth-child(2n)) > .col-inner > .row-top {
		margin-top: -24%;
	}
	#main .sc-st-ct-under .row-icon > .col:not(:nth-child(3)) > .col-inner > .row-bot::after {
		width: 50%;
        height: 121%;
        top: -15px;
	}
	#main .sc-st-ct-under .row-icon > .col:nth-child(5) > .col-inner > .row-bot::after {
    width: 20px !important;
    height: 20px !important;
    top: auto !important;
}
	#main .sc-st-ct-under .row-icon > .col:first-child > .col-inner > .row-bot::before {
		bottom: -15px;
	}
	#main .sc-st-ct-under .row-icon > .col > .col-inner .img-top {
		transform: translateY(10px);
	}
	#main .sc-st-ct-under .row-icon > .col:nth-child(2n+1) > .col-inner .img-top {
		transform: translateY(20px);
	}
	
	#main .sc-all_cates .col-all_cates-left {
		flex-basis: 60%;
        max-width: 60%;
		padding-right: 0;
	}
	#main .sc-all_cates .col-all_cates-right {
		flex-basis: 40%;
        max-width: 40%;
	}
	#main .blog-wrapper.blog-archive.page-wrapper header .text-center {
		padding-top: 40px;
	}
	#main .blog-wrapper.blog-single.page-wrapper > .row {
		padding: 40px 0;
	}
	.sc-sendmail .section-content {
	}
	.shop-page-title.category-page-title.page-title {
		display: block;
		position: absolute;
		top: 415px;
		right: 0;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row {
		z-index: 1;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row .is-large {
		display: none;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row .category-filter-row {
		display: block !important;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row .category-filter-row a {
		width: 44px;
		height: 44px;
		background-color: #186F3E;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		margin-top: 0;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row .category-filter-row i {
		color: #fff;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner.flex-row .category-filter-row strong {
		display: none;
	}
	#main .row.category-page-row {
		padding-top: 40px;
		margin-top: 0;
	}
	#main .row.category-page-row .category-page-col-left {
		display: none;
	}
	#main .row.category-page-row .category-page-col-right {
		flex-basis: 100%;
        max-width: 100%;
	}
	#main .woocommerce-product-gallery__image {
		width: 100%;
		height: 400px; 
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.woocommerce-product-gallery__image img {
		min-width: 100%;
		min-height: 400px;
		height: auto;
		object-fit: cover;
	}
	#main .sc-detail-product .product-title, #main .sc-detail-product .woocommerce-Price-amount.amount {
		font-size: 20px;
	}
	#main .sc-detail-product {
		padding: 40px 0;
	}
	#main .sc-detail-product .row-desc > .col > .col-inner {
		padding: 60px 40px 30px;
	}
	.yith-custom-sorting {
		margin-right: 50px;
	}
	.nav-sidebar.nav-vertical>li+li {
		border: unset;
		width: fit-content;
	}
	.nav-sidebar.nav-vertical>li.menu-item.current-menu-item a,
	.off-canvas .nav-vertical>li ul li a {
		color: var(--fs-experimental-link-color-hover);
	}
	.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
		
	}
	.off-canvas .nav-vertical>li>a,
	.off-canvas .nav-vertical>li li,
	.off-canvas .nav-vertical>li li a {
		justify-content: center;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		padding: 12px;
		text-align: center;
	}
	#main .sc-pro-rela {
		padding-top:0;
	}
	#main .product-small.col .box-text.box-text-products .price-wrapper .price {
		font-size: 18px;
	}
	#main .product-small.col:nth-child(n+4) {
	}
	#main .sc-contact {
		padding-top: 40px;
	}
	#main .sc-contact .col-contact-right > .col-inner {
		padding: 30px 20px;
	}
	#main .sc-contact .col-contact-left h2.title-contact {
		font-size: 35px;
	}
	#main .sc-contact .col-contact-right > .col-inner .input-form > p {
		margin-top: 0;
	}
	#main .sc-contact .col-contact-right > .col-inner .input-form p textarea {
		margin-bottom: 0;
	}
	.nav.nav-vertical li.account-item, 
	.nav.nav-vertical li.header-newsletter-item, 
	.nav.nav-vertical li.header-social-icons {
		display: none;
	}
	#main .blog-single .sc-main_cate-blog > .section-content.relative {
		bottom: 20px;
	}
	
}

@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
	#main .sc-feedback .title-header.dot-left .line-dot:nth-child(2) {
        order: 2;
    }
	#main .sc-feedback .title-header {
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
    }
	body #button-contact-vr {
		bottom: 25%;
	}
	#wrapper #masthead .flex-col.flex-grow li a {
    	font-size: 14px;
	}
	#main .sc-life-healthy .col-lh-left {
		flex-basis: 60%;
        max-width: 60%;
	}
	#main .box.box-text-bottom.box-blog-post .post-meta::before {
		font-size: 16px;
	}
	#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .post-title a {
		font-size: 16px;
	}
	#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .from_the_blog_excerpt {
		font-size: 14px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .col.post-item {
		padding-bottom: 15px;
		padding-left: 0;
	}
	#main .sc-feature .icon-box-text .text h3,
	#main .sc-st-ct-under .row-icon > .col:hover > .col-inner > .row-mid p{
		font-size: 14px;
	}
	#main .sc-feature .icon-box-text .text p {
		font-size: 12px;
	}
	#main .sc-life-healthy .col-lh-right {
		flex-basis: 40%;
        max-width: 40%;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content .tab-panels {
        width: 73%;
    }
	#main .sc-popular-homepage .col-ppl-products .tabbed-content .tab-panels .product-small.col {
		    padding: 0 7px 30px;
	}
	#main .sc-popular-homepage .col-popular-banner {
        top: 17%;
    }
	#main .sc-feedback .col-feedback-left,
	#main .sc-feedback .col-feedback-right{
		flex-basis: 100%;
        max-width: 100%;
	}
	#main .sc-st-ct-under .title-content-under p {
		width: 100%;
	}
	#main .sc-contact .col-contact-right > .col-inner {
        padding: 6px 28px;
    }
	#main .sc-feedback {
		padding-bottom: 0;
	}
	#main .sc-feedback,
	#main .sc-feedback .col-feedback-right{
		padding-top: 150px;
	}
	#main .sc-feedback .col-feedback-left .img.main-img {
        width: 450px;
        height: 450px;
    }
	#main .sc-feedback .col-feedback-left > .col-inner::before {
        width: 525px;
        height: 525px;
    }
	#main .sc-feedback .title-header h2 {
		text-align: center;
	}
	#main .sc-story-content .row-content-2, #main .sc-story-content .row-content-3 {
        margin-top: 20px;
    }
	#main .sc-st-ct-under .row-icon > .col:first-child > .col-inner > .row-bot::before, 
	#main .sc-st-ct-under .row-icon > .col:nth-child(4) > .col-inner > .row-top::after {
		    width: 10px;
    	height: 10px;
	}
	#main .sc-st-ct-under .row-icon > .col:first-child > .col-inner > .row-bot::before {
        bottom: -16px;
    }
	#main .sc-main_cate-blog {
        height: 45vw;
    }
	#main .sc-main_cate-highlight .box-text .box-text-inner .from_the_blog_excerpt {
		font-size: 16px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-title a {
		font-size: 18px;
	}
	#main .sc-main_cate-highlight .col-cate_main-highlight {
		padding-bottom: 0;
	}
	#main .sc-sidebar-right .row-sidebar-news .col.post-item:nth-child(n+2) {
		margin-top: 0;
	}
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-title a,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .post-meta {
		margin-top: 0;
		font-size: 14px;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .img-inner {
		height: 34vw;
	}
	.shop-page-title.category-page-title.page-title {
		top: 443px;
	}
	#main .sc-contact .col-contact-right form > .form-flat > .input-form > p {
		margin-top: 24px;
	}
	#main .sc-contact .col-contact-right > .col-inner .wpcf7-submit.button.btn-left {
		margin-bottom: 15px;
	}
	#wrapper .sc-contact .col-hover-up .col-inner .img.has-hover {
		width: 10%;
	}
	#main .sc-feedback .col-feedback-left .row-img-small {
		width: 103%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-1 {
		width: 55px;
        height: 55px;
        left: 17%;
        top: 45%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-2 {
		width: 40px;
        height: 40px;
        top: -6%;
        left: 68%;
	}
	#main .sc-feedback .col-feedback-left .dot2 {
		width: 25px;
        height: 25px;
		top: -5%;
        left: 30%;
	}
	#main .sc-feedback .col-feedback-left .dot1 {
        width: 15px;
        height: 15px;
        top: 100%;
        left: 31%;
	}
} 

@media screen and (max-width: 768px) {
	#main .sc-homepage-product .flickity-enabled.is-draggable .flickity-viewport {
		height: 55vw !important;
	}
	#main .sc-homepage-product .row-homepage-product,
	#main .sc-homepage-product .row-homepage-product .col,
	#main .sc-homepage-product .row-homepage-product .col-inner,
	#main .sc-homepage-product .row-homepage-product .img,
	#main .sc-homepage-product .row-homepage-product .img-inner,
	#main .sc-homepage-product .row-homepage-product img{
		height: 100%;
	}
	#main .sc-homepage-product .row-homepage-product img {
		object-fit: cover;
	}
	#main .sc-homepage-product .row.container {
        left: 7%;
    }
	.title-header h2, 
	.title-header h3, 
	#main .sc-story-content .row h4, 
	#main .blog-wrapper.blog-archive.page-wrapper header .text-center h1 span,
	#main .sc-homepage-product .row-homepage-product.is-selected h2, 
	#main .sc-homepage-product .row-homepage-product.is-selected h1,
	#main .sc-homepage-product .row.container .text.font-dancing > p {
		font-size: 27px;
	}
	#main .sc-homepage-product .row-homepage-product .col a.button.btn-hover span,
	#main .sc-homepage-product .row-homepage-product .col a.button.btn-hover {
		font-size: 16px;
	}
	#main .sc-homepage-product .row-homepage-product.is-selected a {
		margin-top: 10px;
	}
	#main .sc-cate-homepage .col-catehp > .col-inner {
		gap: 5%;
	}
	#main .sc-cate-homepage .row-each-catehp {
		flex-basis: 33%;
        max-width: 33%;
	}
	#main .sc-about-homepage .col-container > .col-inner {
		display: block;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp {
		max-width: 100%;
		flex-basis: 100%;
	}
	#main .sc-about-homepage .title-header h2 {
		text-align: center;
	}
	.dot-left {
		flex-direction: column;
		align-items: center;
	}
	.dot-left .line-dot:first-child {
		order: 1;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp {
		margin: 0;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp > .col {
		padding: 0;
	}
	#main .sc-about-homepage .section-content.relative .box-text-story .above-text {
		font-size: 40px;
	}
	#main .sc-about-homepage .section-content.relative .box-text-story .above-text .text {
		font-size: 16px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .post-meta {
		bottom: 130%;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .from_the_blog_excerpt {
		    -webkit-line-clamp: 4;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post {
		display: flex;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-image {
		max-width: 50% !important;
		border-radius: unset;
		width: 100%;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .image-cover,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .image-cover {
		border-radius: 16px 0;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-title a,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .post-title a {
		font-size: 14px;
		margin: 5px 0;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-meta,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .post-meta {
		font-size: 14px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .from_the_blog_excerpt,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .form_the_blog_excerpt {
		font-size: 12px;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content ul {
        gap: 3%;
    }
	#main .sc-popular-homepage .col .tabbed-content ul li a span {
		font-size: 16px;
	}
	#main .sc-popular-homepage .col-popular-banner {
		display: none;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content .tab-panels {
		width: 100%;
	}
	#main .sc-popular-homepage .col-ppl-products {
		padding-left: 15px;
	}
	#main .sc-popular-homepage .row-popular-homepage .product-small.col {
		    flex-basis: 33%;
    	max-width: 33%;
	}
	#main .sc-about-homepage a.button.btn-hover {
		margin-top: 10px;
	}
	#main .product-small.col .box-text.box-text-products .price-wrapper .price {
		font-size: 16px;
	}
	#main .product-small.col .box-text.box-text-products .price-wrapper .price {
		font-size: 20px;
	}
	#main .product-small.col .box-text.box-text-products .product-title {
		min-height: 0;
	}
	#main .sc-feature .icon-box-text h3 {
		font-size: 14px;
	}
	#main .sc-feature .icon-box-text p {
		font-size: 12px;
	}
	#main .sc-feature .icon-box-img {
		width: 40px !important;
	}
	#main .sc-feature .section-content > .row > .col {
		flex-basis: 50%;
        max-width: 50%;
		margin-bottom: 10px;
	}
	#main .sc-feature .icon-box {
		justify-content: center;
	}
	#main .sc-feature .icon-box-text {
		flex-basis: 60%;
    	max-width: 60%;
	}
	#main .sc-life-healthy .row.row-livehealthyhp > .col > .col-inner > p a {
		left: 0;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-left {
		flex-basis: 60%;
        max-width: 60%;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right {
		flex-basis: 40%;
        max-width: 40%;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .col.post-item {
		padding-bottom: 10px;
	}
	#main .sc-feedback .row-feedback {
		flex-direction: column;
	}
	#main .sc-feedback .row-feedback .col-feedback {
		max-width: 100%;
		    padding: 40px 15px;
	}
	#main .sc-feedback .col-feedback-left .img.main-img {
        width: 350px;
        height: 350px;
    }
	#main .sc-feedback .col-feedback-left > .col-inner::before {
        width: 415px;
        height: 415px;
    }
	#main .sc-feedback .row-feedback .col-feedback-right .title-header h2 {
		text-align: center;
	}
	#main .sc-feedback .row-feedback .col-feedback-right .col-fb-background {
		padding-right: 0;
	}
	#main .sc-feedback .row-feedback .col-feedback-right .col-fb-l2 > .col-inner > .row:first-child .col-fb-background {
		padding-left: 15px;
	}
	#main .sc-feedback .col-feedback-right .col-fb-background > .col-inner {
		padding: 20px;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 > .col-inner {
		flex-direction: column;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 .box-text p {
		text-align: center;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 .img-inner {
		margin: 0;    
		width: 50px;
    	height: 50px;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .img-inner {
		height: 38vw;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-under .form-email h2,
	#main .sc-contact .col-contact-left h2.title-contact {
        font-size: 27px;
    }
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-under .form-email {
		width: 100%;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-title h1 {
        top: 35%;
    }
	#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 {
		margin-top: 20px;
		width: 100%;
		padding: 0 15px;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 .form-mail > p {
		justify-content: center;
	}
	#footer .sc-top-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
	#footer .sc-top-footer .col-1 {
		flex-basis: 100%;
		max-width: 100%;
	}
	#footer .sc-top-footer .col-2, #footer .sc-top-footer .col-4 {
		flex-basis: 65%;
		max-width: 65%;
	}
	#footer .sc-top-footer .col-3, #footer .sc-top-footer .col-5 {
		flex-basis: 35%;
		max-width: 35%;
	}
	#footer .sc-top-footer .col-3, #footer .sc-top-footer .col-5 {
		
	}
	#footer .sc-top-footer .col-1 > .col-inner {
		margin-left: 10px;
	}
	#footer .sc-top-footer .col-2 {
 	 	margin-left: 0;
	}
	#wrapper .col-hover-up .col-inner {
		justify-content: unset;
	}
	#wrapper .col-hover-up .col-inner .img.has-hover {
		width: 7%;
		margin-right: 10px;
	}
	#footer .sc-top-footer .row-bot-footer .col:first-child {
		flex-basis: 60%;
		max-width: 60%;
	}
	#footer .row-bot-footer > .col > .col-inner > .row > .col {
        max-width: 100%;
        flex-basis: 100%;
    }
	#footer .row-bot-footer > .col > .col-inner > .row {
        justify-content: flex-start;
    }
	#footer .sc-top-footer .col-7 {
		flex-basis: 40%;
		max-width: 40%;
	}
	#footer .row-bot-footer > .col, #footer .row-bot-footer > .col:first-child,
	#footer .col-6 p {
		margin-bottom: 0;
	}
	#footer .sc-top-footer .col-6, #footer .sc-top-footer .col-7 {
		margin-top: 10px;
	}
	#footer .sc-top-footer .row-bot-footer .col:first-child .img.has-hover {
		width: 50%;
	}
	#footer .absolute-footer .img.has-hover {
        width: 20vw;
    }
	#wrapper #main .position-center {
		width: 100%;
	}
	#main .sc-st-ct-under .title-content-under p {
		width: 100%;
		margin: unset;
	}
	#main .sc-st-ct-under .row-icon {
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		overflow-x: auto;
		justify-content: flex-start !important;
		padding: 25px 15px;
	}
	#main .sc-st-ct-under .row-icon > .col {
		flex: none;
		max-width: 33%;
	}
	#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid p {
        min-height: 195px;
    }
	#main .sc-st-ct-under {
		padding-bottom: 50px;
	}
	#main .sc-main_cate-blog .row-main_cate-blog h1 {
		font-size: 40px;
	}
	#main .sc-main_cate-highlight {
		padding-bottom: 0;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .box-text {
		border-radius: 0;
		padding: 20px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-meta{
		font-size: 14px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-title a,
	#main .sc-main_cate-highlight .box-text .box-text-inner .from_the_blog_excerpt,
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-title a {
		font-size: 16px;
		    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	#main .blog-archive .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image .image-cover {
		height: 170px;
	}
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-title a {
		-webkit-line-clamp: 2;
	}
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image .image-cover {
		height: auto;
	}
	#main .sc-all_cates .col-all_cates-right, #main .sc-all_cates .col-all_cates-left {
		flex-basis: 100%;
        max-width: 100%;
	}
	#main .sc-all_cates .col-all_cates-left .row.row-masonry {
		display: flex;
	}
	#wrapper .sc-all_cates .col-all_cates-left .col.post-item {
		flex-basis: 32%;
        max-width: 32%;
		padding: 0 15px;
	}
	#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(3) {
		margin-top: 0;
	}
	#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(n+4) {
		margin-top: 15px;
	}
	#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(2n+1),
	#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(2n) {
		padding: 0 15px;
	}
	#main .box.box-text-bottom.box-blog-post .post-meta,
	#main .sc-post-relative .post-title a{
		font-size: 14px;
	}
	#main .sc-post-relative .from_the_blog_excerpt {
		font-size: 12px;
	}
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image,
	#main .sc-post-relative .box-image {
		border-radius: 0 20px;
	}
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-image {
		max-width: 20%;
		border-radius: unset;
		width: 100%;
	}
	#main .col-all_cates-right > .col-inner {
		padding: 40px 32px;
		border-radius: 0 20px;
	}
	#main .col-all_cates-right .sc-sidebar-right .text.title-sidebar {
		margin-bottom: 10px;
	}
	#main .col-all_cates-right .sc-sidebar-right .text.title-sidebar strong {
		font-weight: 800;
	}
	#main .col-all_cates-right .sc-sidebar-right {
		padding: 0 15px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article {
		border-radius: 10px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article .entry-content {
		padding-top: 0;
	}
	.yith-custom-sorting {
        margin-right: 60px;
    }
	.yith-custom-sorting strong, .yith-custom-sorting button {
		font-size: 14px;
	}
	.shop-page-title.category-page-title.page-title {
		top: 378px;
	}
	#main .sc-detail-product .product-title, #main .sc-detail-product .woocommerce-Price-amount.amount {
        font-size: 17px;
    }
	#main .sc-detail-product .single_add_to_cart_button.button.alt span, 
	#main .sc-detail-product a.button.btn-hover, 
	#main .sc-detail-product a.button.btn-hover span{
		font-size: 16px;
	}
	#main .sc-detail-product a.button.btn-hover {
		left: -5%;
	}
	#main .sc-detail-product .single_add_to_cart_button.button.alt {
		margin-right: 20px;
	}
	#main .sc-detail-product .row-desc > .col > .col-inner {
        padding: 60px 20px 20px;
    }
	#main .sc-detail-product .col-slide > .col-inner {
		width: 70%;
		border-radius: 70px;
	}
	#main .sc-detail-product .woocommerce-product-gallery__image {
		border-radius: 24px;
	}
	#main .shop-container .sc-pro-rela .product-small.col .box-text.box-text-products .price-wrapper .price {
        font-size: 20px;
    }
	#main .shop-container .sc-pro-rela .product-small.col .box-text.box-text-products a.button.btn-hover {
		padding: 8px 16px;
	}
	#main .sc-user-manual {
		padding: 20px 10px;
	}
	#main .sc-user-manual .row-user-manual .col-user-manual {
		padding: 0 10px;
		max-width: calc(50% - 22.5px);
	}
	#main .sc-user-manual .icon-box-text p {
		font-size: 14px;
	}
	#wrapper .sc-contact .col-hover-up .col-inner .img.has-hover {
		width: 5%;
	}
	#wrapper .sc-contact .col-hover-up .col-inner {
		justify-content: unset;
		gap: 5px;
	}
	#main .sc-contact .col-contact-right > .col-inner .wpcf7-submit.button.btn-left {
		width: max-content;
	}
	#wrapper #masthead .flex-col.flex-right ul li.nav-icon a {
		border: none;
	}
	#wrapper #masthead .flex-col.flex-right ul li.nav-icon a i::before {
		color: var(--fs-experimental-link-color-hover);
		font-weight: 900;
        font-size: 18px;
	}
	#main .sc-feedback .col-feedback-left .row-img-small {
		width: 104%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-1 {
		width: 45px;
        height: 45px;
        left: 18%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-2 {
		width: 35px;
        height: 35px;
        top: 7%;
        left: 68%;
	}
	#main .sc-feedback .col-feedback-left .dot2 {
        width: 23px;
        height: 23px;
        top: 1%;
        left: 34%;
	}
	#main .sc-feedback .col-feedback-left .dot1 {
        width: 13px;
        height: 13px;
        top: 92%;
        left: 33%;
	}
	.off-canvas-center .mfp-content {
		padding-top: 0;
		transform: translateY(-90px);
	}
	.mfp-container.mfp-s-ready.mfp-inline-holder::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(29 29 28 / 72%);
	}
	.off-canvas .sidebar-menu {
		padding-top: 0;
	}
	.off-canvas-center .nav-sidebar.nav-vertical>li.header-search-form {
		display: none !important;
	}
	.off-canvas-center .nav-sidebar.nav-vertical>li.custom {
		padding-top: 30px;
	}
	.off-canvas .nav-vertical>li li,
	.off-canvas .nav-vertical>li li a{
		padding: 0;
	}
	.off-canvas .nav-vertical>li li:not(:last-child) {
		display: inline-flex;
		padding-bottom: 15px;
	}
	.off-canvas .nav-vertical>li li:last-child a {
		padding-bottom: 15px;
	}
	.off-canvas .nav-vertical>li li a {
		flex-grow: 0;
		padding-left: 5px;
	}
}
@media screen and (max-width: 549px) {

	#wrapper #header #logo a {
		width: 50px;
	}
	#wrapper #header .flex-row {
		align-items: flex-start;
	}
	#wrapper #header .flex-row .flex-col.show-for-medium.flex-right {
		margin-top: 10px;
	}
	#wrapper #header {
    height: auto;
    position: static;
}
	.header-bg-color {
    background-color:  var(--fs-color-secondary);
}
	    .header-main {
        height: 64px !important;
    }
	#wrapper #header .stuck .flex-row .flex-col.show-for-medium.flex-right,
	#wrapper #header .header-wrapper.stuck #logo {
		margin-top: 0;
	}
	#wrapper #header {
    height: auto;
    position: static;
}
	#wrapper #masthead .flex-col.flex-right ul li a {
		font-size: 14px;
	}
	#main .sc-homepage-product .row.container {
        left: 7%;
    }
	.sc-life-healthy .title-header h2 {
		font-size: 22px;
	}
	.title-header h2, 
	.title-header h3, 
	#main .sc-story-content .row h4, 
	#main .blog-wrapper.blog-archive.page-wrapper header .text-center h1 span,
	#main .sc-homepage-product .row-homepage-product.is-selected h2, 
	#main .sc-homepage-product .row-homepage-product.is-selected h1{
		font-size: 27px;
	}
	#main .sc-homepage-product .row-homepage-product .col a.button.btn-hover span {
		font-size: 16px;
	}

	#main .sc-cate-homepage .row-each-catehp {
		flex-basis: 50%;
        max-width: 50%;
	}
	#main .sc-about-homepage .col-container > .col-inner {
		display: block;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp {
		max-width: 100%;
		flex-basis: 100%;
	}
	#main .sc-about-homepage .title-header h2 {
		text-align: center;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp {
		margin: 0;
	}
	#main .sc-about-homepage .section-content.relative .row-storyhp > .col {
		padding: 0;
	}
	#main .sc-about-homepage .section-content.relative .box-text-story .above-text {
		font-size: 30px;
	}
	#main .sc-about-homepage .section-content.relative .box-text-story .above-text .text {
		font-size: 14px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-left,
	#main .sc-life-healthy .col-life-healthy.col-lh-right {
        flex-basis: 100%;
        max-width: 100%;
    }
	#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .post-meta {
		bottom: 115%;
        right: 3%;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post {
		display: flex;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-image,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-image {
		max-width: 34% !important;
		border-radius: unset;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .image-cover,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .image-cover {
		border-radius: 16px 0;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-title a,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .post-title a {
		font-size: 14px;
		margin: 5px 0;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .post-meta,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .post-meta {
		font-size: 14px;
	}
	#main .sc-life-healthy .col-life-healthy.col-lh-right .box.box-text-bottom.box-blog-post .box-text-inner .from_the_blog_excerpt,
	#main .sc-sidebar-right .row-sidebar-news .box.box-text-bottom.box-blog-post .box-text-inner .form_the_blog_excerpt {
		font-size: 12px;
	}
	#main .sc-life-healthy .row.row-livehealthyhp > .col > .col-inner > p a {
		margin-top: 30px;
	}
	#main .sc-popular-homepage .col .tabbed-content ul li a span {
		font-size: 14px;
	}
	#main .sc-popular-homepage .col-popular-banner {
		display: none;
	}
	#main .sc-popular-homepage .col-ppl-products .tabbed-content .tab-panels {
		width: 100%;
	}
	#main .sc-popular-homepage .col-ppl-products {
		padding-left: 15px;
	}
	#main .sc-popular-homepage .row-popular-homepage .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	#main .product-small.col .box-text.box-text-products .price-wrapper a {
		padding: 8px 16px;
    	min-height: unset;
		left: 50%;
		transform: translate(-50%);
		bottom: -40% !important;
		top: unset;
	}
	#main .product-small.col .box-text.box-text-products .price-wrapper a span {
		font-size: 10px;
	}
	#wrapper #main .product-small.col > .col-inner {
    	padding: 16px 16px 32px;
	}
	#main .product-small.col .box-text.box-text-products .product-title a,
	#main .product-small.col .box-text.box-text-products .price-wrapper .price {
		font-size: 14px;
	}
/* 	#main .product-small.col .box-text.box-text-products .title-wrapper,
	#main .product-small.col .box-text.box-text-products .product-title a{
		margin-bottom: 0;
	} */
	#main .product-small.col:nth-child(n+4) {
			margin-top: 0;
    }
	#main .sc-feature .icon-box-text h3 {
		font-size: 14px;
	}
	#main .sc-feature .icon-box-text p {
		font-size: 12px;
	}
	#main .sc-feature .icon-box-img {
		width: 30px !important;
	}
	#main .sc-feedback .row-feedback {
		padding-top:0;
	}
	#main .sc-feedback .row-feedback .col-feedback {
		max-width: 100%;
	}
	#main .sc-feedback .row-feedback .col-feedback-right .title-header h2 {
		text-align: center;
	}
	#main .sc-feedback .row-feedback .col-feedback-right .col-fb-l2 > .col-inner > .row:first-child .col-fb-background {
		padding-left: 15px;
	}
	#main .sc-feedback .col-feedback-right .col-fb-background > .col-inner {
		padding: 20px;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 > .col-inner {
		flex-direction: column;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 .box-text p {
		text-align: center;
	}
	#main .sc-feedback .col-feedback-right .col-fb-l3 .img-inner {
		margin: 0;    
		width: 50px;
    	height: 50px;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .img-inner {
		height: 63vw;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-under .form-email h2,
	#main .sc-contact .col-contact-left h2.title-contact {
        font-size: 27px;
    }
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-under .form-email {
		width: 100%;
	}
	#main .sc-sendmail .col-sendmail > .col-inner .text.text-title h1 {
        top: 35%;
    }
	#main .sc-sendmail .col-sendmail > .col-inner .wpcf7 {
		margin-top: 20px;
		width: 100%;
		padding: 0 15px;
	}
	#footer .sc-top-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
	#footer .sc-top-footer .col-1 > .col-inner {
        margin-left: auto;
    }
	#footer .sc-top-footer .col-1,
	#footer .sc-top-footer .col-2, #footer .sc-top-footer .col-3, 
	#footer .sc-top-footer .col-4, #footer .sc-top-footer .col-5 {
		flex-basis: 100%;
		max-width: 100%;
	}
	#footer .sc-top-footer .col-1 > .col-inner {
		transform: unset;
    	margin-top: -51px;
	}
	#footer .sc-top-footer .col-2 {
 	 	margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#footer .sc-top-footer .col-3, #footer .sc-top-footer .col-5 > .col-inner > .row > .col, #footer .sc-top-footer .col-7 {
		padding-left: 0;
	}
	#wrapper .col-hover-up .col-inner {
		justify-content: unset;
	}
	#wrapper .col-hover-up .col-inner .img.has-hover {
		width: 7%;
		margin-right: 10px;
	}
	#footer .row-bot-footer {
		flex-direction: column;
	}
	#footer .row-bot-footer > .col, #footer .sc-top-footer .row-bot-footer .col:first-child {
		flex-basis: 100%;
        max-width: 100%;
	}
	#footer .row-bot-footer > .col, #footer .row-bot-footer > .col:first-child,
	#footer .col-6 p {
		margin-bottom: 0;
	}
	#footer .sc-top-footer .col-6, #footer .sc-top-footer .col-7 {
		margin-top: 10px;
	}
	#footer .sc-top-footer .row-bot-footer .col:first-child .img.has-hover {
		width: 50%;
	}
	#footer .absolute-footer .img.has-hover {
        width: 30vw;
    }
	#wrapper #main .position-center {
		width: 100%;
		margin: 0 auto
	}
	#main .sc-story-content .col-ct-2-l {
		order: 1;
	}
	#main .sc-story-content .row-content-2, #main .sc-story-content .row-content-3 {
        margin-top: 30px;
    }
	#main .sc-story-content .col-ct-2-r {
		order: 2;
	}
	#main .sc-st-ct-under .title-content-under p {
		width: 100%;
		margin: unset;
	}
	#main .sc-st-ct-under .row-icon {
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		overflow-x: auto;
		justify-content: flex-start !important;
		padding: 25px 15px;
	}
	#main .sc-st-ct-under .row-icon > .col {
		scroll-snap-align: center;
		flex: none;
		flex-basis: 65%;
		max-width: 65%;
	}
	#main .sc-st-ct-under .row-icon > .col > .col-inner > .row-mid p {
        min-height: 195px;
    }
	#main .sc-st-ct-under {
		padding-bottom: 50px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .box-text {
		border-radius: 0;
		padding: 20px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-meta,
	#main .sc-main_cate-highlight .box-text .box-text-inner .from_the_blog_excerpt{
		font-size: 14px;
	}
	#main .sc-main_cate-highlight .box.box-text-bottom.box-blog-post .post-title a {
		font-size: 16px;
	}
	#main .blog-archive .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image .image-cover {
        height: 150px;
    }
	#main .sc-all_cates .col-all_cates-left .col.post-item:nth-child(n+3) {
        margin-top: 15px;
    }
	#main .sc-all_cates .col-all_cates-right, #main .sc-all_cates .col-all_cates-left {
		flex-basis: 100%;
        max-width: 100%;
	}
	#main .sc-all_cates .col-all_cates-left .row.row-masonry {
		display: flex;
	}
	#wrapper .sc-all_cates .col-all_cates-left .col.post-item {
		flex-basis: 48%;
        max-width: 48%;
		padding: 0 15px;
	}
	#main .box.box-text-bottom.box-blog-post .post-meta,
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .post-title a,
	#main .sc-post-relative .post-title a,
	#main .sc-life-healthy .col-life-healthy .box.box-text-bottom.box-blog-post .post-title a {
		font-size: 14px;
	}
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .from_the_blog_excerpt,
	#main .sc-post-relative .from_the_blog_excerpt,
	#main .sc-life-healthy .col-life-healthy.col-lh-left .box.box-text-bottom.box-blog-post .from_the_blog_excerpt {
		font-size: 12px;
	}
	#main .sc-all_cates .col-all_cates-left .box.box-text-bottom.box-blog-post .box-image,
	#main .sc-post-relative .box-image {
		border-radius: 0 20px;
	}
	#main .col-all_cates-right > .col-inner {
		padding: 30px 10px;
		border-radius: 0 20px;
	}
	#main .col-all_cates-right .sc-sidebar-right {
		padding: 0 15px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article {
		border-radius: 10px;
		padding: 20px 10px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article .entry-content {
		padding-top: 0;
	}
	.yith-custom-sorting {
        margin-right: 0;
		justify-content:center;
    }
	.yith-custom-sorting strong, .yith-custom-sorting button {
		font-size: 14px;
	}
	#main .sc-detail-product .col-slide > .col-inner {
        width: 100%;
        border-radius: 70px;
    }
	#main .sc-detail-product .woocommerce-product-gallery__image {
		height: 70vw;
	}
	#main .sc-detail-product .product-title, #main .sc-detail-product .woocommerce-Price-amount.amount {
        font-size: 17px;
    }
	#main .sc-detail-product .single_add_to_cart_button.button.alt, 
	#main .sc-detail-product a.button.btn-hover {
		display: block;
		width: 100%;
	}
	#main .sc-detail-product .single_add_to_cart_button.button.alt span, 
	#main .sc-detail-product a.button.btn-hover, 
	#main .sc-detail-product a.button.btn-hover span{
		font-size: 16px;
	}
	#main .sc-detail-product a.button.btn-hover {
		left: -5%;
		margin-top: 10px;
	}
	#main .sc-detail-product .row-desc > .col > .col-inner {
        padding: 60px 20px 20px;
    }
	#main .sc-detail-product .woocommerce-product-gallery__image a {
        width: 100%;
    }
	#main .shop-container .sc-pro-rela .product-small.col .box-text.box-text-products .price-wrapper .price {
        font-size: 20px;
    }
	#wrapper #main .shop-container .sc-pro-rela .product-small.col > .col-inner {
		padding-bottom: 16px;
	}
	#main .shop-container .sc-pro-rela .product-small.col .box-text.box-text-products a.button.btn-hover {
		bottom: -50% !important;
		left: 50%;
	}
	#main .shop-container .sc-pro-rela .product-small.col .box-text.box-text-products a.button.btn-hover span {
		font-size: 16px;
	}
	#main .sc-user-manual .row-user-manual {
    	gap: 20px;
	}
	#main .sc-user-manual .row-user-manual .col-user-manual {
		padding: 0 10px;
		max-width: calc(50% - 22.5px);
	}
	#main .sc-user-manual .icon-box-text p {
		font-size: 14px;
	}
	#wrapper .sc-contact .col-hover-up .col-inner .img.has-hover {
		width: 8%;
		margin-top: 10px;
	}
	#wrapper .sc-contact .col-hover-up .col-inner {
		justify-content: unset;
		gap: 5px;
	}
	#main .sc-feedback .col-feedback-left .img.main-img {
        width: 250px;
        height: 250px;
    }
	#main .sc-feedback .col-feedback-left > .col-inner::before {
        width: 300px;
        height: 300px;
		top: -8.8%;
		left: 8.8%;
    }
	#main .sc-feedback .col-feedback-left .row-img-small {
		width: 107%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-1 {
		width: 30px;
        height: 30px;
        left: 3%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-2 {
		width: 20px;
        height: 20px;
        top: 11%;
        left: 71%;
	}
	#main .sc-feedback .col-feedback-left .img.sub-img-2 img {
		vertical-align: unset;
	}
	#main .sc-feedback .col-feedback-left .dot2 {
		width: 15px;
        height: 15px;
        top: 8%;
        left: 29%;
	}
	#main .sc-feedback .col-feedback-left .dot1 {
		width: 15px;
		height: 15px;
		top: 86%;
		left: 30%;
	}
}

@media screen and (max-width: 549px) {
	#main .sc-homepage-product.homepage .flickity-enabled.is-draggable .flickity-viewport {
		height: 40vw !important;
	}
	#main .sc-homepage-product .flickity-enabled.is-draggable .flickity-viewport {
		height: 85vw !important;
	}
	.col-feedback-right .flickity-slider .testimonial-box {
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.col-feedback-right .flickity-slider .testimonial-box .testimonial-image {
		margin: auto
	}
	.col-feedback-right .flickity-slider .testimonial-box .icon-box-text {
		padding-left: 0
	}
	.col-feedback-right .flickity-slider .testimonial-box .icon-box-text .star-rating {
		margin: 10px auto !important;
	}
	.sc-sendmail h1 {
		padding-top: 40px;
	}
	#wrapper #masthead .flex-col.flex-right ul li.nav-icon a i::before {
		color: #fff !important
	}
	.col-main_cate-blog .text.font-dancing {
		margin-bottom: 15px;
	}
	.sc-pro-rela .row.equalize-box .product-small.col {
		max-width: 100%;
		flex-basis: 100%;
	}
	#main .sc-pro-rela a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		font-size: 16px !important;
	}
	#main .sc-path {
		padding: 0 10px !important;
	}
	.sc-all_cates .ux-relay__pagination.page-numbers {
		margin-top: 40px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article h2 strong {
		font-size: 20px;
	}
	#main .blog-wrapper.blog-single.page-wrapper article p {
		font-size: 16px;
		line-height: 1.6
	}
	.col-contact-left i {
		margin-right: 5px;
	}
	
	
	
}