.cat-card-small-item {
    display: block;
    padding: 15px;
    background-color: var(--bg-body-elem-primary);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

    .cat-card-small-item:hover {
        border-color: var(--color-primary);
    }

        .cat-card-small-item:hover img {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

        .cat-card-small-item .thumb-box img {
            height: 100%;
            width: 100%;
            text-align: center;
        }

    .cat-card-small-item .text-box {
        padding: 30px 0 30px 0;
        height: 30px;
    }

        .cat-card-small-item .text-box a {
            font-size: 1.4rem;
            font-weight: 700;
            display: inline-block;
            text-align: center;
            width: 100%;
            line-height: 1;
        }

            .cat-card-small-item .text-box a:hover {
                color: var(--color-primary);
            }

.prd-card-large-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    cursor: pointer;
}

    .prd-card-large-item:hover {
        border-color: var(--color-primary);
    }

        .prd-card-large-item:hover img {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

    .prd-card-large-item .thumb-box {
        position: relative;
        width: 43%;
        max-width: 43%;
        padding: 10px 10px;
        margin: auto;
        border: none;
    }


    .prd-card-large-item .prd-info {
        padding: 10px 10px;
        width: 57%;
        max-width: 57%;
        margin: 0;
        font-size: 1.3rem;
        font-weight: 700;
    }

        .prd-card-large-item .prd-info .prd-title-box {
            margin-top: 35px;
            height: 40px;
            font-weight: 700;
        }

            .prd-card-large-item .prd-info .prd-title-box a {
                line-height: 22px;
                color: var(--color-product-name);
            }

                .prd-card-large-item .prd-info .prd-title-box a:hover {
                    color: var(--color-primary);
                }

        .prd-card-large-item .prd-info .prd-price-box {
            font-weight: 400;
            margin-top: 20px;
        }

            .prd-card-large-item .prd-info .prd-price-box span {
                color: var(--color-price);
                font-weight: 700;
                display: inline-block;
            }

.policy-card-item-content .policy-card-item {
    background-color: var(--bg-item-secondary);
    border-radius: 10px;
    padding: 30px 10px 30px 10px;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
}

    .policy-card-item-content .policy-card-item .policy-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 100%;
        overflow: hidden;
        background: #ffffff;
        margin-right: 10px;
    }

        .policy-card-item-content .policy-card-item .policy-icon:hover i {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

        .policy-card-item-content .policy-card-item .policy-icon i {
            text-align: center;
            font-size: 25px;
        }

    .policy-card-item-content .policy-card-item .title-box {
        font-size: 1.4rem;
        font-weight: 700;
        color: #222222;
        line-height: 2.1;
        text-transform: uppercase;
    }

    .policy-card-item-content .policy-card-item .text-box {
        color: #666666;
    }

@media(max-width: 1200px) {
    .policy-card-item-content {
        margin-bottom: 15px;
    }
}

.blog-card-default-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

    .blog-card-default-item:hover {
        border-color: var(--color-primary);
    }

        .blog-card-default-item:hover img {
            -webkit-animation: zoomInZoomOut 1.2s linear;
            animation: zoomInZoomOut 1.2s linear;
        }

    .blog-card-default-item .thumb-box {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        overflow: hidden;
        border-radius: 5px;
    }

        .blog-card-default-item .thumb-box img {
            width: 100%;
            max-height: 280px;
        }


    .blog-card-default-item .text-box {
        margin-top: 15px;
    }

        .blog-card-default-item .text-box .title-box a {
            font-size: 1.4rem;
            line-height: 1.9;
            font-weight: 700;
        }


        .blog-card-default-item .text-box .article-box {
            font-size: 1.4rem;
            font-weight: 400;
            color: #666;
            line-height: 1.6;
            border-bottom: 1px solid #e5e5e5;
            margin-top: 15px;
            padding-bottom: 30px;
        }

        .blog-card-default-item .text-box .date-box {
            margin-top: 15px;
        }

            .blog-card-default-item .text-box .date-box button {
                text-transform: capitalize;
                font-size: 1.2rem;
                margin: 0;
                font-weight: 600;
            }

                .blog-card-default-item .text-box .date-box button i {
                    display: inline-block;
                    margin-left: 5px;
                    text-indent: 0;
                }

                .blog-card-default-item .text-box .date-box button:hover i {
                    -webkit-animation: policy 1.2s linear;
                    animation: policy 1.2s linear;
                }

            .blog-card-default-item .text-box .date-box span {
                text-align: right;
                font-size: 1.2rem;
                color: #666;
                font-weight: 400;
                text-transform: capitalize;
            }

            .blog-card-default-item .text-box .title-box a:hover,
            .blog-card-default-item .text-box .date-box button:hover {
                color: var(--color-primary);
            }
