.product-quick-view-container button.dongquickview {
    /* display: none; */
}

/* filter category */
.ge-product-img {
    max-height: 254px;
    overflow: hidden;
    position: relative;
}
.ge-product-img:hover img {
    scale: 1.04;
    transition: .5s;
}
.ge-box-content {
    padding: 5px 7px 15px 7px;
}
.ge-list-product {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    position: relative;
    flex-flow: wrap;
}
.ge-opt {
    font-size: .9em;
    display: flex;
    justify-content: space-between;
}
.ge-product-item {
    overflow: hidden;
    position: relative;
    width: 24.2%;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.ge-product-title a {
    font-weight: 700;
    line-height: 1.3;
}
.ge-product-title a {
    line-height: 1.3;
    font-weight: bold;
    font-family: "gothem-bold", sans-serif !important;
    font-size: 16px;
}
.ge-btn-add-to-cart ins, .ge-btn-add-to-cart del {
    display: none;
}
.ge-btn-add-to-cart .add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0px;
}
.ge-btn-add-to-cart .add_to_cart_button {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 5px !important;
    line-height: 18px;
    height: auto;
    font-size: 10px;
    width: 100%;
    background: #22246b;
}
p.ge-product-title {
    margin-bottom: 0px;
    line-height: 1.3;
}
p.ge-product-title:hover {
    color: #22246b;
}
.ge-box-content .star-rating {
    margin-bottom: 0;
}
.btn-buy-now a.quick-view {
    position: relative !important;
    padding: 10px !important;
    line-height: 11px !important;
    width: 100% !important;
    text-align: center;
    right: -5px !important;


    border: 1px solid #fff !important;
    background: #22246b !important;
    color: #fff !important;
    font-size: 10px !important;
    margin: 10px 10px 0px 0px !important;
    height: 32px !important;
    border-radius: 5px !important;
    bottom: 0 !important;
    left: auto !important;
    font-weight: 700;
    text-transform: uppercase;
}
.box-filter select {
    margin-right: 5px;
}


.box-filter {
    /* margin-left: 10px; */
}
.ge-product-filter-form {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: column-reverse;
}
button.btn-filter {
    margin-bottom: 0px;
    border: 1px solid;
    margin-top: 10px;
    font-size: 13px;
    padding: 3px 15px;
}
.box-filter label {
    font-size: 12px;
    font-size: 14px;
    margin-bottom: 18px;
    margin-right: 5px;
    width: max-content;
}
.box-filter select {
    font-size: 13px !important;
}
button.btn-filter {
    margin-bottom: 0px;
    /* border: 1px solid; */
    margin-top: 10px;
    font-size: 13px;
    padding: 0px 15px;
    color: #fff;
    background: #22246b;
    text-transform: capitalize;
}
.gr-button {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}

.gr-button .ge-btn-add-to-cart {
    width: 50%;
}



.ge-product-filter-form .list-cate ul {
    /* margin-left: 15px; */
    gap: 10px;
    margin-bottom: 18px;
}

.box-filter select {
    font-size: 13px !important;
    border-radius: 5px;
    width: 140px;
    margin-bottom: 18px;
    height: 34px;
}
button.btn-filter {
    margin-bottom: 0px;
    /* border: 1px solid; */
    margin-top: 10px;
    font-size: 13px;
    padding: 0px 15px;
    color: #fff;
    background: #22246b;
    text-transform: capitalize;
}
.gr-button {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.gr-button a.quick-view {
    font-weight: 700;
    background: #22246b;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px !important;
    display: block;
}
button#btn-load-more:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 5px solid #1bacca;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
}
#btn-load-more {
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
    color: #21216d;
    padding: 4px 140px;
    border: 1px solid #21216d;
    border-radius: 10px !important;
    margin-top: 35px;
}

    .list-cate ul {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        /* padding-bottom: 10px; */
        white-space: nowrap;
        scrollbar-width: none;
    }

    .list-cate ul::-webkit-scrollbar {
        height: 6px;
    }


    .ge-product-filter-form .list-cate ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        /* padding-bottom: 5px;   */
    }

    .ge-product-filter-form .list-cate ul li {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 6px 12px;
    }
    option.slect {
        background: #fff;
        color: #333;
    }
    .ge-product-filter-form .list-cate li {
        margin-left: 0px;
    }

.ge-product-filter-form .list-cate li {
    list-style: none;
    margin-bottom: 0px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.box-filter {
    display: flex;
    align-items: center;
}
.btn-active, .btn-active a {
    background: #21216d !important;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-color: #21216d !important;
}
div.fancybox__content {
    padding: 0;
}

.ge-cate-name {
    background: #98aeb83d;
    font-weight: 600;
    text-transform: uppercase;
}
.list-cate {
    display: flex;
    gap: 10px;
    /* align-items: center; */
}
.list-cate span {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}

@keyframes swipeAnimation {
    0% { transform: translateX(0); }
    50% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}

@keyframes swipeLoop {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}


/* mới */
/* filter category */

@media (max-width: 600px){
    /* filter category */
    .ge-product-item {
        width: 48.5%;
    }
    .ge-list-product {
        flex-flow: wrap;
        display: flex;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        justify-content: space-between;
    }
    .ge-list-product {
        grid-column-gap: 0px;
    }
    .list-cate:after {
        display: inline-block;
        content: "";
        background-image: url(https://enic.vn/wp-content/uploads/2025/07/—Pngtree—swipe-left-and-right_4422216.webp);
        position: absolute;
        width: 27px;
        height: 40px;
        right: 10px;
        z-index: 9999;
        top: 55px;
        background-size: contain;
        background-repeat: no-repeat;
        animation: swipeAnimation 2s ease-in-out infinite;
    }
    /* filter category */
    .list-cate {
        display: block;
    }
    .list-cate span {
        display: block;
        margin-bottom: 10px;
    }
}   