.pt {
    padding-top: 30px;
}

.pb {
    padding-bottom: 30px;
}

.pd-section-content {
    padding-top: 15px;
}

.title-section {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #00a652;
    text-transform: uppercase;
}

.title-section img {
    height: 28px;
    margin-right: 7px;
}

main {
    background-color: #f8f9fd;
}

.service-card {
    padding: 16px 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    border-radius: 10px;
}

.service-card__icon img {
    height: 40px;
    margin-right: 10px;
}

.service-card__text h3 {
    font-size: 16px;
    color: black;
    font-weight: 600;
}


section.products {
    /* background-color: #fdf2ea; */
}

.product-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3px;
    box-shadow: rgba(255, 255, 255, 0) 0px 2px 8px 0px;
    transition: box-shadow .6s ease-in-out;
}

.product-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.product-card__img {
    margin-bottom: 10px;
    height: 180px;
    display: flex;
    align-items: center;
}

.product-card__title a {
    font-size: 16px;
    color: #020b27;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-card:hover .product-card__title a{
    color: #00a652;
}
.product-card-content {
    padding: 0px 10px 10px 10px;
}

.product-card-content ul {
    height: 26px;
    background-color: #f6f7f9;
    border-radius: 4px;
    margin: 7px 0px;
}

.product-card-content ul li {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #f6f7f9;
}

.product-card-content ul li {
    font-size: 13px;
}

.product-card-content ul li button {
    font-size: 13px;
    padding: 0px;
    background-color: transparent;
    color: #4a4f63;
}

.product-card-content ul li.active {
    border-radius: 4px;
    border: 1px solid rgb(0, 132, 53);

}

.product-card-content ul li.active button {
    color: rgb(0, 132, 53);
}

.product-card-content .price {
    padding-bottom: 3px;
}

.product-card-content .price-new {
    color: rgb(0, 132, 53);
    font-size: 16px;
    font-weight: 600;
}

.product-card-content .price-new span {
    color: rgb(0, 132, 53);
    font-size: 15px;
    font-weight: 400;
}

.product-card-content .price-old {
    color: #657384;
    text-decoration-line: line-through;
    font-weight: 400;
    font-size: 15px;
}

.tag-box {
    color: #4a4f63;
    background-color: #f6f7f9;
    border-radius: 4px;
    font-size: 13px;
    height: 26px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0px 9px;
    width: fit-content;
    margin-bottom: 10px;
}

.add-cart a {
    background-color: #00a652;
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #00a652;
}
.product-card:hover .add-cart a{
    color: #00a652;
    background-color: white;
    /* border: 1px solid #00a652; */
}
.product-card__img .sale {
    background: linear-gradient(315deg, #fa4c40 0%, #d32113 100%);
    height: 21px;
    color: white;
    font-size: 13px;
    border-radius: 0px 0px 10px 0px;
    padding: 0px 5px;
    font-weight: 600;
}

section.flash-sale {
    background-size: auto 100%;
    background-repeat: repeat-x;
    padding-top: unset;
}

.flash-sale-top::before {
    background-color: hsl(221.6, 96.1%, 10%);
    border-top-right-radius: 11px;
    height: 8px;
    width: 9px;
    top: -8px;
    position: absolute;
    content: "";
    right: -4px;
}

.flash-sale-top::after {
    background-color: hsl(221.6, 96.1%, 10%);
    border-top-left-radius: 11px;
    height: 8px;
    width: 9px;
    top: -8px;
    position: absolute;
    content: "";
    left: -4px;
}

.flash-sale-bg {
    z-index: 1;
    position: absolute;
    top: -8px;
    left: 0;
    bottom: 0;
    background-size: 100% 100%;
    right: 0;
}

.flash-sale-bg img {
    margin-top: -8px;
}

.slide-6 {
    margin-inline: calc(-1 * var(--gutter));
}

.flash-sale-top-text {
    z-index: 2;
    padding: 10px 45px 19px 45px;
}

#countdown {
    display: flex;
    align-items: center;
    justify-items: right;
    margin-top: 0px;
}

.count-down .timer-view .block-timer {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding: 5px 0px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.count-down .timer-view .block-timer p {
    display: block;
    font-weight: bold;
    color: #d82618;
    font-size: 21px;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.flash-sale-top-text img {
    height: 40px;
    margin-right: 15px;
}

.flash-sale-top-text a {
    color: white;
    font-size: 16px;
}

section.banner-advertisement {
    /* background-color: #fdf2ea; */
}

.banner-advertisement-box {
    border-radius: 10px;
    overflow: hidden;
}

.member-card {
    background-color: white;
    padding: 12px;
    border-radius: 8px;
}

.member-card-content span {
    color: #4a4f63;
    font-size: 14px;
    font-weight: 600;
}

.member-card-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 4px 0px;
}

.member-card-content p {
    color: #657384;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.member-card__img img {
    height: 84px;
    width: 84px;
    border-radius: 100%;
    margin-right: 12px;
}


section.member .member-body {
    padding: 25px;
}

.member-bgr img {
    border-radius: 10px;
}

.member__title {
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.heading p {
    color: white;
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.member__seemore {
    display: inline-block;
    background-color: white;
    padding: 6px 13px;
    font-size: 14px;
    color: #00a652;
    border-radius: 21px;
    margin-top: 6px;
}

.member-body-content {
    margin-inline: calc(-1 * var(--gutter));
}

.brand-body {
    margin-inline: calc(-1 * var(--gutter));
}

.categories-box {
    padding: 20px 15px;
    border: 1px solid #d9dfe5;
    border-radius: 15px;
    margin-top: 14px;
}

.categories-box img {
    height: 51px;
}

.categories-box h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0px 2px 0px;
}

.categories-box p {
    color: #6b7888;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.new-tabs ul li a {
    padding: 6px 15px;
    background-color: hsl(0, 0%, 92.2%);
    display: block;
    color: hsl(0, 0%, 16.9%);
    font-size: 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.new-tabs ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: initial;
}

.new-tabs ul::-webkit-scrollbar {
    display: none;
}

.new-tabs ul li.active a {
    background-color: hsla(144.1, 100%, 25.9%, 0.11);
    color: hsl(144.1, 100%, 25.9%);
}

.new-ctg a {
    font-size: 12px;
    color: white;
    background-color: #00a652;
    padding: 2px 5px;
    border-radius: 3px;
}

.new-card__title a {
    color: #2b2b2b;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin: 3px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new-card__title a:hover {
    color: hsl(144.1, 100%, 25.9%);
}

.new-card-content .desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    padding: 0px;
    font-size: 13px;
}

.new-card__img img {
    width: 100%;
    border-radius: 5px;
}

.news-right .new-card__img img {
    border-radius: 5px;
}

.new-card__img img {
    height: 261px;
}

.news-right .new-card__img img {
    width: 145px;
    margin-right: 10px;
    display: block;
    height: 108px;
}

.news-right .new-card__title a {
    font-size: 15px;
}

.news-right .new-card {
    margin-bottom: 12px;
}

.hover-effect_1 {
    position: relative;
    overflow: hidden;
}

.hover-effect_1::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.hover-effect_1:hover::after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}

.hover-effect_1 img {
    transform: scale(1);
    transition: transform .6s ease-in-out;
    height: 184px;
    object-fit: contain;
}

.hover-effect_1:hover img {
    transform: scale(1.1);
}
.pagination{
    display: flex;
}
.page-link{
    border: 1px solid #00a652 !important;
    color: #00a652 !important;
}
.page-item.active .page-link {
    background-color: #00a652 !important;
    border-color: #00a652 !important;
    color: #ffffff !important;
  }
@media (max-width: 992px) {
  .hover-effect_1 img {
    
    height: auto;
    object-fit: contain;
}
    .pb {
        padding-bottom: 20px;
    }

    .pt {
        padding-top: 20px;
    }

    .news-right {
        margin-top: 10px;
    }

    .system span {
        display: none;
    }

    .service-card a {
        display: block;
        text-align: center;
    }

    .service-card__icon img {
        margin-right: 0px;
    }

    .service-card {
        padding: 14px 10px;
        height: 100%;
    }

    .service-card__icon img {
        height: 37px;
    }

    .service-card__text h3 {
        font-size: 13px;
        font-weight: 500;
    }

    .shipping-card {
        display: block !important;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 586px) {
    .flash-sale-top-df {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flash-sale-top-text {
        z-index: 2;
        padding: 5px 25px 13px 25px;
    }

    .flash-sale-top-text img {
        height: 32px;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .count-down .timer-view .block-timer p {
        font-size: 19px;
    }

    .count-down .timer-view .block-timer {
        width: 34px;
        height: 34px;
    }

    .service-list {
        padding-bottom: 5px;
    }

    .service-list .clm {
        margin-bottom: 14px;

    }
}