#shopItem {
    >.row>.col.m3.hide-on-small-only {
        background: #F9FAFB;
        border: 1px solid #EAECF0;
        border-radius: 16px;
        padding: 0.5rem 1rem 1rem !important;
        margin-top: 0.5rem;
        align-self: flex-start;
    }

    .h2-cre {
        color: #1D2939;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #EAECF0;
        padding: 1.424rem 0 1.424rem 0;
        margin: 0;
    }

    .h2-cre>i {
        margin-right: .5rem;
        font-size: 16px;

    }

    .collection {
        border: unset
    }

    .collection .collection-item {
        border: unset;
        border-radius: 8px;
        padding: 10px 14px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .collection .collection-item:hover {
        background-color: #F9FAFB;
    }

    .active-cre {
        color: #1570EF;
        background-color: #EFF8FF;
        font-weight: 500;
    }

    .col-shop-end {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .col-shop-end .select-wrapper input.select-dropdown {
        height: 30px;
        border-bottom: unset;
    }

    .col-shop-end .select-wrapper input.select-dropdown:focus {
        border-bottom: unset;
    }

    .box-imge {
        position: relative;
        flex: 1;

        img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }
    }


    .pirce_product {
        color: #475467;
        font-size: 16px;
    }

    .col-shop-end .page_bottom .select-wrapper input.select-dropdown {
        border-bottom: 1px solid #D0D5DD;
    }

    .col-shop-end h2 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -0.01em;
        color: #1D2939;
        margin: 0;
        padding: 15px 15px 0 10px;
    }




    .divfliter {
        align-items: flex-end;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;

        button {
            color: #194185;
            background-color: #FFFFFF;
            border: 1px solid #194185;
            border-radius: 999px;
            font-size: 14px;
            height: 34px;
            gap: 6px;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        button:hover {
            background-color: #194185;
            color: #FFFFFF;
        }

    }


    @media (min-width: 601px) {
        .divfliter {
            align-items: flex-end;
            flex-wrap: nowrap;
            justify-content: flex-end;
            gap: 10px;
        }

    }




}