/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 21, 2025, 8:47:46 PM
    Author     : ThanhLuan
*/
.page-wrapper, .category-page-row{
    padding-top: 0 !important
}
.page-title-inner{
    padding-top: 0!important;
    min-height: 40px
}
.wpc-filter-title{
    border-top: 1px solid #EEE;
    font-size: 1em;
    font-weight: 600;
    background: #000;
    color: #fff;
    padding: 7px;
    display: block;
    text-transform: none;
    line-height: 1.2
}
/* Content Expand */
.content-expand {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}
.content-expand-wrapper.dtshow .content-expand {
    max-height: none;
}
.luanlt_modetail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    padding-top: 85px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, rgba(255, 255, 255, 1) 55%);
    cursor: pointer;
}
.luanlt_modetail a,
.luanlt_hide a {
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    color: #d33;
    background: #fff;
    border: 1px solid #d33;
    border-radius: 20px;
}
.luanlt_hide {
    display: none;
    text-align: center;
}

.woocommerce-ordering {
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center;
    gap: 15px;
}

.orderby-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
@media (max-width: 849px) {
    .orderby-title {
        display: none
    }
    .shop-page-title.is-xlarge{
        font-size: 1.2em
    }
}
.orderby-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.orderby-buttons .button {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin: 0;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    border: solid 1px #dedede;
    color: #333333;
    min-height: 25px!important;
    background-color: #fff;

}
.orderby-buttons .button:hover {
    color: #d33;
    border: solid 1px #d33;
    background-color: #fff !important;
    box-shadow:none
}

.orderby-buttons .button.active {
    color: #d33;
    border: solid 1px #d33;
    background-color: #fff;
}
@media (max-width: 849px) {
    .post-item .box.box-text-bottom.box-blog-post{
        display: flex;
        align-items: center;
    }
    .post-item .box.box-text-bottom.box-blog-post .box-image {
        display: block;
        width: 30%;
        margin-right: 10px;
    }
    .post-item  .box-text.text-center {
        width: 70%;
        text-align: left;
        padding: 0;
    }
}
