/*
Theme Name: Flatsome Child
Description: Không được chọn giao diện nào khác nếu không có sự đồng ý cùa izamza, nếu không bạn sẽ hoàn toàn tự chịu trách nhiệm về website.
Author: flatsome
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face{
	font-family: play-regular;
	src: url(font/Play-Regular.ttf);
	font-weight: normal;
}
@font-face{
	font-family: play-bold;
	src: url(font/Play-Bold.ttf);
	font-weight: bold;
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: "Montserrat", sans-serif !important;
	color: #677279 !important;
}
h1, h2, h3, h4, h5, h6, .heading-font{
	font-family: "Montserrat", sans-serif !important;
}
/* Header */
.header-bottom{
	position: relative !important;
}

.header-bottom .header-nav>.menu-item>a{

	font-size: 17px;
	line-height: 30px;
	padding: 17px 0;
	color: #fff;
}

.header-bottom .header-nav>.menu-item:before,
.header-bottom .header-nav>.menu-item:after{
	display: none;
}
.header-bottom .header-nav,.header-bottom .header-nav>.mn_cate.menu-item{
	position: unset;
}
.header-bottom .header-nav>.mn_cate>.sub-menu{
	border: 0;
	box-shadow: none;
	width: 100%;
	max-width: 100% !important;
	margin-top: 1px;
	padding: 30px calc((100% - 1340px)/2);
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header-bottom .header-nav>.mn_cate>.sub-menu>li>a{
	border: 0;
	padding: 0;
	font-size: 17px;
	color: #333;
	font-family: "Montserrat", sans-serif !important;
}
.header-nav-main .cart-item a{
	font-size: 18px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal;
	text-transform: none;
}
.header-main .header-search-form .submit-button.button,
.header-main .header-search-form .search-field{
	height: 44px;
}
.header-main .header-search-form .submit-button.button{
	background: #C6A85B !important;
	color: #fff !important;
	padding:0 15px;
	border-radius: 0 20px 20px 0;
	border: 0;
}
/* Section icon */
.st_icon .col .col-inner{
	padding: 28px 20px;
	background: #fff;
	border: 1px solid #e1e3e4;
	height: 100%;
}
.st_icon .col .col-inner .icon-box{
	align-items: center;
}
.st_icon .col .col-inner .icon-box h3{
	color: #333333;
}
.section-title b{
	display: none;
}
.section-title {margin-bottom: 0;}
.section-title .section-title-main{
	border: 0;
	font-size: 23px;
	color: #333;
	text-transform: capitalize;
	padding-left: 0;
}
.section-title a{
	color: #c6a85b;
	transition: .5s;
	transform: translatex(15px);
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif !important;
	font-size: 17px;
	padding-left: 0;
}
.section-title a i{
	transform: translatex(10px);
	transition: .5s;
	opacity: 0;
	vertical-align: middle;
}
.section-title a:hover,.section-title a:hover i{
	transform: translatex(0);
	opacity: 1;
}
/* Section Pro Sell */
.col.product-small .col-inner{
	box-shadow: none;
	padding-bottom: 20px;
}
.product-small.col .btn_quick_buy{
	margin: 0 auto !important;
	width: calc(100% - 40px);
	display: block;
	font-weight: normal;
}

.product-small .col-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: 1px 0 rgb(225,227,228),0 1px rgb(225,227,228);
	z-index: 2;
	pointer-events: none;
}
.product-small.box {
    border-top: 1px solid rgb(225, 227, 228);
    background: #fff;
    padding-bottom: 15px;
    border-radius: 4px;
}
.shop-container .product-small.box .box-text{
	padding: 20px 20px 0;
}
.product-small.box .box-text{
	/* text-align: left; */
	padding:20px 0 0;
}
.product-small.box .box-text .category{
	font-size: 14px;
	opacity: 1;
	margin-bottom: 6px;
}
.product-small.box .name.product-title a{
	color: #333;
	font-size: 16px;
	margin-bottom: 12px;
}
.product-small.box .box-text .category:hover,
.product-small.box .name.product-title a:hover{
	color: #c6a85b;
}
.product-small.box .price-wrapper span.amount{
	font-size: 16px;
	color: #c6a85b;
	font-weight: 500;
}
.product-small.box .add-to-cart-button a{
	width: 100%;
	border-radius: 4px;
	border: 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
	color: #fff;
	background: var(--color-key-5);
	text-align: center;
	margin: 0;
	height: 40px;
	padding: 3px 20px;
}
.product-small.box .add-to-cart-button a.product_type_variable{font-size: 15px;}

/* Section Category */
.st_cate .box{
	height: 280px;
	background: #c1c1c1;
	padding: 26px 30px;
}
.st_cate .box-image{
	position: absolute;
	width: 220px;
	bottom: 0;
	right: 0;
	transition: .5s;
}
.st_cate .box:hover .box-image{
	transform: translatey(-20px);
}
.st_cate .box .box-text h4{
	font-size: 23px;
	color: #2d2d2d;
	margin-bottom: 10px;
}
.st_cate .box .box-text p{
	font-size: 17px;
	color: #2d2d2d;
}
a.button{
	padding: 5px 30px;
	font-size: 17px;
	font-weight: normal;
	box-shadow: none;
	border: 0;
}
.st_cate .box .box-text a.button:hover{
	box-shadow: 0 2px 5px #999;
}
.st_cate .col-txt h3{
	font-size: 30px;
	color: #333;
}
.st_cate .col-txt p{
	width: 50%;
	margin: auto;
	margin-bottom: 30px;
	line-height: 30px;
}
/* Section News */
.st_news .post-item .box-image{
	border-radius: 3px;
}
.st_news .post-item .box-text h5.post-title{
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.st_news .post-item .box-text h5.post-title:hover{
	color: #c6a85b;
}
.st_news .post-item .post-meta{
	font-size: 17px;
	color: #677279;
	opacity: 1;
	margin-bottom: 10px;
}
.is-divider{display: none;}
.st_news .post-item .from_the_blog_excerpt{
	font-size: 17px;
	color: #677279;
}
/* Office */
.st_office .r_content .col.large-5{
	background: #fff;
}
.st_office .r_content .col.large-5 .col-inner{
	padding: 20px 30px;
}
.st_office .r_content .col-inner h3{
	font-size: 20px;
	color: #333;
}
.st_office .r_content .col-inner p{
	font-size: 17px;
}
.st_office .r_content .col-inner a.button{
	background: #c6a85b;
	padding: 5px 10px;
    margin-right: 5px;
}
/* Brands */
.ft_brand .r_logo .ux-logo-link{
	padding: 24px !important;
	background: #fff;
	box-shadow: 1px 0 #e1e3e4, -1px 0 #e1e3e4, 0 1px #e1e3e4, 0 -1px #e1e3e4;
	margin: 0;
}
/* Contact */
.st_contact h3{
	font-size: 23px;
}
.st_contact .wpcf7-form{margin: 0;}
.st_contact .wpcf7-form p{
	display: flex;
}
.st_contact .wpcf7-form .wpcf7-form-control-wrap{
	flex-basis: 75%;
	padding-right: 10px;
}
.st_contact .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text{
	margin-bottom: 0;
}
.st_contact .wpcf7-form .wpcf7-submit,
.st_footer .wpcf7-form .wpcf7-submit{
	background: #c6a85b;
	font-weight: normal;
	padding: 0 25px;
	margin: 0;
}
/* Footer icon */
.footer_icon .row{
	border-bottom: 1px solid #e1e3e4;
}
.footer_icon .icons_item{
	display: flex;
}
.footer_icon .icons_item .icon-wrapper{
	margin-top: 10px;
	margin-right: 18px;
}
.footer_icon .icons_item .icon-wrapper svg {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.footer_icon .icons_item h3{
	margin-bottom: 5px;
	font-weight: normal;
	font-family: "Montserrat", sans-serif !important;
	color: #333;
	font-size: 17px;
}
.footer_icon .icons_item p{
	margin-bottom: 0;
	font-size: 17px;
}
/* Footer main*/



.st_footer ul li{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
}


.social-icons a.icon.button{
	padding: 0;
}
.product-category .col-inner{
	border-radius: 3px;
	overflow: hidden;
}
.product-category .col-inner h5{
	font-size: 27px;
	text-transform: capitalize;
}
.page h2{
	margin: 30px 0;
	color: #333;
}
/* Shop page */
.sidebar-inner{
	background: #fff;
	padding: 10px;
	border: 1px solid #e1e3e4;
	border-radius: 3px;
}
.sidebar-inner span.widget-title{
	font-size: 22px;
	color: #333;
	display: block;
	padding: 10px 0;
	margin-bottom: 15px;
}
.WOOF_Widget{
	border-top: 1px solid #e1e3e4;
	padding-top: 10px;
}
.WOOF_Widget h4{
	font-weight: normal;
	font-family: "Montserrat", sans-serif !important;
	color: #333;
	font-size: 17px;
}
.WOOF_Widget .woof_container_inner_color ul li{
	display: inline-block;
}
.WOOF_Widget .woof_container_inner_color ul li .woof_checkbox_label{
	margin-bottom: 0;
}
.WOOF_Widget .woof_price_filter ul li{margin-left: 10px;}
a.add_to_cart_button{
	padding: 5px 10px;
}
.shop-container{
	padding: 0 10px;
}

/* Detail Product */
.pro_content .col-gall >.col-inner> .row.row-small{
	background: #fff;
	border: 1px solid #e1e3e4;
	padding: 20px;
}
.pro_content .col-gall .product-thumbnails .is-nav-selected a{
	border:2px solid #c6a85b;
	border-radius: 3px;
}
.image-tools.absolute{display: none;}
.pro_content .col-info>.col-inner{
	padding: 30px;
	background: #fff;
	border: 1px solid #e1e3e4;
	position: -webkit-sticky;
	position: sticky;
	top: 170px;
}
.pro_content .col-info h1.product-title{
	font-size: 30px;
	color: #333;
	text-transform: capitalize;
}
.pro_content .col-info ul li{
	margin-bottom: 5px;
}
.pro_content .price-wrapper span.amount{
	font-size: 26px;
	font-weight: normal;
	color: #c6a85b;
}
.pro_content .variations .label label{
	font-size: 24px;
	font-weight: normal;
}
.pro_content .buttons_added input:not([type="submit"]),
.pro_content .form-flat .single_add_to_cart_button{
	border-radius: 3px;
}
.pro_content .quantity.buttons_added,.pro_content .devvn_buy_now,
.pro_content button.single_add_to_cart_button{
	vertical-align: middle;
}
.pro_content button.single_add_to_cart_button
,.pro_content a.devvn_buy_now{
	font-weight: normal;
	font-size: 17px;
	text-transform: none;
	background: #c6a85b;
	margin-bottom: 0;
	opacity: 1;
	border-radius: 3px;
}
.pro_content a.devvn_buy_now{
	width: auto;
	padding: 0 20px;
	line-height: 40px;
	background: #71B430;
	display: inline-block;
	color: #fff;
}
.pro_content a.devvn_buy_now strong{font-weight: normal;}
.pro_content .block-uudai{
	padding: 15px;
	border-radius: 3px;
	border: 2px dashed #C6A85B;
	margin-bottom: 20px;
	background: #fffcf2;
}
.block-cs .col-inner{
	display: flex;
}
.block-cs .col-inner .icon-box{
	flex-basis: 25%;
	max-width: 25%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.block-cs .col-inner .icon-box .icon-box-text{
	flex-basis: 100%;
	padding-left: 0;
	text-align: center;
	text-transform: capitalize;
	padding-top: 10px;
}
.r_tabsas .accordion-item:first-child{
	display: none !important;
}
.r_tabsas .accordion-inner{
	padding-left: 0;
	padding-right: 0;
}
.r_tabsas .accordion-inner .card__title{
	font-size: 23px;
	color: #333;
	margin-bottom: 20px;
}
.r_tabsas .accordion-item .accordion-title{
	padding-left: 10px;
	font-family: play-bold !important;
	color: #333;
	font-size: 23px;
}
.r_tabsas .accordion-item .accordion-title.active{
	color: #C6A85B;
	border-color: #C6A85B;
	background: #FFFCF2;
}
.r_tabsas .accordion-item button.toggle{
	left: auto;
	right: 0;
}
.r_secur{
	margin-top: 25px;
}
.r_secur h3{
	font-size: 17px;
	color: #333;
	font-size: 23px;
	margin-bottom: 25px;
}
.r_secur h3 span svg{
	position: absolute;
	top: 6px;
	right: 0;
	width: 18px;
	height: 24px;
}
.pro_content .variations td{
	display: inline-block;
	vertical-align: middle;
}
.pro_content .variations td.label{
	margin-right: 20px;
}
.pro_content .variations .swatch-color{
	margin-bottom: 0;
	border-radius: 3px;
	border: 0;
}
/* Page contact */
h1.entry-title,h1.page-title{
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
}
.page_contact a{
	color: #c6a85b;
}
.page_contact .col-inner{
	font-size: 17px;
}
.page_contact .wpcf7-form{
	margin-bottom: 0;
	text-align: center;
}
.page_contact .wpcf7-form .row1{
	display: flex;
}
.page_contact .wpcf7-form .row1 .your-name{
	flex-basis: 50%;
	padding-right: 7px;
}
.page_contact .wpcf7-form .row1 .your-email{
	flex-basis: 50%;
	padding-left: 7px;
}
.page_contact .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{
	box-shadow: none;
	border-radius: 3px;
}
.page_contact .wpcf7-form .wpcf7-submit{
	margin: 0;
	min-width: 200px;
	padding: 3px 30px;
	font-weight: normal;
	background: #c6a85b;
	border-radius: 3px;
	text-transform: capitalize;
	font-size: 17px;
}

/* archive.category */
.archive.category-tin-tuc #post-list{
	display: flex;
	flex-wrap: wrap;
}
.archive.category-tin-tuc #post-list>.post:nth-child(n + 2){
	flex-basis: 50%;
	padding: 10px 15px;
}
.archive.category-tin-tuc #post-list footer.entry-meta,
.archive.category-tin-tuc .entry-category,
.archive.category-tin-tuc .more-link{
	display: none;
}
.archive.category-tin-tuc #post-list>.post:nth-child(n + 2) img{
	height: 255px;
	object-fit: cover;
	border-radius: 3px;
}
.archive.category-tin-tuc #post-list>.post:nth-child(1) img{
	height: 530px;
	object-fit: cover;
	border-radius: 3px;
}
.post-sidebar span.widget-title {
	color: #333;
	text-transform: none;
	font-size: 23px;
	margin-bottom: 20px;
	display: block;
}
.post-sidebar .flatsome_recent_posts ul{
	counter-reset: post-ranking 0;
}
.post-sidebar .recent-blog-posts .badge {
	width: 100px;
	height: 80px;
	position: relative;
}
.post-sidebar .recent-blog-posts .badge:before {
	position: absolute;
	content: counter(post-ranking);
	top: calc(50% - 16px);
	left: -16px;
	border: 2px solid #fff;
	height: 32px;
	width: 32px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	background: #C6A85B;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	counter-increment: post-ranking;
	z-index: 1;
}
.post-sidebar .product_list_widget{
	background: #fff;
	border: 1px solid #e1e3e4;
	border-radius: 3px;
	padding: 15px;
}
.post-sidebar .product_list_widget span.amount{
	color: #C6A85B;
	font-weight: normal;
}
.st_prohot .featured-product .product_meta,
.st_prohot .featured-product .social-icons,
.st_prohot .featured-product .col-inner>.devvn_buy_now{
	display: none;
}
.st_prohot .pro_content.featured-product .col-gall >.col-inner>.row.row-small{
	margin: 0 !important;
}
.st_prohot .pro_content.featured-product .col-info>.col-inner{height: 100%;position: relative; top: 0;}
.st_prohot .pro_content.featured-product .col-gall>.col-inner{
	background: #fff;
	border: 1px solid #e1e3e4;
	padding: 20px;
}
.st_prohot .pro_content.featured-product .col-gall >.col-inner> .row.row-small{
	background: transparent;
	border:0;
	padding: 0;
}
.st_office .col-txt .col-inner{padding-left: 20px;}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.st_icon .col .col-inner{padding: 15px;}
	.st_icon .col .col-inner .icon-box .icon-box-img{width: 80px !important;}
	.product-small.box {padding: 10px;}
	.product-small.box .add-to-cart-button a.product_type_variable{font-size: 11px;}
	.st_cate .col-txt p{width: 100%;}
	.ft_brand .r_logo .ux-logo-link{padding: 20px 10px !important;}
	.ft_brand .r_logo .col-inner {
		display: flex;
		flex-wrap: wrap;
	}
	.ft_brand .r_logo .col-inner .ux_logo {flex-basis: 50%;	}
	.ft_brand .r_logo .ux-logo-link img{object-fit: contain;}
	.footer_icon .icons_item {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_icon .icons_item .icon-wrapper{margin: 0 0 15px;flex-basis: 100%;text-align: center;}
	.footer_icon .icons_item .content-wrapper{text-align: center;height: 110px;}
	.sidebar-inner span.widget-title{font-size: 19px;}
	.off-canvas .nav-vertical>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: normal;
		color: #677279;
		text-transform: capitalize;
		font-size: 18px;
	}
	.off-canvas .nav-vertical li li>a {
		font-weight: normal !important;
		color: #333 !important;
		font-size: 18px !important;
		text-transform: capitalize !important;
		padding-left: 5px !important;
	}
	.off-canvas-left .mfp-content {
		width: 300px;
	}
	.shop-container{padding: 0;}
	.pro_content .col-gall >.col-inner> .row.row-small { margin: 0 0 10px !important;}
	.pro_content .col-info>.col-inner {
		padding: 15px;
		position: relative;
		top: 0;
	}
	.pro_content a.devvn_buy_now {
		display: block;
		margin-top: 20px;
	}
	.block-cs .col-inner{flex-wrap: wrap;}
	.block-cs .col-inner .icon-box {
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 15px;	
	}
	.col-info {margin-bottom: 10px;}
	.bread {background: #fff;}
	.archive.category-tin-tuc #post-list>.post:nth-child(n + 2) {
		flex-basis: 100%;
		padding: 0;
	}
	.archive.category-tin-tuc #post-list>.post img {height: 180px !important;}
	#logo {width: 130px !important;}
	.st_prohot .pro_content.featured-product .col-gall>.col-inner{margin-bottom: 10px;}
	.r_content {
		padding: 0 10px;
	}
	.st_office .col-txt{padding-left: 0;}
}


/* css thêm dihi */
:root{
	--color-key-1:#c6a85b;
	--color-key-2:#ffd923;
	--color-key-3:#c6a85b;
	--color-key-4:#016fa8;
	--color-key-5:#682007;
}
/* Menu đa cấp*/
@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
		padding: 0;
		border-radius: 5px;
    }
	header#header .nav-dropdown li a{
		color: #000;
	}
	header#header .nav-dropdown li:hover{
		background-color: var(--color-key-2);
	}
	header#header .nav-dropdown li:hover a{
		color: #000;
	}
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: #000;
    }
    /* header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    } */
	.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
		border-bottom: none;
	}
	.nav-dropdown-has-border .nav-dropdown{
		border: none;
	}
	header#header .nav-dropdown li a{
		font-size: 14px;

	}
}
li.html.widget_shopping_cart:hover{
	background-color: #fff !important;
}
li.woocommerce-mini-cart-item.mini_cart_item{
	background-color: #fff !important;
}
li.woocommerce-mini-cart-item.mini_cart_item:hover{
	background-color: #fff !important;
}
li.html.widget_shopping_cart:before,li.woocommerce-mini-cart-item.mini_cart_item::before {
    display: none;
}
.widget_shopping_cart_content {
    padding: 10px;
}
.header-bottom .header-nav li.menu-item-design-default{
	padding: 0px 20px;
	margin-left: 0;
	margin-right: 0;
}
.header-bottom .header-nav li.menu-item-design-default:hover{
	background-color: var(--color-key-2);
}
.header-bottom .header-nav li.menu-item-design-default{
	color: #fff;
}
li.current-dropdown>.nav-dropdown{
	left: 0px;
	margin-top: 5px;
}
.nav-dropdown li.menu-item-6624::before, .nav-dropdown li.menu-item-6625::before,
.nav-dropdown li.menu-item-6664::before, .nav-dropdown li.menu-item-6642::before{
	position: absolute;
    top: 50%;
    margin-top: -5px;
    font-family: 'FontAwesome';
    text-align: center;
    display: block;
    width: 15px;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    content: '\f105';
    right: 5px;
}
/* Sản phẩm thiệp cưới */
.st_prosell .xemthem-mau{
	text-align: center;
	border: 1px solid var(--color-key-5);
	border-radius: 4px;
	padding: 5px;
}
.st_prosell .xemthem-mau a{
	color: var(--color-key-3);
	font-weight: 600;
}

.st_prosell .col-tt .row .col{
	padding-bottom: 0;
}
.st_prosell h2, .st_prosell a{
	margin: 0;
}
.product-small img{
	width: 100%;
	height: 312px;
	object-fit: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/* .badge-container .on-sale{
    background-color: transparent;
} */
/* .badge-container span.onsale{
    background-image: url(/wp-content/uploads/2024/08/onsale.png);
	position: absolute;
    z-index: 19;
    top: -34px;
    left: -5px;
    display: block;
    width: 82px;
    height: 82px;
    font-size: 0;
    pointer-events: none;
} */
/* .product-lightbox .badge-container .on-sale{
	display: none;
}
.shop-container .badge-container.absolute.left.top.z-1{
	display: none;
}
.st_prorela .badge-container.absolute.left.top.z-1{
	display: none;
} */
.badge-container {
    margin-left: 10px;
    margin-top: 10px;
}
.badge-circle .badge-inner, .badge-circle-inside .badge-inner{
	border-radius: 6px !important;
	background-color: var(--color-key-3);
}
.badge-inner.secondary.on-sale span {
    font-size: 14px;
}
.badge-circle, .badge-outline {
    margin-left: 0;
    width: 60px;
    height: 25px;
}
.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);
}
.product-small .box-image:hover::before{
	-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
	100%{left:125%}
}
@keyframes shine{
	100%{left:125%}
}
.thongtin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	padding-top: 10px;
}
.thongtin a{
	color: #fff;
	font-size: 16px;
}
.thongtin .xemnhanh,.thongtin .chitiet{
	display: flex;
	flex-basis: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	height: 40px;
}
.thongtin .xemnhanh{
	background-color: var(--color-key-4);
}
.thongtin .chitiet{
	background-color: var(--color-key-1);
}
/*danh mục  */
.st_danhmuc .xemthem-mau {
    text-align: center;
    background-color: var(--color-key-5);
    padding: 7px;
    border-radius: 4px;
}
.st_danhmuc .xemthem-mau.dm{
	background-color: var(--color-key-3);
}
.st_danhmuc .xemthem-mau a{
	color: #fff;
}
.st_danhmuc .box-text{
	background-color: #fff;
}
/* ưu điểm */
.st_uudiem .row .col .icon-box-text.last-reset {
    display: flex;
    align-items: center;
}
.st_uudiem .row .col-1-ud .col-inner{
	border: 3px solid var(--color-key-3);
	border-radius: 6px;
	padding: 10px;
}
.st_uudiem .row .col-2-ud .col-inner{
	border: 3px solid var(--color-key-4);
	border-radius: 6px;
	padding: 10px;
}
.st_uudiem .row .col-3-ud .col-inner{
	border: 3px solid var(--color-key-1);
	border-radius: 6px;
	padding: 10px;
}
/* MAP */
.st_map img{
	border-radius: 20px;
}
/* footer */
.st_footer h3{
	color: #fff;
}
.st_footer p{
	color: #fff;
}
.st_footer ul li{
	color: #fff;
}
.st_footer a{
	color: #fff;
}
.st_footer a.ux-logo-link{
	padding: 0 !important;
}
ul.payment-images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
ul.payment-images li{
	padding: 0px 7px;
}
.st_footer .row-ft-bottom .col{
	padding-bottom: 0;
}
.absolute-footer.dark.medium-text-center.small-text-center{
	display: none;
}


@media only screen and (max-width: 48em) {
	.off-canvas-left .mfp-content {
	    width: 100%;
	    top: 70px;
	    background: transparent !important;
    	box-shadow: none;
	}
	.mobile-sidebar {
	    background: var(--color-key-1);
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	    font-size: 17px;
	    color: #fff !important;
	}
	.mfp-content .toggle {
	    color: #fff;
	}
	.icon-menu:before {
		content: "\f550";
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		margin-right: 5px;
	}
	.icon-menu:after {
		 content: "Menu";
		 font-weight: bold;
		 color: var(--color-key-1);
		 font-family: 'Muli';
	}
	.header-main .nav > li > a > i {
		font-size: 18px;
		color: var(--color-key-1);
		border-radius: 4px;
		padding: 5px;
	}
	.nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
	.thongtin a {
		font-size: 10px;
	}
	.thongtin .xemnhanh,.thongtin .chitiet{
		height: 30px;
	}
	.product-small.box .add-to-cart-button a {
        font-size: 10px;
        height: 30px;
		padding: 3px 10px;
    }
	.product-small img{
		height: 170px;
	}
	.st_prosell .col-tt .row .col{
		padding-bottom: 10px;
	}
}
div#main-fab {
    display: none;
}
