/*
Theme Name: Flatsome Child
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=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

.footer-section ul li {list-style:none;margin-left:0!important;}
.pad-none{padding-bottom:0}
/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
ul#menu-danh-muc-san-pham li img {
    width: 16px;
}
.row-header-banner .large-3 {
	max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.row-header-banner .large-7 {
	max-width: 63%;
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
}
.row-header-banner .large-2 {
	max-width: 17%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
}

.header-vertical-menu__title {
	color: var(--primary-color);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
	color: black;
	font-size: 15px;
}
.section-title-normal span {
	font-family: 'Yeseva One', cursive;
	font-weight: normal;
		font-size: 22px;

}
.product-category h5 {
	font-size: 14px;
	font-weight: 500;
}
.is-uppercase, .uppercase {
	letter-spacing: 0;
}
.product-category a {
    transition: all 0.3s ease-out;
    --deg: 100deg;
}
.product-category:hover img {
    filter: brightness(1.05);
}
.product-category:hover img {
    animation: tada 2s infinite;
}
.product-category:hover h5 {
	color: 	var(--secondary-color);
}
.product-category *, .product-category  {
	overflow: visible;
}
@keyframes tada {
	0% {
    transform: scaleX(1);
	}
	10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(
	-3deg);
	}
	30%, 50%, 70%, 90% {
	    transform: scale3d(1.1, 1.1, 1.1) rotate(
	3deg);
	}
	40%, 60%, 80% {
	    transform: scale3d(1.1, 1.1, 1.1) rotate(
	-3deg);
	}
	100% {
	    transform: scaleX(1);
	}
}

.section-title-container {
	margin: 0;
}
.section-title-container * {
	border:none !important;
}
.title h3, .home-product-tab h4 {
	margin: 0;
	font-family: 'Yeseva One', cursive;
	font-weight: 500;
	font-size: 22px;
}
.title p {
	font-weight: 500;
	color: #727272;
}
.row-home-sales > .col > .col-inner {
	 background: var(--secondary-color);
    padding: 10px
}
.breadcrumbs a, .breadcrumbs span, .rank-math-breadcrumb a, .rank-math-breadcrumb span {
	font-weight: 400;
    font-size: 14px;
    text-transform: initial;
}
.page-title-inner {
	padding-top: 0;
	min-height: unset;
}
.shop-page-title {
	background-color:#F6F6F6;
	padding: 10px 0;
}
.shop-page-title.category-page-title  {
	padding: 0;
	font-size: 14px;
}

.product-small .brand {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0;
	height: 22.39px;
}
.brand {
	font-size: 16px;
    color: #000;
    letter-spacing: 1.4px;
}
.header-nav.header-nav-main.nav.nav-right {
	flex-wrap: nowrap;
}
.product-info .brand {
	display: none;
}
.product-info .product-title {
    font-weight: 500;
    font-size: 1.4rem;
}
.woocommerce-product-gallery__image img {
	height: 400px;
	object-fit: contain;
}
.product-info .price-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #F0F1F2;
    column-gap: 4px;
    padding-top: 20px;
}
.product-info .price-box {
    position: relative;
    margin: 15px 0 10px;
}
.product-info .price-box .product-price span {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 30px;
    font-family: inherit;
}
.product-price-old {
    color: #d82e4d !important;
    margin-left: 6px;
    font-size: 14px;
    font-weight: normal;
}
.label_product  {
    border-radius: 9999px;
    background: #fed632;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 500;
    margin-left: 6px;
}
.save-price  {
    font-size: 14px;
    width: 100%;
}
.save-price span {
	color: var(--primary-color);
}
span.amount {
	font-weight: normal;
}
.box-status {
	display: flex;
	font-size: 14px;
}
.box-status span {
	color: var(--primary-color);
}
.product-short-description li {
	margin-bottom: 5px;
}

.product-info .buttons_added {
	display: flex;
	align-items: center;
	gap:20px;
}
.product-info .buttons_added * {
	margin: 0;
	color: #727272;
}

.product-info .quantity .button {
    width: 36px;
    border: 1px solid #ced4da !important;
    height: 36px;
    min-height: 36px;
    border-radius:100% !important;
}
.product-info .quantity input[type=number] {
	font-weight: bold;
	box-shadow: none;
	border:none;
	color: #555555;
}
.product-info .custom-checkout-btn {
	border: 1px solid var(--primary-color);
	background-color: transparent !important;
	color: var(--primary-color);
	margin-left: 20px;
}
.product-info .custom-checkout-btn:hover {
	background-color:  var(--primary-color) !important;
	color: #fff;
}
.product-info .cart .single_add_to_cart_button, .product-info .cart .custom-checkout-btn {
	text-transform: initial;
	border-radius: 99px;
	font-weight: 500;
    width: 200px;
}
.widget .is-divider {
	display: none;
}
#product-sidebar .icon-box {
	align-items: center;
	margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding: 0 30px 15px 30px;
}
#product-sidebar .icon-box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#product-sidebar .icon-box p {
	line-height: 1.4;
	font-size: 15px;
}
#product-sidebar .icon-box .icon-box-img svg, #product-sidebar .icon-box .icon-box-img img {
	padding-top: 0;
}
#product-sidebar .block_widget {
	border:1px solid #eee;
	border-radius: 10px;
}
.uppercase, h6, th, span.widget-title {
	letter-spacing: 0;
}
.single-product .widget-title {
	text-align: center;
	color: #d82e4d;
    margin-bottom: 15px;
    display: block;
    background: var(--primary-color);
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.product-thumbnails a {
	border:1px solid #eee;
	border-radius: 5px;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
	border:1px solid #d82e4d;
}

.woocommerce-Tabs-panel p {
	margin-bottom: 7px;
}
.product-footer .woocommerce-tabs {
	border-top: 0;
}
.product-footer .woocommerce-tabs .tabs {
	border-bottom: 1px solid black;

}
.product-footer .woocommerce-tabs li a {
	color: black;
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.2;
}
.product-footer .woocommerce-tabs li a:before {
	display: none;
}

.product-feature-sales .product-small.box {
	display: flex;
} 
.product-feature-sales .product-small.box .box-image {
	width: 40%;
}
.product-feature-sales .product-small.box .box-image img {
	height: 100px;
	object-fit: contain;
}
.product-feature-sales .product-small.box .product-title a {
	font-size: 14px;
	font-weight: 500;
}
.product-feature-sales > .col-inner {
    border: 1px solid var(--primary-color);
    border-radius: 15px;
}
.price-wrapper {
	margin-top: 10px;
}
.price-wrapper ins span.amount {
	font-weight: 500;
	color: var(--primary-color);
	font-size: 17px;
}
.price-wrapper del span.amount  {
	font-size: 13px;
}
.product-feature-sales .onsale {
	font-size: 10px;
}
.product-feature-sales .badge {
	width: 30px;
	height: 30px;
}
.product-feature-sales .badge-container {
	margin-top: 0;
}
.product-feature-sales .col {
	padding-bottom: 0;
}
.has-equal-box-heights .box-image {
	padding-top: 200px !important;
}
.title-widget {
	font-weight: bold;
	font-size: 1.4em;
}
.product-small.box:hover {
    box-shadow: 0px 0px 6px 0px rgb(50 50 93 / 10%), 1px 1px 5px rgb(0 0 0 / 2%);
}
.product-small.box {
	padding: 15px;
	margin: 2px 0;
}
.product-small.box .box-image img {
	object-fit: contain;
}

.product-small .product-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product-small .badge-container  {
	margin: 0;
	top: 10px;
	left: 10px;
}
.product-small .badge-container .badge {
	margin: 0;
}
.padding-bot {
	padding-bottom: 0;
}
.category-title h1 {
	margin-bottom: 10px;
	display: inline;
}
.category-title span {
	display: none;
}

#shop-sidebar input {
	margin: 0;
	    width: 20px;
    height: 20px;
}
#shop-sidebar .prdctfltr_filter label {
	font-weight: 400;
    font-size: 16px;
    color: black;
    gap:10px;
    position: relative;
}

#shop-sidebar .prdctfltr_filter label input {
	opacity: 0;
}
#shop-sidebar .prdctfltr_filter label:before {
	content: '';
	width: 18px;
    height: 18px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #d82e4d;
    border: 1px solid #666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
}
.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type="checkbox"]+span {
	padding-left: 25px;
	font-weight: 400;
}
#shop-sidebar .prdctfltr_filter label:after {
	content: "";
    font-family: "fl-icons";
    left: 4px;
    right: 0;
    margin: auto;
    position: absolute;
    font-size: 10px;
    opacity: 0;
}
#shop-sidebar .prdctfltr_filter label.prdctfltr_active:after {
	opacity: 1;
	color: #fff;
}
#shop-sidebar .prdctfltr_filter label.prdctfltr_active:before{
	background-color: #d82e4d;
	border:none;
}
.pf-help-title {
	margin-bottom: 10px;
}
.banner-category {
	padding-bottom: 10px;
}

.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
	box-shadow: none;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
}
body .header-search-form-wrapper .form-flat .button.icon.ux-search-submit {
	height: 40px;
    background-color: #feb71f !important;
    border-radius: 0 99px 99px 0;
    width: 50px;
    border: 1px solid #ff0c0c;
}
body .header-search-form-wrapper .form-flat .button.icon.ux-search-submit i {
	color: #062b3e;
}
li.hotline {
	display: flex;
	font-size: 14px;
	align-items: center;
}
.media-body  {
	display: flex;
	flex-direction: column;
	color: black;
	padding-left: 10px;
}
.media-body span {
	font-weight: 500;
	white-space: nowrap;
}
.media-body a {
	font-weight: bold;
}
.header-main .flex-right {
	width: 35%;
}
li.hotline img {
	object-fit: contain;
	height: 32px;
}
li.account-item a span:before {
	content: 'Tài khoản';
	display: block;
	font-weight: 500;
	color: black;
	font-size: 14px;
}
li.account-item a span {
	font-weight: 400;
	font-size: 12px;
	text-transform: initial;
	line-height: 1.5;
}
li.account-item > a {
	background-image: url(/wp-content/uploads/2023/03/user.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-size: 32px;
}
#menu-danh-muc-san-pham > li > .sub-menu {
	display: flex;
	min-width: 600px;
	padding: 20px 10px;
	flex-wrap: wrap;
    justify-content: space-between;
}
#menu-danh-muc-san-pham > li > .sub-menu > li {
	width: auto;
	padding: 0 5px;
}
#menu-danh-muc-san-pham > li > .sub-menu > li > a{
	font-weight: bold;
	color: #000;
	border-bottom: 0px;
}
.header-main li.cart-item a.header-cart-link {
	    padding: 8px;
    border: 2px solid var(--primary-color);
    color: black;
}
.header-main li.cart-item a.header-cart-link:hover {
	color: #fff;
}
th.product-name {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;

}
.tag-product a {
	padding: 4px 8px;
    background:#ffdb83;
    color: #222222;
    margin-top: 10px;
    display: inline-block;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 400;
    transition: border .3s ease-out;
    border: 1px solid #ffdb83;
}
.home-product-tab {
	display: flex;
}
.home-product-tab h4 {
    width: 25%;
    margin: 0;
}
.home-product-tab ul.nav {
    width: 75%;
    justify-content: flex-end;
}
.home-product-tab ul.nav li {
	margin-left: 10px;
}
.home-product-tab ul.nav li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: initial;
    padding: 0 20px;
    color: black;
    background-color: #eee;
}
.home-product-tab ul.nav li.active a {
    background-color: var(--primary-color) !important;
    color: #fff;
}
.lightbox-gallery .box-text {
	display: none;
}
.slider-gallery.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin-top: 0;
}

.home .box-blog-post .post-title {
    font-weight: 500;
}
.box-blog-post .is-divider {
    background-color: transparent;
}
.archive .post-item .col-inner {
    background-color: #fbfbfb;
    padding: 10px;
}
.archive .post-item .col-inner .box-image {
    padding: 2px;
    border: 1px solid #eee;
}
.archive .page-wrapper, .single .page-wrapper {
	padding-top: 0;
}

.archive-page-header h1 {
	text-align: left;
	margin-top: 30px;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.recent-blog-posts-li .post_comments {
    display: none;
}
.recent-blog-posts-li .mr-half {
    width: 25%;
}
.recent-blog-posts-li .post-date {
    width: 100%;
    height: 60px;
}
.widget-title span {
    border-bottom: 2px solid black;
    font-size: 20px;
    margin-bottom: -3px;
    padding-bottom: 9px;
}
.widget-title {
    display: block;
    border-bottom: 2px solid var(--primary-color);;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.breadcrumb-wrap{
	margin-bottom: 40px;
}


#footer p {
    margin-bottom: 0;
}

#footer .title p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
#footer .title ul li{
	margin-left: 0px;
	list-style: none;
}
#footer .ux-menu-link__link {
    min-height: unset;
    padding-top: 0;
    font-size: 15px;
}
.absolute-footer {
    display: none;
}
#footer .ux-logo-link {
    padding:0 !important;
}

a.back-to-top.button {
    background-color: #fff;
}



@media (max-width: 767px) {
	#button-contact-vr {
	     display: block; 
	}
}

@media (max-width:550px) {
	.off-canvas:not(.off-canvas-center) .nav-vertical li.account-item>a {
		padding-left: 40px;
	}
}