/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */


/* Fornat attribute trong catalog*/
.product-attributes {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.attribute-label {
    font-weight: bold;
}

.attribute-value {
    color: #666;
}



/*Format sản phẩm bán kèm -shortcode */
/* Giới hạn phạm vi CSS chỉ trong class love */
.woocommerce.love .rey-thumbImg {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 0 !important;
}

.woocommerce.love .rey-brandLink {
    display: none;
}

.woocommerce.love .product-attributes {
    display: none;
}

.woocommerce.love .rey-productFooter-item--wishlist {
    display: none;
}

.woocommerce.love .rey-productInner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce.love .rey-productThumbnail {
    flex-shrink: 0;
    margin-bottom: 0 !important;
}

.woocommerce.love .woocommerce-loop-product__title {
    margin: 0;
}

.woocommerce.love .rey-productLoop-footer {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce.love .rey-productLoop-footer .__break {
    display: none;
}


.woocommerce-product-attributes a {
	color: #0066cc; !important;
}

/* Thêm hiệu ứng hover nếu bạn muốn */
.woocommerce-product-attributes a:hover {
    color: red;!important;
}

.woocommerce.love .rey-productLoop-footer .__break {
    display: none;
}

/*
.rey-sidebarInner a,
.rey-sidebarInner a span {
	color: #cf2929; !important;
}*/

/* Thêm hiệu ứng hover nếu bạn muốn */
.rey-sidebarInner a:hover,
.rey-sidebarInner a span:hover {
    color: #cf2929;!important;
}



.rey-pdp-meta .posted_in a {
    color: #0066cc; !important;
}

/* Thêm hiệu ứng hover nếu bạn muốn */
.rey-pdp-meta .posted_in a:hover {
    color: red;!important;
}

.custom-logo, .rey-sitelogo img {
    max-width: 200px !important;
    height: auto !important;
    width: auto !important;
}

/* Làm cho link thẻ (tag) có màu xanh giống danh mục */
.rey-productMeta-tags a,
.product_meta .tagged_as a,
.woocommerce-product-tags a,
.tagged_as a,
.rey-postTags a,
.product-tags a {
    color: #0066cc !important; /* Màu xanh chính */
    text-decoration: none !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.rey-productMeta-tags a:hover,
.product_meta .tagged_as a:hover,
.woocommerce-product-tags a:hover,
.tagged_as a:hover,
.rey-postTags a:hover,
.product-tags a:hover {
    color: red !important; /* Màu xanh đậm khi hover */
    opacity: 0.9;
}

