/*
Theme Name: bill
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.copyright-footer{
	font-size:12px !important
}
.product-info .custom-giavat{
	margin-bottom:10px !important
}
span.amount{
	color:#df0024!important
}
.product-info p.price{
	margin-bottom:0px !important
}
.product-small .price-wrapper{
	margin-top:4px !important
}
.custom-giavat{
	font-size:11px !important;
	color:#df0024
}
.fixed-menu {
    bottom: 115px;
    position: fixed;
    right: 10px;
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #bbbdbd;
    box-shadow: 0 0 2px #bbbdbd;
    z-index: 9999;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ucm-form, .fixed-menu {
    z-index: 999;
}

.ucm-form-show, .ucm-form-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ucm-form-show {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    width: 20px;
    height: 20px;
    display: none;
    margin-left: -10px;
}

.ucm-form-show span {
    width: 20px;
    height: 20px;
    background: #990d23;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: block;
}
.ucm-item span{
	font-size:11px !important
}
.ucm-form-hide span {
    width: 20px;
    height: 20px;
    background: #e7ebf6;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 9999px;
    color: #9297a5;
    font-size: 14px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.fixed-menu .ucm-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
    color: #222;
    font-size: 12px;
}

.fixed-menu .ucm-item img {
    max-width: 33px;
    height: 33px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
     animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
.fixed-menu .ucm-item.back-to-top {
    margin-bottom: 0;
}

.fixed-menu .ucm-form {
    position: absolute;
    bottom: 0;
    right: 110%;
    background: #fff;
    width: 525px;
    z-index: 9999;
    padding: 33px 33px 12px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    display: none;
}

.ucm-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.ucm-form-phone {
    font-size: 20px;
    color: #e83638;
}

.devvn-popup-title, .devvn-order-btn{
	background:#df0024 !important;
}
.listlogo .col.medium-3{
	padding-bottom:5px !important
}
.detail-content-content{
	font-size:15px;
}
.product-footer ul.product-tabs{
	background:#f5f5f5;
}
.product-footer ul.product-tabs li a{
	text-transform:none !important;
	font-weight:600 !important;
	font-size:18px;
		padding-right:45px;
	padding-left:45px;
}
.product-footer ul.product-tabs li:first-child a{
	padding-left:0px !important
}
.product-footer ul.product-tabs li a:before{
	display:none !important
}
.product-footer ul.product-tabs li.active a{
	background:#fff !important;
	color:#df0024!important;

	
}
.detail-content-content p{
	margin-bottom:12px;
}
#devvn_buy_now{
	margin-bottom:0px !important;
	margin-top:15px !important;
	margin-left:40px !important
}
.colbor .col-inner{
	border-right:1px solid #dedede;
}
.listcamket p{
	margin:0px;
	font-size:12px;
}
.listcamket h5{
	margin-bottom:2px !important;
	color:#df0024!important
}
.product-short-description{
	padding-left:40px;
	position:relative;
	font-size:14px;
}
.product-short-description p{
	margin-bottom:12px;
}
.product-short-description:after{
	width:42px;
	height:42px;
	position:absolute;
    left: -8px;
    top: -10px;
	content:"";
	background:url(/wp-content/uploads/2025/09/info.png) no-repeat top left;
	background-size:cover !important
}
.term-description{
	margin-bottom:20px !important;
	padding-bottom:0px;
	border-bottom:1px solid #dedede;
	font-size:15px;
}
.shop-page-title .is-large{
	display:none !important
}
.shop-page-title .shop-page-title{
	margin-bottom:0px !important;
	color:#df0024 !important;
	font-size:24px;
	position:relative;
	padding-left:35px;
}
.shop-page-title .shop-page-title:after {
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2025/09/nong.png) no-repeat top center;
    background-size: cover !important;
    position: absolute;
     left: 0px;
    top: 4px;
    content: "";
}
h3.container-width.posts-section-title-related{
	text-transform:none !important
}
.badge.absolute.badge-circle-inside{
	display:none !important
}
header.entry-header img{
	border-radius:10px;
}
header.entry-header h1{
	color:#df0024 !important;
}
#post-list .col.post-item .box-text.text-left{
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	
}
header.entry-header .entry-divider{
	display:none !important
}
.blog-wrapper .col.post-item .post-title{
	font-size:18px;
	color:#df0024 !important;
}
.blog-wrapper .col.post-item .box-text .from_the_blog_excerpt {
	margin-top:8px !important
}
.medium-col-first h1.page-title{
	margin-bottom:15px;
	text-transform:none !important;
	text-transform:capitalize !important;
	color:#df0024 !important;
	font-size:24px;
	position:relative;
	padding-left:35px;
}
.medium-col-first h1.page-title:after {
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2025/09/nong.png) no-repeat top center;
    background-size: cover !important;
    position: absolute;
     left: 0px;
    top: 2px;
    content: "";
}
.blog-wrapper{
	padding-top:0px !important;
}
.blog-wrapper nav.rank-math-breadcrumb{
	margin-bottom:25px !important;
}
.post-sidebar.large-3.col{
	padding-right:0px !important
}
.boxbaogia form{
	margin-bottom:0px !important
}
.boxbaogia .wpcf7-form .wpcf7-form-control{
	font-size:14px;
	box-shadow:0px 0px #fff !important;
	height:38px;
	border-radius:3px !important;
	margin-bottom:4px !important
}
.boxbaogia .wpcf7-form  .wpcf7-form-control.wpcf7-submit{
	margin:0 auto !important;
	margin-bottom:0px !important;
	display:block !important;
	background:#df0024;
	padding-left:30px;
	padding-right:30px;
	font-weight:normal !important;
	margin-top:12px !important
}
.boxbaogia h4{
	color: #df0024!important;
	font-size:16px;
	margin-bottom:0px;
}
.btbao p{
	font-size:13px;
}
.hotlinebox p{
	font-size:14px;
	margin:0px !important
}
.hotlinebox h3{
	color: #df0024!important
}
aside.widget_product_categories{
	padding:10px 18px;
	background:#df0024;
	border-radius:5px;
	
}
aside.widget .widget-title {
	text-transform:none !important;
	font-weight:600 !important;
	font-size:20px;
	color:#fff;
	margin-top:6px !important;
	border-bottom:1px solid #dedede;
	display:block !important;
	padding-bottom:10px;
	margin-bottom:10px;
}
aside.widget li.cat-item:first-child{
	border-top:0px !important
}
aside.widget li.cat-item a{
	font-size:14px;
	color:#fff;
}
aside.widget li.cat-item {
	border-top:1px solid #ececec33
}

aside.widget  .is-divider{
	display:none !important
}
nav.rank-math-breadcrumb{
	background:#f5f5f5;
	padding-top:15px;
	padding-bottom:15px;
}
nav.rank-math-breadcrumb>p{
	max-width:1140px;
	margin:0 auto;
	margin-bottom:0px !important;
	font-size:13px;
}
.product-info h1.product-title{
	padding-left:40px;
	position:relative;
	font-size:24px;
	color:#222;
	margin-bottom:0px;
	    margin-left: -4px;
}
.product-info .custom-stars{
	margin-bottom:15px !important;
	margin-top:0px !important;
	    padding-left: 40px;
}
.product-info .product-short-description{
	font-size:14px;
}
.product-info h1.product-title:after {
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/09/nong.png) no-repeat top center;
    background-size: cover !important;
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
}
select.orderby{
	font-size:13px !important;
	border-radius:20px !important
}
nav.woocommerce-breadcrumb.breadcrumbs{
	font-size:12px !important;
}
.rnet img, .rnet p{
	margin-bottom:0px !important
}
.rnet img{
	margin-top:8px !important
}
.ngang>p{
	display:flex;
}
.bfooter h4{
	font-size:16px !important
}
.bfooter .wpcf7-form-control.wpcf7-email{
	height:50px;
	
}
.bfooter  .wpcf7-form-control.wpcf7-submit{
	background:#ff6c00 !important;
	padding-right:15px !important;
	padding-left:15px !important;
	font-weight:normal !important
}
.bfooter .icon-box .icon-box-img img{
	filter: brightness(0) invert(1);
	padding-top:0px !important;
	margin-top:-2px;

}
.wpcf7-spinner{
	display:none !important
}
.bfooter .icon-box{
	margin-bottom:5px !important;
}
.bfooter p{
	font-size:13px;
}
.limenu li{
	margin-bottom:10px;
	font-size:13px;
}

.bfooter .icon-box .icon-box-img{
	width:15px !important
}
.absolute-footer{
	padding-top:20px !important;
	padding-bottom:20px !important;
	border-top:1px dashed #dedede;
}
.smalltin .post-title a{
	font-size:15px;
	font-weight:500 !important;
	color:#111;
}
.smalltin .box-image, .box-image img{
	border-radius:4px !important
}
.smalltin  .box-text.text-left{
	padding-top:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	        vertical-align: top !important;
}
.smalltin .post-meta{
	margin-top:5px;
	font-size:11px !important
}
.col.post-item .is-divider{
	display:none !important
}
.thuonghieu .flickity-page-dots{
	bottom:-5px !important
}
.ux-logo-link.block img{
	border:1px solid #dedede !important
}
.custom-baohanh i{
	margin-right:8px !important
}
.product-small.box{
	border:1px solid #dedede !important;
	border-radius:10px !important
}
.product-small .box-text.text-center{
	padding-bottom:0px !important;
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
}
.product-small .title-wrapper{
		padding-left:15px;
	padding-right:15px;
}
.product-small .box-text .custom-baohanh{
	background:#df0024  !important;
	font-size:12px;
	text-align:center;
	border-bottom-left-radius:10px !important;
	border-bottom-right-radius:10px !important;
	margin-top:10px;
	padding:7px 15px;
	color:#fff;
}
.product-small .name.product-title a{
	font-weight:600;
	color:#333
}
.xpro .flickity-prev-next-button{
	opacity:1 !important
}
.xpro  .flickity-button-icon{
	background:#df0024 !important;
}
.xpro .flickity-prev-next-button.next{
	right:3px !important
}
.xpro .flickity-prev-next-button.previous {
	left: 4px;
	width:30px !important;
}
.xpro  .flickity-button{
    margin-top: 9px !important;
}
.xpro .flickity-button-icon{
	height:60px !important;
	color:#fff !important
}
.product-small.box .box-image, .product-small.box .box-image img{
	border-top-left-radius:10px !important;
	border-top-right-radius:10px !important;
}
.titcap .section-title{
	background:#f5f5f5;
	    padding-right: 13px;
}
.titcap .section-title a{
	font-size:13px;
	color:#333;
	font-weight:normal !important
}
.titcap .section-title-main{
	border-radius:4px !important;
	background:#df0024 !important;
	border:0px !important;
	color:#fff !important;
	/*border-bottom-left-radius:5px;
	border-top-left-radius:5px;*/
	font-size:17px !important;
	padding-left:45px;
	position:relative;
    padding-top: 6px;
    padding-bottom: 7px;
}
.titcap .section-title b{
	background-color: #df0024 !important;
	opacity:1 !important
}
.titcap .section-title-main:after{
	width:24px;
	height:24px;
	background:url(/wp-content/uploads/2025/09/dotset.png) no-repeat top center;
	background-size:cover !important;
	position:absolute;
	left:10px;
	top:7px;
	content:"";
	
}

.danhmuc .flickity-page-dots .dot.is-selected {
    width: 18px !important;
    background: #df0024 !important;
    border-radius: 4px !important;
}
.danhmuc .uppercase.header-title{
	font-size:12px !important;
	margin-top:15px;
	color:#df0024;
	letter-spacing:1px;
}
.box.box-category .box-image{
	border-radius:100% !important;
	box-shadow: 0 3px 12px 1px rgb(0 0 0 / 10%);
}
.ux-timer span strong{
	font-size:8px !important;
	font-weight:normal !important;
	opacity:1 !important
}
.ikm img{
	padding-top:0px !important;
	margin-top:-4px !important
}
.saleleft>.col-inner{
	border-bottom-left-radius:8px;
	border-top-left-radius:8px;
}
.saleright>.col-inner{
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
}
.saleright p{
	font-size:14px;
}
.saleright h2{
	font-size:24px;
	color:#df0024
}
.tittub, .titmain{
	margin-bottom:0px !important
}

.boxsale>.col-inner{
	border-radius:5px !important
}
.tittub .section-title, {
	padding-right:12px !important
}
.tittub,.tittub .section-title-main, .tittub .section-title{
	border-bottom:0px !important;
}
.titmain, .titmain .section-title-main , .titmain .section-title{
	border-bottom:0px !important;
}
.tittub .section-title-main{
	padding-top:10px;
	padding-left:15px !important;
	padding-right:15px !important;
	font-size:18px;
}
.titmain .section-title a{
	font-size:13px;
	color:#df0024;
	font-weight:500 !important;
	border:1px solid #df0024 !important;
	border-radius:5px !important;
	    padding: 6px 15px;
}
.tittub .section-title a{
	font-size:13px;
	color:#fff;
	font-weight:500 !important;	
}
.colimg .img{
	margin-bottom:4px !important
}
.listicon h4{
	font-size:15px;
	font-weight:600 !important;
	margin-bottom:0px !important
}
.listicon p{
	font-size:13px;
	color:#dedede;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 9.1px 15px;
}
.stack.stcall .icon-box img{
	padding-top:0px !important
}
.header-block-block-1{
	display:flex !important;
	    min-width: 440px;
	gap:15px;
}
.flickity-page-dots .dot.is-selected {
    width: 18px !important;
    background: #fff !important;
    border-radius: 4px !important;
}
.flickity-page-dots li.dot {
    background: #A3A3A3 !important;
    width: 8px !important;
    height: 8px !important;
    border: 0px !important;
}
.flickity-page-dots .dot{
	border:0px !important
}
.header-block-block-1 .icon-box{
	        flex-basis: 35%;
        max-width:35%;
}
.header-block-block-1 .icon-box img{
	opacity:0.8 !important
}
.header-block-block-1 .icon-box.boxcal{
	     flex-basis: 30%;
        max-width:30%;
}


.header-block-block-1 .icon-box-text p{
	font-size:12px;
	margin:0px;
	text-transform:uppercase
}
.header-block-block-1  .boxcal .icon-box-text{
	min-width:50px !important;
}
.header-block-block-1 .icon-box-text p strong{
    font-family: "Be Vietnam Pro", sans-serif;
	font-size:12px !important;
	font-weight:600 !important;
	letter-spacing:1px !important;
	color:#df0024!important
}
.header-block-block-1 .icon-box-text{
	padding-left:10px !important;
}
.header-main .search_categories{
	height:42px;
	border-right:0px !important;
	border-bottom-left-radius:3px !important;
	border-top-left-radius:3px !important;
	color:#df0024!important;
	background:#fff;
}
.header-main .ux-search-submit{
	height:42px;
	padding-left:15px !important;
	padding-right:15px !important;
	border-bottom-right-radius:3px !important;
	border-top-right-radius:3px !important;	
	background:#df0024!important;
}
.header-main .search-field{
	height:42px;
	border-left:0px !important;

	    box-shadow: 0px 0px #fff !important;
	min-width:270px;
}
#top-bar li,#top-bar .html_topbar_left{
	font-size:13px !important
}
.header-top a{
	font-size:13px !important;
	color:#fff !important
}
.header-top a strong{
	margin-left:5px;
	margin-right:10px;
	font-size:14px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top a{
	        font-size: 0px !important;
}
	nav.rank-math-breadcrumb>p{
		padding-left:15px;
		padding-right:15px;
	}
.header-top a strong{
	font-size:14px !important;
}
	.header-main .icon-menu, .header-main .icon-shopping-bag{
		color:#df0024!important;
	}
	.sidebar-menu.no-scrollbar a{
		text-transform:none !important;
		font-size:14px;
		font-weight:500 !important
	}
	.col.colimg{
		margin-top:10px !important
	}
	.col.colimg>.col-inner{
		display:flex !important;
		gap:4px !important;
	}
	
	.listicon h4 {
		font-size: 14px;
	}
	.col.colimg .img-inner{
		padding-top:95px !important
	}
	.titcap{
		margin-top:15px !important
	}
	.titcap .section-title-main {
		font-size: 14px !important;
	}
	.titmain{
		padding-left:25px !important;
		padding-right:25px !important
	}
	.listicon .icon-box-img{
		width:24px !important;
	}
	.listicon .icon-box-text{
		padding-left:8px !important
	}
	.listicon p {
		font-size: 11px;
	}
	.saleleft>.col-inner {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
#devvn_buy_now {
  
    margin-left: 0px !important;
}
	.slihome .img-inner{
		padding-top:180px !important
	}
	.header-bottom .search_categories{
		font-size:13px;
		height:42px;
	}
	.header-bottom .search-field{
		font-size:13px;
		height:42px;
		border-left:0px !important
	}
	.header-bottom .ux-search-submit{
		background:#df0024!important;
	font-size:13px;
		height:42px;
		padding-left:20px;
		padding-right:20px;
	}
}