:root {
        --shadow-luxe: 0 20px 60px -20px color-mix(in oklab, #0a183b 50%, transparent);
    }

.iconsvg {
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .address::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/svgexport-18.svg") no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}
footer .phone::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/svgexport-19.svg") no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}
footer .email::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/svgexport-20.svg") no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}
footer .section-title-container{
    margin-bottom: 0;
}
footer .section-title-normal{
    border-bottom: 0;
    font-weight: 500;
    font-size: 1em;
}
footer .section-title-main{
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    
}
footer .section-title-normal span{
     border-bottom: none;
}
.ux-menu-link__link{
    min-height: 1em;
}
.pq-ps-table-section{
        --tw-shadow: var(--shadow-luxe);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
.pq-ps-bang-gia-header h2{
        margin-bottom: 0;
        color: var(--fs-color-secondary);
}
.pq-ps-bang-gia-header .pq-ps-last-update{
  margin-bottom: 0;  
  color:#f8e3b0;
}
.pq-ps-bang-gia-header{
    background-color: var(--fs-color-primary);
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pq-ps-table .pq-ps-col-name{
    color: var(--fs-color-primary);
}
.sec2 .row2 .col-inner{
    background: #fff;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 8px;
    padding: 12px;
}
.sec2 .row2 .col-inner:hover {
    --tw-shadow: var(--shadow-luxe);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.section-title-normal span{
        border-bottom: 2px solid var(--fs-color-secondary);
}
.section-title-normal{
    border-bottom: 2px solid #f8e3b0;
}
.product-title a{
    font-weight:bold;
    font-size: 1.2em;
}

.pq-ps-price-html{
    font-size: 1.2em;
}
.pq-ps-price-html .pq-ps-buy, .pq-ps-price-html .pq-ps-sell{
  font-weight: bold;  
}
.box-text-products .pq-ps-price-html{
    display: flex;
    flex-direction: column;
        gap: 4px;
}
.product-page-price .pq-ps-price-html{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pq-ps-product-price-box .pq-ps-row{
        font-size: 1.5em;
    font-weight: bolder;
}

@media (min-width: 1024px) {
   .pq-ps-bang-gia-header h2{
        font-size: 28px;
    }
    .pq-ps-table thead tr th{
    font-size: 1.2em;
    }
    .pq-ps-table tbody tr td{
            font-size: 24px;
    }
}