#menu-product-category-section {}
.menu-product-category {
    position: relative;
    display: block;
    color: rgba(0,0,0,1) !important;
    padding-bottom: 10px;
}
.menu-product-category-title + .menu-product-category-row {
    margin-top: 30px;
} 
.menu-product-category .img-product-category {
    width: 60%;
    margin: 30px auto;
    transform: scale(1);
    transition: all 0.2s ease;
}
.menu-product-category:hover .img-product-category {
    transform: scale(1.1);
}
.menu-product-category .this-img-product-category {
    position: relative;
    width: 100%;
    height: 100%;
}
.menu-product-category .title-product-category {
    position: relative;
    text-align: center;
}
.menu-product-category .title-product-category.en {
    text-transform: uppercase !important;
    font-size: 20px;
    line-height: 30px;
    /* letter-spacing: -0.2px; */
    font-weight: 800;   
}
.menu-product-category .title-product-category.th {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    opacity: 0.7;
}
.menu-product-category-slide ul.splide-list > li+li {
    border-left: 1px solid rgba(0,0,0,0.05) !important;
}

/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#menu-product-category-section {
    padding: 30px 0 !important;
}
.menu-product-category .img-product-category {
    width: 50%;
}
.menu-product-category .title-product-category.en {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 800;
}
.menu-product-category .title-product-category.th {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2px;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {


#menu-product-category-section {
    padding: 30px 0 !important;
}
.menu-product-category .title-product-category.en {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 800;
}
.menu-product-category .title-product-category.th {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

#menu-product-category-section {
    padding: 30px 0 !important;
}
.menu-product-category .img-product-category {
    width: 50%;
}
.menu-product-category-slide ul.splide-list > li+li {
    border: none !important;
}
.menu-product-category .title-product-category.en {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 800;
}
.menu-product-category .title-product-category.th {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

#menu-product-category-section {
    padding: 20px 0 40px 0 !important;
}
.menu-product-category .img-product-category {
    width: 60%;
}
.menu-product-category-slide ul.splide-list > li+li {
    border: none !important;
}
.menu-product-category .title-product-category.en {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 800;
}
.menu-product-category .title-product-category.th {
    font-size: 10px;
    line-height: 15px;
    margin-top: 0.2px;
}

#menu-product-category-section .splide.padding-custom .splide-slide::before {
    display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

#menu-product-category-section,
#highlight-banner-section-home:before {
    background-color: rgba(250,250,250,1) !important;
}
#menu-product-category-section {    
    padding: 20px 0 !important;
}
/* #menu-product-category-section.bg-color-white {
    background-color: rgba(250,250,250,1) !important;
} */
.menu-product-category {
    display: block;
    width: 170px;
    height: 170px;
    background-color: rgba(255,255,255,1) !important;
    border-radius: 5px;
    padding: 15px !important;
}
.menu-product-category .img-product-category {
    width: 70%;
}

.menu-product-category-slide ul.splide-list > li+li {
    border: none !important;
}
.menu-product-category .title-product-category.en {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 800;
}
.menu-product-category .title-product-category.th {
    font-size: 10px;
    line-height: 15px;
    margin-top: 0.2px;
}

#menu-product-category-section .splide.padding-custom .splide-slide::before {
    display: none !important;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
