/*
Theme Name: Beauty Spa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600;700&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--primary-color: #f48380;
}
body{overflow: hidden;}
body,
h1,h2,h3,h4,h5,h6,a{
	/* font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji !important; */
	font-family:'Quicksand', sans-serif !important;
	
}
.align-center{text-align:center;}
.aling-justify{text-align:justify;}
.mb-0{margin-bottom:0}
.mt-0{margin-top:0}
.ml-0{margin-left:0}
.mr-0{margin-right:0}
.pb-0{padding-bottom:0}
.pt-0{padding-top:0}
.pl-0{padding-left:0}
.pr-0{padding-right:0}
.br-25 img {border-radius: 25px 25px 0 25px;}

h3.section-title {
    font-size: 32px;
	font-weight:700;
}
.slick-initialized .slick-slide  .col-inner, .slick-slide .col-inner{padding:15px;}
.flickity-page-dots .dot{width:18px; height:18px;border-width:5px;}
.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: var(--primary-color);
}
.flickity-button-icon {
    background: var(--primary-color);
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #fff !important;
}
.sub-menu.nav-dropdown{padding:0;}
.nav-dropdown-simple .nav-column li > a:hover, .nav-dropdown.nav-dropdown-simple > li > a:hover {
    background-color: var(--primary-color);
	opacity:.1;	
}
/** Button **/
.site-button {
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent;
    margin-left: -1px;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}
.site-button:before, .site-button:after {
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.site-button::before {
    top: 0;
    left: 0;
    right: auto;
}
.site-button::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.site-button.black {
    background-color: var(--primary-color);
    color: #fff;
	text-align:center;
}
.site-button span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 30px;
    font-size: 12px;
    letter-spacing: 3px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.site-button em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 20%;
    right: 18px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.site-button:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.site-button:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
/** End Button **/
/*===Content===*/
.page-title-bg.fill{left:auto;}
span.name {
    color: var(--primary-color);
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
}
.border-left-2{
	border-left: 2px solid #a0a0a0;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 35px 0 35px 30px;
}
.hilite-title.bdr-right {
    border-right: 10px solid var(--primary-color);
}
.hilite-title strong {
    display: block;
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(191,191,191,0.3);
}
.hilite-title span {
    display: block;
    line-height: 1.5;   
    font-weight: bold;
}
.fade-box {position: relative;}
.fade-box:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 100%;
	height: 100%;
	border: 10px solid var(--primary-color);
	background: var(--primary-color);
	bottom: -15px;
}

.image-zoom:before, .image-zoom:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
}
.image-zoom:before {
    top: 0;
    left: 0;
    z-index: 1;
}
.image-zoom:after {
    bottom: 0;
    right: 0;
    z-index: 2;
}
.box-image:hover .image-zoom::before, .box-image:hover .image-zoom:after {
    width: 100%;
    height: 100%;
}
.some-facts {
    position: relative;
    padding: 80px 30px 80px 50px;
    border: 10px solid #fff;        
    border-left: 0px;
}
.section .s-title span {
    font-size: 24px;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
}
.section .s-title h2 {
    font-size: 34px;
    line-height: 1.3;    
    margin-bottom: 40px;
}
.some-facts::after {
    bottom: -10px;
}
.some-facts::before {
    top: -10px;
}
.some-facts::after, .some-facts::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: -10px;
    width: 10px;
    height: 140px;
}
.section.section-blog {
    background: url(assets/images/bkg-banner-section.png) 50% 0;    
    background-attachment: fixed;
}
.icon-policy .icon-inner{
	border-radius: 10px;
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	margin: 10px auto 20px;
	padding: 22px;
}
/* ----- progress-bar ----- */
.jet-progress-bar {margin-bottom: 18px;}
.jet-progress-bar__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}
.jet-progress-bar__title {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 5px;
}
.jet-progress-bar__title-text {font-size: 14px;font-weight: 600;}
.jet-progress-bar__wrapper {
	-webkit-align-self: stretch;-ms-flex-item-align: stretch;	align-self: stretch;
	height:16px;background-color: #e9eaeb;border-radius:10px;overflow: hidden;
}
.jet-progress-bar__status-bar {
	height: 100%;
	width:0%;
	background-color: #f48380;
	border-radius: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.jet-progress-bar:nth-child(1) .jet-progress-bar__status-bar{-webkit-transition: width ease 200ms;transition: width ease 200ms;}
.jet-progress-bar:nth-child(2) .jet-progress-bar__status-bar{-webkit-transition: width ease 250ms;transition: width ease 250ms;}
.jet-progress-bar:nth-child(3) .jet-progress-bar__status-bar{-webkit-transition: width ease 300ms;transition: width ease 300ms;}
.jet-progress-bar:nth-child(4) .jet-progress-bar__status-bar{-webkit-transition: width ease 350ms;transition: width ease 350ms;}
.jet-progress-bar__percent {
	color: #ffffff;font-size: 13px;font-weight: bold; margin-right: 10px;   line-height: 16px;
	text-transform: none;font-style: normal;text-decoration: none;
	-webkit-align-self: flex-end;-ms-flex-item-align: end;align-self: flex-end;
	-webkit-display: flex;display: flex;display: flex;
}
/*---- End Progress Bar------*/
.about-us-carousel .slider:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid var(--primary-color);
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.circle-block-outer .icon-box {
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.circle-block-outer .icon-box:hover {
    background: #dd6b68;
    border-color: #dd6b68;
}
.index-first > .col-inner{z-index:1;}
.noi-dung textarea{min-height:190px !important;}
/*===Widget===*/
.widget-title.shop-sidebar,.widget-area .widget .widget-title{background:var(--primary-color);color:#fff;}
#shop-sidebar .widget, #shop-sidebar .widget-area .widget,#product-sidebar .widget, #product-sidebar .widget-area .widget, .widget-area .widget{
	border: 1px solid #eee;
	border-radius: 5px;
}
#shop-sidebar .widget .widget-title,#product-sidebar .widget .widget-title, .widget-area .widget .widget-title{
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;    
    font-weight: 600;
    letter-spacing: .02em;
	width: 100%;
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#shop-sidebar .is-divider, #product-sidebar .is-divider, .widget-area .is-divider{display:none;}
#shop-sidebar .widget .widget-title,#shop-sidebar .widget ul.product-categories, #shop-sidebar .widget ul.product_list_widget,.widget_price_filter .price_slider_wrapper,#product-sidebar .widget .widget-title,#product-sidebar .widget ul.product-categories, #product-sidebar .widget ul.product_list_widget, .widget-area .widget .widget-title, .widget-area .widget ul.product-categories, .widget-area .product_list_widget{padding: 10px 10px;}
#shop-sidebar .widget ul li ul.children,#product-sidebar .widget ul li ul.children, .widget-area .widget ul li ul.children, .page-left-sidebar .col-divided{border-left:0 none; padding-left:0;}
ul.product-categories .cat-item a:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    margin: 6px 12px 0 0;
}
ul.product-categories .cat-item.current-cat a:before, ul.product-categories .cat-item a:hover:before, .widget_categories ul li.cat-item a:hover:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    line-height: 10px;
    font-size: 9px;
    padding-left: 1px;
    color: #fff;
    text-align: center;
}
ul.product-categories .cat-item.current-cat a:before,ul.product-categories  .cat-item a:hover:before,ul.product-categories .cat-item a:active:before {
    border-color: #00c851;
	background-color: #00c851;
}
.price-wrapper {
    display: flex;
}
.price-wrapper .price {
    display: inline-block;
    flex: 1;
	line-height:1.5 !important;
}
.price-wrapper .total-sales {
    font-size: .85em;
	line-height:1.8;
}
li.recent-blog-posts-li {
    padding-left: 10px;
}
li.recent-blog-posts-li .post_comments{
    display:none;
}
/*===Products===*/
.quantity{margin-right:.5em !important;}
.product-categories-nav .ux-menu-link__link{padding-top:.6em;}
.product-info>.price-wrapper {
    background: rgb(250, 250, 250);
    border-radius: 5px;
    padding: 0 15px;
	margin-bottom:15px;
}
select.pa_pcb,.variations td.label{display:none;}
a.reset_variations {
    display: none !important;
}

.variations td.value{display: flex;flex-wrap: wrap;}
.variations td.value .custom_option{
	flex: 1;
	text-align: center;
	cursor: pointer;
	margin-right:10px;
	padding: 8px;
	color: rgb(36, 36, 36);	
	min-width: 80px;
	position: relative;
	background-color: rgb(242, 242, 242);
	border: 1px solid transparent;
	outline: currentcolor none 0px;
	border-radius: 4px;
}
.variations td.value .custom_option.is-visible {
    /*display:inline-flex;*/
}
.variations td.value .custom_option:hover,.variations td.value .custom_option.on {
	border: 1px solid var(--primary-color);
	background-color: rgb(229, 242, 255);
}
.variations td.value .custom_option .selected-indicator {
    position: absolute;
    top: -1px;
    right: -1px;
    display: none;
}
.variations td.value .custom_option:hover .selected-indicator,.variations td.value .custom_option.on .selected-indicator {display:block;}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: var(--primary-color) !important;
}
.single-product .product-info{padding-top:0;}
.sub-product-title {
    margin-bottom: 15px;
}
.woocommerce-store-notice.demo_store {
    position: relative;
	background-color:var(--primary-color);
}
.woocommerce-store-notice a.product-notice{color:#ffe66b;}
.dotnew {
    background-color: #ffe66b;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin-top: -5px;
    position: relative;
    top: 50%;
    width: 8px;
	margin-right: 5px;
}
.dotnew .animation {
    border: 1px solid #ffe66b;
    background-color: rgba(255,230,107,.2);
    border-radius: 100%;
    display: block;
    height: 8px;
    opacity: 1;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
    width: 8px;
}
@-webkit-keyframes sonar {
 0% {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 100% {
  -webkit-transform:scale(4);
  transform:scale(4);
  opacity:0
 }
}
@keyframes sonar {
 0% {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 100% {
  -webkit-transform:scale(4);
  transform:scale(4);
  opacity:0
 }
}
.product-small.box {
    background: white;
	/*box-shadow: 2px 2px 20px #0000002b;*/
	border: 1px solid #0000002b;    
}
.box-text.text-center,.box-text.box-text-products {
    padding: 15px 10px !important;
	font-size:1em;
}
.woocommerce-Price-amount.amount{color:#f00;font-weight:bold;}
/*.product-small.box .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/
.product-small .box-image:hover::before{
	-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
	100%{left:125%}
}
@keyframes shine{
	100%{left:125%}
}
.product-small .box-image::before{
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	content:'';
	width:50%;
	height:100%;
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.badge-inner.on-sale{background-color:transparent !important;}
.badge-outline, .badge-circle{margin-left:0 !important;}
.badge-circle-inside .badge-inner, .badge-circle .badge-inner {
    border-radius: 0 !important;
}
.callout-new-bg.new-bubble, .grid-tools a,.onsale{
	width: 39px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 5px !important;
    margin: 0 !important;
	background-color: transparent;
    background-image: url(../images/icons_menubar.svg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -594px -255px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
	top:0;
    left: 0;
    overflow: hidden;
}
.woocommerce-tabs .product-tabs .description_tab a,
.woocommerce-tabs .product-tabs .reviews_tab a,
.woocommerce-tabs .product-tabs .ux_global_tab_tab a{font-size:1em;border-radius: 7px 7px 0 0;border:0 none;}
.woocommerce-tabs .product-tabs .description_tab.active a,
.woocommerce-tabs .product-tabs .reviews_tab.active a,
.woocommerce-tabs .product-tabs .ux_global_tab_tab.active a{color:#fff;;background-color:var(--primary-color);}
.sticky-add-to-cart--active{border-top:0 none !important;background-color:rgba(0,0,0,.9) !important;color: #fff;}
h3.product-section-title {margin-left: 0;}
/** Footer **/
.logo-box .col-inner {
    border-radius: 25px 0;
}
a.back-to-top{color:var(--primary-color);}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}