.block-section2 {
    padding: 20px 0;
}

.top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-head2 {
    margin-bottom: 14px;
}

.top-head h4 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
}

.font-4xl-bold {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.6;
    color: #1C1D1D;
}

.block-product-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-product-5-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    justify-content: center;
}

.cardProductStyle3 .cardImage img,
.cardProductStyle2 .cardImage img,
.cardProduct .cardImage img,
.cardProductSmall .cardImage img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.cardcoverimg230 {
    padding: 10px;
    border: 1px #ddd solid;
    height: 260px;
    margin-bottom: 20px;
    position: relative;
}

.cardcoverimg230 img {
    object-fit: contain;
    background-color: #fff;
    width: 100%;
    height: 230px;
}

.cardProduct .cardInfo .cardTitle {
    margin-bottom: 12px;
    height: 44px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.block-rating {
    margin-bottom: 12px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.cardProduct {
    margin-bottom: 30px;
}

.list_loadbutton_cate {
    margin-top: 10px;
    margin-bottom: 20px;
}

.list_loadbutton {
    text-align: center;
}

.listload:hover {
    /* background-color: #1C1D1D; */
    color: #6F2C09;
    border-color: #6F2C09;
}

.listload {
    display: inline-block;
    border: 1px #1C1D1D solid;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 500;
}

.listload img {
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    filter: brightness(0);
}

.block-blog-single {
    padding: 30px 0;
}

.keyword_content p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.cardProduct img {
    transition: all 0.3s ease 0s;
}

.cardProduct img:hover {
    transform: scale(1.02);
}

h2 {
    font-size: 24px;
    line-height: 80px;
}

h3 {
    font-size: 22px;
    line-height: 56px;
}

.block-product-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-product-5-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    justify-content: flex-start;
}

.list-product-5-col .cardProduct {
    width: 25%;
    padding: 0px 10px;
}

@media (max-width: 991.98px) {
    .list-product-5-col .cardProduct {
        width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .list-product-5-col .cardProduct {
        width: 50%;
    }
}

@media (max-width: 449.98px) {
    .list-product-5-col .cardProduct {
        width: 100%;
    }
}

.cardProduct .discount-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #F6B205;
    border-right: 90px solid transparent;
}

.cardProduct .discount-badge span {
    position: absolute;
    top: 9%;
    left: 2%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transform: rotate(-45deg) translate(-14%, -37%);
    transform-origin: center center;
    display: inline-block;
    white-space: nowrap;
    font-weight: normal;
    width: 85px;
}

.cardProduct .discount-badge img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 5%;
    width: 30px !important;
    height: auto !important;
    background: transparent !important;
    transform: rotate(-45deg) translate(-36%, -10%);
    border: none !important;
}

.keyword-list .keyword-item,
.keyword-list-extra .keyword-item {
    display: flex;
    background-color: #f8f8f8;
    text-align: center;
    padding: 25px;
    margin-bottom: 10px;
    height: calc(100% - 10px);
    justify-content: center;
    align-items: center;
}

.cate_list_tit {
    /*text-transform: capitalize;*/
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    margin: 50px 0 10px;
}

.home_product_item {
    margin-bottom: 30px;
    border: 1px #ddd solid;
}

.home_product_item .high-rating-products_price1 {
    font-size: 18px;
    color: #D73A30;
}

.home_product_item .high-rating-products_price2 {
    font-size: 16px;
    margin-left: 5px;
    color: #8D8D8D;
}

.home-high-rating-products {
    width: 100%;
    background-color: #F8F7F3;
}

.home_product_item .card-img-box {
    display: flex;
    border-bottom: 1px #ddd solid;
    position: relative;
    overflow: hidden;
}

.home_product_item .card-img-box {
    height: 261px;
}

.home_product_item .card-img-box img {
    object-fit: contain;
    height: 260px;
    padding: 10px;
    width: 100%;
    transition: all .3s linear;
    /* border: 1px #ddd solid; */
    display: block;
}

.home_product_item .card-img-box img:hover {
    transform: scale(1.05);
}

.home_product_item .home_product_item_bottom {
    padding: 20px 20px 10px;
}

.home_product_item .new_block-rating {
    margin: 5px 0;
}

.home_product_item span.product_price_red {
    background: #D73A30;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.home_product_item span.product_buy_now {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(111, 44, 9, .8);
    font-size: 15px;
    line-height: 46px;
    display: block;
    bottom: -46px;
    transition: all 0.3s ease 0s;
}

.home_product_item span.product_buy_now:hover {
    background: rgba(111, 44, 9, 1);
}

.home_product_item:hover span.product_buy_now {
    bottom: 0;
}

.high-rating-products_cate {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8D8D8D;
    line-height: 1.2;
}

.high-rating-products_tit {
    margin: 10px 0 10px;
    /* font-size: 15px; */
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_block-rating .new_block-rating_grey {
    margin-top: 0;
}

.high-rating-products_price {
    line-height: 36px;
}

.cate3_description {
    overflow: hidden;
}

.cate3_description .cate3_description_l {
    background-color: #F3EEE9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.cate3_description_left {
    padding: 30px 0px 30px;
}

.cate3_description .cate3_description_l::after {
    background: #F3EEE9;
    position: absolute;
    left: -1000px;
    height: 100%;
    width: 1000px;
    top: 0;
    clear: both;
    content: "";
}

.cate3_description .cate3_description_l h2 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.cate3_description .cate3_description_r {
    background-color: #F8F7F3;
    position: relative;
}

.cate3_description_right {
    padding: 50px 20px 40px;
}

.cate3_description .cate3_description_r::after {
    background: #F8F7F3;
    position: absolute;
    right: -1000px;
    height: 100%;
    width: 1000px;
    top: 0;
    clear: both;
    content: "";
}

.cate3_description_right p {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}

.related_cate {
    padding: 50px 1px 20px;
}

.home_cate_item_img {
    height: 240px;
    overflow: hidden;
    border: 1px #ddd solid;
}

.home_cate_item_img img:hover {
    transform: scale(1.05);
}

.home_cate_item_img img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 20px;
}

.home_cate_item_tit {
    background-color: #000000ab;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    margin-top: -46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_cate_item_tit:hover {
    background-color: #6F2C09;
}

.swiper-button-next-cate,
.swiper-button-prev-cate {
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    background-position: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-button-prev-cate {
    background-image: url(../images/left_icon.png);
    right: 50px;
}

.swiper-button-next-cate {
    background-image: url(../images/right_icon.png);
    right: 0;
}

.swiper-button-prev-cate:hover {
    background-image: url(../images/left_iconh.png);
}

.swiper-button-next-cate:hover {
    background-image: url(../images/right_iconh.png);
}

.content-p50 {
    padding: 50px 0;
}

.related_catetitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.related_catetitle2 {
    margin-bottom: 0px;
}

.cate3_faq {
    padding: 60px 0 50px;
    background: #F3EEE9;
}

.cate3_faq_item {
    background-color: #ffffffbb;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.cate3_faq_q {
    border-bottom: 1px #ddd dashed;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    padding-left: 38px;
}

.cate3_faq_item .faq_icon {
    width: 24px;
    position: absolute;
    left: 0;
    top: 2px;
}

.cate3_faq_a {
    line-height: 30px;
    position: relative;
    /* font-size: 15px; */
}

.cate3_faq_a2 {
    padding-left: 38px;
}

.cate3_faq_a p {
    margin-bottom: 10px;
}

h2.related_catetitle {
    line-height: 40px;
}

.cate3_faq_item:hover {
    background-color: #fff;
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

@media (max-width: 991px) {
    .cate3_description .cate3_description_l::before {
        background: #F3EEE9;
        position: absolute;
        right: -1000px;
        height: 100%;
        width: 1000px;
        top: 0;
        clear: both;
        content: "";
    }
    .cate3_description .cate3_description_r::before {
        background: #F8F7F3;
        position: absolute;
        left: -1000px;
        height: 100%;
        width: 1000px;
        top: 0;
        clear: both;
        content: "";
    }
    .cate3_description_right {
        padding: 20px 0 50px;
    }
    .cate3_description_left {
        padding: 50px 0 20px;
    }
}

.related_cate .swiper-slide {
    width: calc(50% - 10px);
    margin-right: 20px;
}

@media (min-width: 992px) {
    .related_cate .swiper-slide {
        width: calc(33.3333333% - 10px);
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .related_cate .swiper-slide {
        width: calc(25% - 10px);
        margin-right: 20px;
    }
}

.hot_cate_search {
    margin-bottom: 20px;
    margin-top: 20px;
}

.hot_cate_search .row {
    justify-content: center;
}

.hot_cate_search a {
    border: 1px #222528 solid;
    display: block;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.hot_cate_search a:hover {
    color: #fff;
    background-color: #6F2C09;
    text-decoration: none;
}