.text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max-h-190px {
    max-height: 190px;
}

.min-h-190px {
    min-height: 190px;
}

.h-304px {
    height: 304px;
}

.title_custom {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 36px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #141416 !important;
    margin-top: 47.17px !important;
    margin-bottom: 73px !important;
}

.title_custom.section__title-border::after {
    content: '';
    position: absolute;
    /* bottom: 0; */
    top: 52px !important;
    width: 116px !important;
    left: 50%;
    height: 2px;
    background: #02a9ce;
    transform: translateX(-50%);
}

.h-36px {
    height: 36px !important;
}

.mx-10px {
    margin: 0 10px !important;
}

.my-10px {
    margin: 10px 0 !important;
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.px-8px {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.product-badge {
    width: 50.41px !important;
    height: 26.53px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .mb-20px {
    margin-bottom: 20px;
} */
.object-cover {
    object-fit: cover;
}

.text-353945 {
    color: #353945 !important;
}

.text-EF7474 {
    color: #ef7474 !important;
}

.text-B1B5C3 {
    color: #b1b5c3;
}

.text-10px {
    font-size: 10px !important;
}

.text-14px {
    font-size: 14px;
}

.text-16px {
    font-size: 16px;
}

.text-28px {
    font-size: 28px !important;
}

.line-through {
    text-decoration: line-through;
}

.bg-F9F9F9 {
    background-color: #f9f9f9;
}

.object-contain {
    object-fit: contain;
}

.bg-EF7474 {
    background-color: #ef7474;
}

.font-weight-600 {
    font-weight: 600;
}

.line-height-16px {
    line-height: 16px;
}

.line-height-36px {
    line-height: 36px !important;
}

.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.nav-tabs {
    border-bottom: white;
}
.nav-tabs .nav-link.active {
    color: #02a9ce;
    border-color: #fff #fff #02a9ce #fff;
    font-weight: 400;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #f9f9f9;
}

.font-weight-700 {
    font-weight: 700;
}
.font-size-18 {
    font-size: 18px;
}
.font-w-400 {
    font-weight: 400;
}
.color-B1B5C4 {
    color: #b1b5c4;
}

.h-40px {
    height: 40px !important;
}
.mb-15 {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .max-w-210px {
        max-width: 210px;
    }
}

@media (max-width: 1200px) {
    .product-row {
        padding: 0 6px !important;
    }
}

.product-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 190px)) !important;
    gap: 20px !important;
    /* justify-content: center; */
}

.btn-more {
    margin-top: 46px;
    margin-bottom: 48px;
    font-size: 18px;
    width: 167px;
    height: 40px;
    padding: 0 18px 0 28px;
}

@media (max-width: 576px) {
    .product-row {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(195px, 195px)) !important;
        gap: 16px 8px !important;
        padding: 0 !important;
        justify-content: center;
    }

    .h-sm-309px {
        height: 309px !important;
    }

    .max-h-sm-195px {
        max-height: 195px !important;
    }

    .h-sm-195px {
        height: 195px !important;
    }

    .title_custom.section__title-border::after {
        top: 88px !important;
    }

    .title_custom {
        margin-top: 49px !important;
        margin-bottom: 69px !important;
    }
}

@media (max-width: 430px) {
}

@media (max-width: 398px) {
    .product-row {
        grid-template-columns: repeat(auto-fit, minmax(174.45px, 174.45px)) !important;
        gap: 16px 8px !important;
        justify-content: center !important;
    }
}

@media (max-width: 356px) {
    .product-row {
        grid-template-columns: repeat(auto-fit, minmax(155.95px, 155.95px)) !important;
        gap: 16px 8px !important;
        justify-content: center !important;
    }
}
