/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
/* Thiết lập khoảng cách và căn giữa danh sách danh mục */
.product-categories-slider {
    width: 100%;
    padding: 30px 0;
    position: relative;
}

/* Căn chỉnh kích thước danh mục */
.category-item {
    font-size:12px;
	font-weight:bold;
	padding-top:10px;
}
.swiper-pagination {display:none;}

.category-item img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}

.category-item:hover img {
    transform: scale(1.05);
}

/* Điều chỉnh mũi tên điều hướng Swiper */
.swiper-button-next, 
.swiper-button-prev {
    width: 25px; /* Nhỏ hơn */
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5); /* Nền trong suốt nhẹ */
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    font-size: 12px; /* Giảm kích thước icon mũi tên */
    font-weight: bold;
}

/* Đưa nút điều hướng ra ngoài khung danh mục */
.swiper-button-prev {
    left: 0px; /* Điều chỉnh khoảng cách ra ngoài */
}


/* Hiển thị hiệu ứng hover */
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 48em) {
.category-item {
        font-size: 12px;
        padding-top: 10px;
    }
}