/* css danh muc */
.head-cate {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 14px;
}

.cate-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
    padding: 6px;
}

.cate-item h3 {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    height: 40px;
    line-height: 16px;
    padding-top: 6px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.cate-item img {
/*     width: 82px !important; */
    margin: 0 auto;
}

.cate-item:hover {
    border-color: rgba(0, 0, 0, .12);
    box-shadow: 0 0 .8125rem 0 rgba(0, 0, 0, .05);
}

/* css title product */
.home-title {
	display: none;
}
.home-title-bg {
    background-color: #fff;
    padding: 15px 10px;
    font-family: system-ui;
    border-bottom: 4px solid #ee4d2d;
    margin-bottom: 8px;
}

.home-title-bg p {
    margin-bottom: 0;
}

/* css tab product */
.home-tab ul.nav li {
    margin: 0 15px;
}

.home-tab ul.nav li a {
    font-weight: 400;
    font-size: 16px;
    text-transform: math-auto;
    color: #222;
}

.home-tab ul.nav li.active a {color: rgb(238,77,45);}

/* css countdown */
.product-flashsale {
    display: flex;
    width: 100%;
    padding: 0px;
    align-items: center;
}

.product-flashsale .product-flash-icon {
    line-height: 0px;
    width: 120px;
    padding-top: 5px;
}

.product-flashsale .product-flash-icon svg, .product-flashsale .product-flash-title svg {
    color: #fff;
}

.product-flashsale .product-flash-title svg {
    margin-right: 4px;
}

.product-flashsale .product-flash-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.product-flashsale .product-flash-date .countdown-timer {
    display: flex;
    padding: 5px;
}

.product-flashsale .product-flash-date .countdown-timer label {
    margin: 0 5px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    width: 22px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.product-flashsale .product-flash-date .countdown-timer label:first-child {
    margin-left: 0px !important;
}

.product-flashsale .product-flash-date .countdown-timer label:last-child {
    margin-right: 0px !important;
}

.product-flashsale .product-flash-date .home-title-clock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

label#days::after, label#hour::after, label#minute::after {
    content: ":";
    position: absolute;
    right: -7px;
    top: -2px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.product-flash-date {
    display: flex;
    width: calc(100% - 120px);
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.text-m {
    display: none;
}

.clockFlashsale {
    display: flex;
    width: 100%;
    background: #000;
    padding: 10px;
    margin-bottom: 15px;
}

.clockFlashsale .clock-item {
    width: calc(100% / 4);
    padding: 3px;
    text-align: center;
}

.clockFlashsale .clock-item label {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.ux-relay__control {
    padding-top: 16px;
}

.ux-relay__control button.ux-relay__button {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 25px;
    border-radius: 2px;
}

.margin-b0 {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .text-m {
        display: block;
    }

    .text-d {
        display: none;
    }
}

.title-flashsale {
    display: flex;
    align-items: center;
}

.title-flashsale a {
    font-size: 14px;
    color: #ee4d2d;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}

@media (max-width: 548px) {
	section.section {
		padding: 0;
	}
	/* 	css danh muc */
	.cate-item h3 {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	
	/* css slider owl-carousel */
/* 	.owl-carousel button.owl-prev, .owl-carousel button.owl-next {
		bottom: 54%;
	} */
	
	.owl-carousel button.owl-prev {
		left: 0;
	}

	.owl-carousel button.owl-next {
		right: 0;
	}
	
	section.section:not(.banner-mb, .st-cauchuyen) {
		padding: 5px 0 !important;
	}

	.section.section .row>.col.large-12 {
		padding: 0 6px !important;
	}
	.cauchuyen {
		text-align: justify;
	}
	/* 	css footer */
}