/*
Theme Name: AZTEK Shop Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/* Chuẩn gốc */
.h3, h3 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
}

/* Heading lớn hơn */
.h2, h2 {
    font-size: 1.2em;       /* +20% so với H3 */
    line-height: 1.35;
    font-weight: 600;
}

.h1, h1 {
    font-size: 1.5em;       /* +50% so với H3 */
    line-height: 1.3;
    font-weight: 700;
}

/* Heading nhỏ hơn */
.h4, h4 {
    font-size: 0.9em;       /* -10% so với H3 */
    line-height: 1.45;
    font-weight: 500;
}

.h5, h5 {
    font-size: 0.85em;      /* -15% so với H3 */
    line-height: 1.5;
    font-weight: 500;
}

.h6, h6 {
    font-size: 0.8em;       /* -20% so với H3 */
    line-height: 1.5;
    font-weight: 500;
}
b, strong, .product-info span.price{
    font-weight: bold
}
.term-description ol, .term-description ul{
    padding-left: 30px;
    margin-left: 15px;
}
.section-title-normal span {
    border-bottom: 2px solid rgb(255,0,0);
}
.section-title-normal .section-title-normal span{
    padding: 10px 0;
    margin-right: 0;
}
nav.rank-math-breadcrumb.breadcrumbs{
    margin-top:10px;
    margin-bottom: 10px;
    /*background: #f3f3f3;*/
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 14px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
    padding-top: 7px;
    padding-bottom: 7px;
}
.rank-math-breadcrumb.breadcrumbs p{
    margin-bottom: 0
}
.rank-math-breadcrumb span{
    background: #fefefe;
}
/*Header*/
/* Layout chung cho item */
.header-item {
    display: flex;
    align-items: center;
    gap: 10px; /* Khoảng cách giữa icon và chữ */
}

/* Icon */
.header-item__image img {
    height: 32px; /* Điều chỉnh kích thước icon */
    width: auto;
    display: block;
}

/* Phần chữ */
.header-hotline__text,
.header-address__text {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

/* Title nhỏ phía trên */
.header-item__title {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333; /* Màu chữ tiêu đề */
}

/* Text chính phía dưới */
.header-item__text {
    font-size: 16px;
    font-weight: 700;
    color: red; /* Màu chữ chính, bạn đổi theo theme */
}
/*Thông tin chi nhánh*/
.luanlt_shop_address_title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}
.luanlt-branch-item{
    background: #fefefe;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}

/* ====== Icon cho thông tin chi nhánh ====== */

.branch-address,
.branch-phone,
.branch-map {
    position: relative;
    padding-left: 28px;
    display: block;
}

/* Icon cho địa chỉ */
.branch-address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('luanlt/img/address-book.svg'); /* icon địa chỉ */
}

/* Icon cho điện thoại */
.branch-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('luanlt/img/phone-rotary.svg'); /* icon điện thoại */
}

/* Icon cho nút xem bản đồ */
.branch-map {
    border: solid 1px #f00;
    padding: 7px 30px 7px 50px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: bold;
    color: #f00
}

.branch-map::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url('luanlt/img/map-location-dot.svg'); /* icon bản đồ */
}


/*End Header*/
/*HOme page*/
.luanlt .col{
    padding-bottom: 0
}
.luanlt_20{
    max-width: 285px;
    flex-basis:250px;
}
.luanlt_80{
    max-width:  calc(100% - 250px);
    flex-basis: calc(100% - 250px);
}
@media only screen and (max-width: 640px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .luanlt_20{
        max-width: 100%
    }
    .luanlt_80{
        max-width: 100%;
        flex-basis: 100%;
    }
}
.luanlt_flash_sale {
    background: linear-gradient(180deg, var(--main_color,#D70018) 0%, rgba(215, 0, 24, 0.21) 100%);
    border-radius: 4px;
    padding: 15px;
}
.luanlt_flash_sale p.title{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.luanlt_flash_sale .col{
    padding-bottom: 0
}
/*.luanlt_flash_sale .product.col .col-inner{
    margin-bottom: 0
}*/
/*Product*/
span.badge-2h {
    position: absolute;
    left: 0;
    background-color: #000000;
    top: -30px;
    padding: 3px 7px;
    font-size: 13px;
    line-height: 1;
    color: #fff
}
.product-info .price{
    font-size: 1.25em
}
span.amount{
    color: #c40016
}
.price-wrapper del span.amount bdi{
    color: #000000
}
span.onsale {
    font-size: 13px;
    font-weight: 400
}

h3.name.product-title.woocommerce-loop-product__title {
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    max-height:40px
}

h3.name.product-title.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Thêm dấu "..." */
    max-height: 40px;

}

.luanlt_cateogry  .img-inner{
    border-radius: 3px
}
.price, .price-wrapper .price, .product-info .price{
    font-size: 1em;
}
.price-wrapper .wcct_counter_bar_wrap{
    margin-top: 7px
}
.product.col .col-inner, .luanlt_flash_sale .product-small.box.has-hover.box-normal.box-text-bottom, .product-small.box.has-hover.box-normal.box-text-bottom{
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
}
.product-small.box span.thong-tin-bo-sung{
    display: none
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    height: 40px;
    max-height: 40px;
    overflow: hidden
}
.product-small:hover a.woocommerce-LoopProduct-link, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover{
    color: #d33;
}
.product .box-text{
    padding: 10px;
}
.badge-container {
    margin: 10px
}
.badge-square-inside .badge-inner,.badge-square .badge-inner {
    position: relative;
    background: none;
    font-weight: lighter;
    font-size: 13px;
    border-radius: 2px
}

.badge.callout.badge-square {
    height: auto;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #1B5E20;
    margin-bottom: 7px
}

.box-image .out-of-stock-label {
    background: red;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    /*border-radius: 3px;*/
    top: 91%;
}
.luanlt_text_counter {
    line-height: 20px;
    margin-bottom: -20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.wcct_counter_bar, .wcct_progress_aria{
    margin-bottom: 0 !important;
}
/*End product*/
.widget .section-title-main{
    font-weight: bold;
    font-size: 16px;
}
.widget p.section-title.section-title-normal.widget-title{
    margin-bottom: 20px
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}