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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* bắt đầu CSS để căn chỉnh hotline menu*/



/* kết thúc CSS để căn chỉnh hotline menu*/

/* bắt đầu CSS để căn chỉnh email menu*/
.info-block {
    display: flex;
    align-items: center;
}

.info-block a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.info-block img {
    width: 32px; /* Kích thước icon */
    height: 32px;
    object-fit: contain;
    margin-right: 10px; /* Khoảng cách giữa icon và nội dung */
    transition: filter 0.3s ease-in-out;
}

.info-block b {
    display: flex;
    flex-direction: column; /* Sắp xếp chữ theo cột */
    font-size: 14px;
	line-height: 12px; /* Giảm khoảng cách giữa "Email" và địa chỉ email */
	
}

.info-block small {
    font-weight: normal;
    font-size: 12px;
    color: #777;
}

/* Hover effect */
.info-block a:hover {
    color: #ff6a00;
}




/* kết thúc CSS để căn chỉnh email menu*/

/* bắt đầu CSS để căn chỉnh tài khoản menu*/
.btn-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px; /* Khoảng cách giữa icon và text */
}

.account-icon {
    flex-shrink: 0; /* Đảm bảo icon không bị co lại */
}

.pop_login {
    display: flex;
    flex-direction: column; /* Xếp link theo chiều dọc */
	
}

.item_login {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.item_login:hover {
    color: #007bff; /* Màu khi hover */
}

/* kết thúc CSS để căn chỉnh tài khoản menu*/


















/* bắt đầu CSS cho toàn bộ trang sản phẩm*/

/* bắt đầu CSS cho toàn bộ trang sản phẩm*/

/* bắt đầu CSS cho toàn bộ trang sản phẩm*/

.product-elmich {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.product-elmich .product_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-elmich .price {
    font-size: 24px;
    color: #c00;
    margin: 15px 0;
}
.product-elmich .sku_wrapper {
    font-size: 14px;
    color: #666;
}
.product-elmich .woocommerce-product-details__short-description {
    margin-top: 20px;
}
.product-elmich .single_add_to_cart_button {
    background-color: #c00 !important;
    border-color: #c00 !important;
    color: #fff;
}

.product-gallery-slider {
    position: relative;
}

.ux-slider-product-thumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
}

.ux-slider-product-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}

.ux-slider-product-thumbs img:hover {
    border-color: #c00;
}




.product-thumb {
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border 0.2s ease;
}

.product-thumb.active {
    border-color: #c00;
}












.custom-tab-toggle-wrapper {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.custom-tab-toggle-wrapper.expanded {
    max-height: 2000px;
}

.custom-toggle-button {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #0073aa;
    font-weight: bold;
}






