﻿/* Google Fonts Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


.product-card {
    position: relative;
    width: 260px;
    /*width: 100%;*/
    /*border-radius: 10px;*/
    padding: 20px 30px 30px 30px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    overflow: hidden;
}

    .product-card .logo-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-card .logo-cart img {
            height: 60px;
            width: 60px;
            object-fit: cover;
        }

        .product-card .logo-cart i {
            font-size: 27px;
            color: #707070;
            cursor: pointer;
            transition: color 0.3s ease;
        }

            .product-card .logo-cart i:hover {
                color: #333;
            }

    .product-card .main-images {
        height: 210px;
        left:6px;
    }

    .product-card .main-images img {
        position: absolute;
        height: 200px;
        object-fit: cover;    
        
        z-index: -1;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .product-card .main-images img.active {
        opacity: 1;
        /*width:92%;*/
        margin:5px;
    }

    .product-card .shoe-details .shoe_name {
        font-size: 24px;
        font-weight: 500;
        color: #161616;
        max-height: 150px;
    }

    .product-card .shoe-details p {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        text-align: justify;
    }

    .product-card .shoe-details .stars i {
        margin: 0 -1px;
        color: #333;
    }

    .product-card .color-price .color-option {
        display: flex;
        align-items: center;
    }

.color-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .color-price .color-option .color {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin-right: 8px;
    }

.color-option .circles {
    display: flex;
}

    .color-option .circles .circle {
        height: 18px;
        width: 18px;
        background: #0071C7;
        border-radius: 50%;
        margin: 0 4px;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .color-option .circles .circle.blue.active {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0071C7;
        }

        .color-option .circles .circle.pink {
            background: #FA1795;
        }

            .color-option .circles .circle.pink.active {
                box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FA1795;
            }

        .color-option .circles .circle.yellow {
            background: #F5DA00;
        }

            .color-option .circles .circle.yellow.active {
                box-shadow: 0 0 0 2px #fff, 0 0 0 4px #F5DA00;
            }

.color-price .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .color-price .price .price_num {
        font-size: 25px;
        font-weight: 600;
        color: #D6111A;
    }

    .color-price .price .price_letter {
        font-size: 10px;
        font-weight: 600;
        margin-top: -4px;
        color: #D6111A;
    }

.cut-text {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sanpham .breadcrumb a {
    color: #D6111A;
}
.cut-title {
    display: -webkit-box;
    max-width: 250px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    min-height: 40px;
    max-height: 40px;
    color: #444444 !important;
}
.parent {
    display: flex;
    flex-wrap: wrap;
}

.child {
    flex: 1 0 21%; /* explanation below */
    margin: 5px;
    
}

.product-card .button {
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    margin-top: 30px;
    overflow: hidden;
}

    .product-card .button .button-layer {
        position: absolute;
        height: 100%;
        width: 300%;
        left: -100%;
        background-image: linear-gradient(135deg, #cc0808, #ff0000, #a00000, #43CBFF);
        transition: all 0.4s ease;
        border-radius: 25PX;
    }

    .product-card .button:hover .button-layer {
        left: 0;
    }

    .product-card .button button {
        position: relative;
        height: 100%;
        width: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
    }


.breadcrumb {
    display: flex;
    box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    margin-top:10px;
    border-top:1px solid rgba(0, 0, 0, 0.2);
}

.breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

    .breadcrumb-links > li:nth-child(n + 4) {
        display: none;
    }

.breadcrumb-box {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #9ca3af;
}

.breadcrumb-box:hover > *:not(.breadcrumb-icon) {
    color: #4f46e5;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
}

.breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
}

.breadcrumb-text {
    margin-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b7280;
}

@media (min-width: 640px) {
    .breadcrumb-links > li:nth-child(n + 4) {
        display: block;
    }

    .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}
.filter-left{
    min-width:100px;
}
.title-sanpham {
    font-weight: 600;
    font-size: 16pt;
    color: #3b3b3b;
}
@media (max-width: 768px) {
    .product-card .main-images img.active {
        opacity: 1;
        width:92%;
        margin: 5px;
    }
}
