.blog-card h2,
.blog-card h3 {
    font-size: 1.125rem;
    margin-top: 0.938rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.5625rem;
    line-height: 1.5625rem;
    margin-bottom: 0.625rem;
    color: #282828;
}

.blog-card a {
    text-decoration: none;
    color: #515151;
    transition: all 0.4s ease-in-out;
}

.blog-card a .imgblog {
    overflow: hidden;
    border-radius: 0.313rem;
}

.blog-card a .imgblog img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.blog-card a:hover {
    color: #00a651;
    transition: all 0.4s ease-in-out;
}

.blog-card a:hover .imgblog img {
    transition: all 0.4s ease-in-out;
    transform: scale(1.15);
}

.blog-card p {
    margin-bottom: 0;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    letter-spacing: 0.031rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-top: solid 0.063rem #e1e1e1;
}

.blog-card span { 
    margin-right: 0.625rem;
    font-size: 0.875rem;
}

.blog-card span svg {
    margin-right: 0.313rem;
    fill: #bbbbbb;
    margin-top: -0.125rem;
}

.blog-card .blog-category {
    position: absolute;
    top: 1.5625rem;
    left: 2.5rem;
    z-index: 15;
}

.blog-card .blog-category a {
    background-color: #282828;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.1875rem 0.375rem;
    border-radius: 0.188rem;
    display: inline-block;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
}

.tabs-section .product-card {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
    margin-right: 0.3125rem !important;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1)
}

.tabs-section h3 {
    font-size: 2rem;
    color: #00a651;
    margin-bottom: 0.9375rem;
    line-height: 1;
}

.tabs-section h3 span {
    color: #00a651;
}

.tabs-section p {
    margin-bottom: 1.875rem;
}

.tabs-section .icon-h {
    height: 2.5rem;
    width: 2.5rem;
}

.btn-view-all {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    background-color: #fff;
    color: #00a651;
    border: solid 0.0625rem #00a651;
    text-decoration: none;
    display: block;
}

.overflow-btns {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.select-blog-category {
    padding-bottom: 0.3125rem;
    width: -webkit-max-content;
    width: max-content;
}

.select-blog-category .categorySelect {
    display: inline-block;
}






.select-blog-category {
    padding-bottom: 0.3125rem;
    width: max-content;
}

.select-blog-category .categorySelect {
    display: inline-block;
}

 

.select-blog-category .categorySelect .btn-secondary:hover {
    color: #fff;
    background-color: #00a651 !important;
    border: solid 0.0625rem #00a651 !important;
}


.categorySelect .btn-secondary:not(:disabled):not(.disabled).active,
.categorySelect .btn-secondary:not(:disabled):not(.disabled):active,
.categorySelect .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00a651;
    border: solid 0.0625rem #00a651;
}


.select-blog-category .categorySelect .btn-secondary:not(:disabled):not(.disabled).active,
.select-blog-category .categorySelect .btn-secondary:not(:disabled):not(.disabled):active,
.select-blog-category .categorySelect .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00a651;
    border: solid 0.0625rem #00a651;
}

.select-blog-category .categorySelect .btn-secondary {
    background-color: #ededed;
    color: #1d1d1d;
    border: solid 0.0625rem #ededed !important;
    outline: none !important;
    box-shadow: none !important;
    margin-right: 1.25rem;
    margin-bottom: 0.3125rem;
    margin-left: 0;
    color: #282828;
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.blog-section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.blog-section .blog-date span svg {
    margin-right: 0.3125rem;
    fill: #bbbbbb;
    margin-top: -0.125rem;
}

.blog-section .blog-date {
    margin-bottom: 0.9375rem;
}

.blog-right .blog-list .blog-sm-img {
    width: 8.125rem;
    height: auto;
}

.blog-right .blog-list h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.031rem;
   color: #282828;
}

.blog-section img {
    width: 100%;
    height: auto;
    border-radius: 0.313rem;
}

.blog-right .blog-list .blog-date span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
}

@media screen and (max-width: 800px) {
    .blog-card {
        margin-bottom: 1.875rem;
    }

    .tabs-section h3 {
        font-size: 1.625rem;
    }

    .tabs-section .icon-h {
        height: 2.1875rem;
        width: 2.1875rem;
    }

    .flex-direction-reverse {
        flex-direction: column-reverse;
    }

    .select-blog-category .categorySelect .btn-secondary {
        font-size: 0.875rem;
        margin-right: 0.625rem;
    }
}

@media screen and (max-width: 767px) {

    .blog-card h2,
    .blog-card h3 {
        font-size: 1rem;
        margin-top: 0.938rem;
        overflow: unset;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        height: auto;
        line-height: 1.375rem; margin-left: 0; margin-right: 0;
    }

    .home-brand .brand-card-h div img {
        height: 4.375rem
    }

    .home-brand .brand-card-h h3 {
        font-size: 1.125rem;
        margin-bottom: 0.3125rem;
    }

    .btn-view-all {
        font-size: 0.8125rem;
        padding: 0.4375rem 0.625rem;
    }

    .tabs-section h3 {
        font-size: 1.375rem;
        margin-bottom: 0.3125rem;
    }

    .comment-form a {
        font-size: 0.875rem;
    }

    .blog-section {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .blog-section .blog-card{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .tabs-section h3 {
        font-size: 1.25rem;
    }

    .tabs-section .icon-h {
        height: 1.875rem;
        width: 1.875rem;
    }

    .home-brand .brand-card-h h3 {
        font-size: 0.9375rem;
    }

    .home-flavour ._flavours-div h3 {
        font-size: 0.9375rem;
    }
    .blog-card span { 
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
    .btn-view-all {
        font-size: 0.75rem;
        padding: 0.375rem 0.625rem;
    }

    .select-blog-category .categorySelect .btn-secondary {
        font-size: 0.8125rem;
    }

    .blog-section {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

@media screen and (max-width: 375px) {
    .comment-form a {
        font-size: 0.75rem !important;
    }
}

figure {
    margin: 0;
}

.mb-5 {
    margin-bottom: 0.3125rem !important;
}