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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-category {
    padding: 0 5px !important;
}

.price-wrapper .price, span.amount{
    display: block;
    color: #cc0001;
    font-weight: bold;
}
.supportOnlinef {
    display: flex;
    border: 1px dotted;
    padding: 15px;
    gap: 50px;
}

.hotline-support {
    display: flex;
}

.hotline-support a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dotted;
    padding: 10px;
}

.hotline-support img {
    width: 30px;
}

.hotline-support a:first-child {
    border-right: none;
}

.hotline-support a:last-child {
    border-left: none;
}
.button {
    margin-bottom: 0;
}

.list-child-term {
    margin: 0;
    padding: 1px;
    margin-bottom: 15px;
}
.list-child-term .item-slide {
    margin: 0;
    background: #fff;
    transition: 0.3s;
}
.list-child-term .item-slide a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.list-child-term .item-slide img {
    width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid green;
}
.list-child-term .item-slide span {
    font-size: 14px;
    color: #000;
    padding: 5px;
    text-align: center;
}


span.tagged_as {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

span.tagged_as a {
    font-size: 18px;
    padding: 5px 15px;
    background: #2aa5e5;
    transition: 0.3s;
    color: #fff;
}

span.tagged_as a:hover {
    background: #006cf7;
    color: #fff;
}

.tag-meta {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px; /* Chiều cao cố định bạn mong muốn */
    object-fit: cover; /* Giữ hình ảnh trong khung mà không bị méo */
}

.product-small.box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 55px;
}
.product-footer .entry-content {
    padding-bottom: 0;
}
.agent {
    display: flex;
    background: #fffbea;
    border: 1px dotted red;
    padding: 20px;
    gap: 25px;
}
.title-agent{
    display: inline-block;
    margin-bottom: 10px;
}
.supportOnline ul {
    list-style: none;
}
.hotromuahang ul, .nhantinmienphi ul {
    list-style: none;
}
.nhantinmienphi ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.info-list {
    padding-left: 30px;
}
.info-list strong {
    display: inline-block;
    margin-bottom: 5px;
}

.popup_quickbuy_shipping, .devvn-popup-quickbuy form.cart {
    display: none;
}
a.devvn_buy_now_style{
    max-width: 100%;
}
a.devvn_buy_now.devvn_buy_now_style, .devvn-popup-title,.popup-customer-info-group .devvn-order-btn {
    background: linear-gradient(#1fa0e4, #1992d1);
}
p.name.product-title.woocommerce-loop-product__title a {
    color: #000;
    font-weight: bold;
}
.btn-order{
    padding: 5px;
}
.btn-order a{
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 3px;
    border: none;
    background: #0a61ec;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.product-short-description {
    margin-bottom: 20px;
}

.product-short-description p {
    margin-bottom: 5px;
    font-size: 14px;
}
/*.product-small.type-product{
    border: 1px #dddddd solid;
}*/
.product-small.box {
    border: 1px solid #ddd;
    padding: 0;
}
h3.title-term {
    margin-bottom: 10px;
}
h3.title-term a {
    padding: 5px 25px 5px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
    background: -webkit-linear-gradient(#36aae7, #1fa0e4);
    background: -moz-linear-gradient(#36aae7, #1fa0e4);
    background: -o-linear-gradient(#36aae7, #1fa0e4);
    background: -ms-linear-gradient(#36aae7, #1fa0e4);
    background: linear-gradient(#36aae7, #1fa0e4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
h3.title-term a img {
    height: 25px;
}
.text-right{
    display: block;
    text-align: right;
}
.top-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.view-all {
    font-size: 13px;
    color: red;
    flex-shrink: 0;
}
h3.title-category-item {
    margin-bottom: 0;
}
h3.title-category-item a {
    background: #006cf7;
    color: #fff;
    padding: 5px 25px 5px 15px;
    font-size: 16px;
}
.category-item-home {
    border: 1px solid #eee;
    padding: 12px;
    font-size: 13px;
}

.item-post-has-thumb {
    display: flex;
}

.item-post-has-thumb img {
    width: 100px;
    flex-shrink: 0;
    object-fit: contain;
    padding-right: 5px;
}

article.item-post-cate {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
}
article.item-post-cate:not(:first-child) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

article.item-post-cate:first-child{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
article.item-post-cate a {
    font-size: 14px;
}

.section-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.section-title span {
    background: #006cf7;
    color: #fff;
    padding: 5px 25px 5px 15px;
    font-size: 16px;
}
.back-link a {
    display: inline-block;
    color: #0a61ec;
    text-decoration: none;
    border: 3px #EC5A1C double;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-category a.button.primary.is-link.is-smaller.lowercase.text-right {
    font-size: 15px;
}

.back-link {
    margin-bottom: 25px;
}


.product_meta>span {
    color: #000;
    font-weight: bold;
}
.product_meta a{
    font-weight: normal;
}
.back-link.text-center a {
    margin-bottom: 10px;
}
.support-buy{
    margin-bottom: 25px;
}
