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

.banner-image  {
	bottom: -120px;
    left: 0;
    animation: myMove 3s infinite;
	transition: all .2s;
}
@keyframes myMove {
    0%,100% {
        top: 0
    }

    50% {
        top: 15px
    }
}
.item-count {
	font-size: 28px;
	font-weight: 800;
	color: var(--primary-color);
}
.counter-item p {
	font-weight: 700;
}

.h1, .h2, h1, h2 {
    line-height: 1.1;
}
.col-cate > .col-inner {
	width: 1600px;
	max-width: 1600px;
}

.row-category .icon-box {
	background: #f7e8d3;
    border-radius: 50px 0 50px;
    overflow: hidden;
}
.row-category .icon-box-text  {
	background: #8d5e2f;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    padding: 0 50px 10px 20px !important;
}
.row-category .icon-box-text  h3 {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
}
.row-category .icon-box-text  p  {
	font-size: 16px;
	font-weight: bold;
}
.row-category .icon-box-text a.button {
	font-size: 14px;
	font-weight: 500;
}
.row-category .icon-box-text a.button:hover {
	color: var(--primary-color) !important;
}
.row-category .icon-box-img {
    transition: all .3s;
}
.row-category .icon-box:hover .icon-box-img img {
	transform: translateX(-40px);
}
.row-category .icon-box-img img {
	width: 120%;
    position: relative;
    max-width: 120%;
    transform: translateX(-30px);
	transition: all .3s;
}
.custom-slider-controls {
	display: flex;
	gap: 10px;
	position: absolute;
    bottom: 0;
}
.custom-slider-controls button {
	background: rgba(43, 47, 51, 0.05);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: auto;
    transition: all .3s;
    margin: 0;
	padding: 0;
	line-height: unset;
}
.custom-slider-controls button:hover {
	background: var(--primary-color);
}
.custom-slider-controls button i {
	color: #8d5e2f;
}
.col-cate-left > .col-inner {
	height: 100%;
}
.section-cate {
	padding-top: 100px !important;
}

.banner-radius {
	border-radius: 20px !important;
	overflow: hidden;
}
.banner-product:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
	    border: 1px solid #eee;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 11px;]
    opacity: 1;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	opacity: 1;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button path {
	fill: var(--primary-color);
}
.slider-nav-outside .flickity-prev-next-button.previous {
	right: 94%;
}
.slider-nav-outside .flickity-prev-next-button.next {
	left: 94%;
}
.partner .box-text {
	display: none;
}
.partner .box {
	display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 9px 0px rgba(38, 45, 118, 0.08);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.partner .box img {
	height: 45px;
	object-fit: contain;
}
.row-testi .col > .col-inner {
	background-color: rgb(255, 247, 236);
	padding: 30px;
	border-radius: 10px;
}
a.hotspot {
    background-color: #fff;
    border-radius: 99px;
    color: #344943;
    display: block;
    font-weight: 500;
}
a.hotspot:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: -6px;
    left: -6px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.2s decorTheLookDot ease-in-out infinite;
    animation: 1.2s decorTheLookDot ease-in-out infinite;
}
@keyframes decorTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6)
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.home-blog .box {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.home-blog .box .box-text {
	padding: 20px;
}


/* product */
ins span.amount {
    color: red;
    font-weight: 800;
}

.row-pack .icon-box-text p {
	margin-bottom: 0;
}
.title-pack p {
	margin-bottom: 8px;
}
.row-pack .icon-box-img img {
	padding-top: 0;
}
.row-pack .icon-box-left .icon-box-img+.icon-box-text {
	padding-left: 6px;
}
.row-pack .icon-box {
	align-items: center;
}
.product-gallery-slider img, .product-thumbnails img {
    border-radius: 20px;
}
.product-thumbnails a {
	border-radius: 10px;
}
.product-thumbnails .is-nav-selected a {
	border-color: #fdcc7f;
}
.breadcrumbs a {
    color: hsl(0deg 0% 17.79%);
}
.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs .divider, .breadcrumbs .separator {
	opacity: 1;
}
.breadcrumbs .divider, .breadcrumbs .separator:before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 5px;
    color: #222;
}
.info-product span.amount {
	color: #ef1104;
	font-weight: 800;
}
.info-product del {
	font-size: 16px;
	font-weight: 600;
}
.info-product del span.amount {
	color: #555;
	font-weight: 600;
}
.info-product .price {
	margin-bottom: 15px;
}
.product-short-description {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.product-short-description:before {
	content: 'Mô tả';
	display: block;
	font-weight: 600;
	color: #807f7d;
}
.product_meta .posted_in {
	margin-bottom: 0;
	padding-top: 20px;
}
.wc-tabs > li > a {
	padding: 13px 0;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}
.wc-tabs.nav-line>li>a:before {
	background-color: #222 !important;
}
blockquote, dl, figure, form, ol, p, pre, ul {
	margin-bottom: 1em;
}

form.cart .single_add_to_cart_button, form.cart .ux-buy-now-button {
	background-color: transparent;
    color: #6d3b28;
    border: 1px solid;
    line-height: 0;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px 29px;
}
form.cart .single_add_to_cart_button:before, .product-small .add-to-cart-button a:before, form.cart .ux-buy-now-button:before {
	content: "\f07a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
}
form.cart .ux-buy-now-button:before {
	content: '\f09d';
}

.nav-pills > li > a {
	white-space: nowrap;
    border-radius: 99px;
    border: 1px #ebebeb solid;
    transition: all .3s;
    font-size: 16px;
    font-weight: 500 !important;
    color: #222;
    padding: 0 30px;
    letter-spacing: 0;
}

.nav-pills > li {
	margin: 0 10px;
}

.product-small .product-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: bold;
        text-transform: uppercase;
    color: black;
}

.product-small.box {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
}
.product-small.box .box-text {
	padding: 20px;
}
.product-small .add-to-cart-button a{
	    width: 100%;
    border: 1px solid #492d25;
    font-size: 16px;
    font-weight: 500;
    color: #492d25;
    border-radius: 99px;
}

.product-small span.amount {
	font-weight: bold;
}
.product-small  .price {
	margin-top: 10px;
}
.product-small  .price ins {
	display: block;
	margin-top: 5px;
}
.product-small  .price ins span.amount {
	font-size: 20px;
	font-weight: 800;
}
.product-small .badge-circle .badge-inner span {
	background-color: transparent;
	background-image: url(./assets/image/sale.webp);
	background-repeat: no-repeat;
    background-size: auto;
    font-size: 12px;
    width: 49px;
    line-height: 24px;
    display: block;
    border-radius: 5px;
}
.product-small .badge-circle, .product-small .badge-circle .badge-inner{
	width: 49px;
	background-color: transparent;
	display: block;
}
.product-small .badge-container {
	margin: 0;
	top: 10px;
	left: 10px;
}


.rank-math-breadcrumb p {
	margin-bottom: 0;
	font-size: 14px;
}
.rank-math-breadcrumb  * {
	color: #212529;
}
.page-breadcrumbs  {
	margin-top: 15px;
}
.rank-math-breadcrumb .separator:before {
	content: '\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 10px;

}
.rank-math-breadcrumb .separator {
	margin: 0 3px 0 8px;
}
.shop-container .breadcrumbs {
	    margin-bottom: 20px;
}
 h1.cat-title {
	font-size: 30px;
	color: #344943;
}
h3.widget-title, span.widget-title {
	letter-spacing: 0;
	font-size: 24px;
	color: #344943;
	font-weight: 800;
}
.widget .is-divider {
	height: 1px;
	width: 100%;
	max-width: 100%;
}

aside ul li a {
	font-size: 15px;
	color: #333;
}
aside ul>li{
	border:none !important;
}
.woocommerce .widget_layered_nav ul li a::before, .woocommerce .widget_layered_nav_filters ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #999;
}
.woocommerce .widget_layered_nav ul li a:hover {
	color: var(--primary-color);
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav_filters ul li a {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 0;
    display: inline-block;
}
.woocommerce .widget_layered_nav ul li a:active::before, .woocommerce .widget_layered_nav ul li a:focus::before, .woocommerce .widget_layered_nav ul li a:hover::before, .woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a:active::before, .woocommerce .widget_layered_nav_filters ul li a:focus::before, .woocommerce .widget_layered_nav_filters ul li a:hover::before, .woocommerce .widget_layered_nav_filters ul li.chosen a::before {
    content: '\f00c';
    color: #e03232;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 0;
    border-color: #e03232;
    line-height: 20px;
    text-align: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.product-section-title {
	font-size: 28px;
	letter-spacing: 0;
}
.related-products-wrapper  {
	margin-top: 50px;
	padding-top: 30px;
}

/* blog */
h1.page-title {
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 0;
}
#post-list .box-image {
	border-radius: 10px;
	overflow: hidden;
}

.box-blog-post .is-divider {
	margin-top: 0;
    background-color: transparent;
}

.widget-area aside {
	padding: 30px;
    background-color: #f2f2f2;
    border-radius: 10px;
}
.single .entry-header-text {
	padding-bottom: 0;
}

.entry-header .is-divider {
	display: none;
}
div#ez-toc-container .ez-toc-title {
    font-weight: bold;
    color: #344943;
}
#ez-toc-container {
	padding: 20px;
	border:none;
	background: #efefef
}
.related-title-section {
	font-size: 20px;
	font-weight: bolder;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
}

.list-shop-tab {
    padding: 10px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(0deg, #0074bf 0%, #0074bf 52%, #0074bf 100%);
}
.list-shop-tab select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px 12px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #E3E3E3;
    outline: none !important;
}
.tab-bottom-data {
        background: #fff;
    padding: 0px;
    line-height: 24px;
    border-bottom: dashed 1px #F2F2F2;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 5px;
}
.tab-bottom-item h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.tab-bottom-item p {
    margin-bottom: 5px;
}
.tab-bottom-item i {
    color: #344943;
}
.tab-bottom-contact a {
    position: relative;
    display: block;
    padding-left: 18px;
}

.tab-bottom-contact a::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    left: 2px;
    top: 0px;
    position: absolute;
}



.tab-bottom-contact {
    display: flex
;
    align-items: center;
    font-size: 12px;
    gap: 6px;
    flex-wrap: wrap;
}

.list-shop-iframe iframe {
    width: 100% !important;
    height: 555px;
}.tab-bottom {
    max-height: 426px;
    position: relative;
    overflow-y: scroll;
}









/* footer */
.ft-contact {
	position: relative;
	z-index: 99;
}

.mg0 * {
	margin-bottom: 0;
}


.home .row-product-footer {
	display: none;
}

.absolute-footer.dark {
	display: none;
}

footer .is-divider {
	    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    background-color: transparent !important;
}











@media(max-width:767px) {
	.product-small .add-to-cart-button a {
		padding: 5px;
        font-size: 12px;
	}
	.product-small.box .box-text {
	    padding: 10px;
	}
	form.cart .single_add_to_cart_button:before, .product-small .add-to-cart-button a:before, form.cart .ux-buy-now-button:before {
		margin-right: 4px;
	}
	.product-small .price ins span.amount, .product-small .price span.amount {
		font-size: 18px;
	}
	.product-small .price del span.amount {
		font-size: 12px;
	}
	.tabbed-content .nav {
	    overflow: auto;
	    white-space: nowrap;
	    display: block;
	}
	.product-small .product-title a {
		font-size: 15px;
		-webkit-line-clamp: 2;
	}
	.counter-item p {
		font-size: 13px;
	}
	.col-cate > .col-inner {
		width: 100%;
		max-width: 100%;
	}
	.custom-slider-controls {
		position: unset;
	}
	.row-category .icon-box {
		border-radius: 15px 0 15px;
	}
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		width: 30px !important;
	}
	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
		padding: 10px !important;
		background: #fff;
	}
	.slider-nav-outside .flickity-prev-next-button.next {
		left: auto;
	}
	.slider-nav-outside .flickity-prev-next-button.previous {
		right: auto;
	}
}
