/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-product-brands {
    display: inline-block !important;
    margin-right: 10px;
}

img.attachment-150x0.size-150x0 {
    border: solid 1px #eee;
}

/* Khung chứa các nút - Chuyển sang bên phải */
.fixed-contact-buttons {
    position: fixed !important;
    right: 25px !important; /* Dời sang phải và cách lề 25px */
    left: auto !important;  /* Hủy bỏ lệnh căn lề trái cũ */
    bottom: 120px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Tăng khoảng cách giữa các nút */
}

/* Định dạng từng nút tròn - Tăng kích thước nút lên 55px */
.btn-contact {
    width: 55px !important; 
    height: 55px !important;
    border-radius: 50% !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Định dạng icon bên trong - Tăng kích thước icon lên 32px */
.btn-contact img {
    width: 32px !important; 
    height: 32px !important;
    object-fit: contain;
}

/* Hiệu ứng khi di chuột - Nhích sang trái vì đang nằm bên phải */
.btn-contact:hover {
    transform: scale(1.1) translateX(-5px);
}

/* Tối ưu cho Mobile */
@media (max-width: 768px) {
    .fixed-contact-buttons {
        right: 15px !important;
        left: auto !important;
        bottom: 150px;
    }
    .btn-contact {
        width: 48px !important;
        height: 48px !important;
    }
}



/* Style chuẩn để fix lỗi tràn khung */
.bkin-collapsed {
    position: relative !important;
    overflow: hidden !important;
}

.bkin-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    z-index: 2;
    pointer-events: none;
}

.bkin-btn-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 25px 0;
    clear: both;
}

.bkin-readmore-btn {
    display: inline-block;
    padding: 8px 25px;
    background: #e32d2d !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.bkin-readmore-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Fix cho mô tả bổ sung chân trang không bị vỡ */
.wd-term-desc {
    margin-bottom: 5px !important;
}
