.home-page-slideshow-full {
    width: 100%;
    max-height:600px;
    overflow:hidden;
}

    .home-page-slideshow-full img {
        width: 100%;
    }


.home-page-slideshow-full .text-box {
    width: 80%;
    left: 30%;
    top: 20%;
    position:absolute;
    transform: translateY(-50%);
}

    .home-page-slideshow-full .text-box .text-box-row {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0px;
        margin-bottom: 24px;
        line-height: 1;
        -webkit-text-stroke: 0px;
    }

        .home-page-slideshow-full .text-box .text-box-row.white {
            color: #ffffff;
        }

        .home-page-slideshow-full .text-box .text-box-row.black {
            color: #000000;
        }

@media (min-width: 1200px) {
    .home-page-slideshow-full img {
        height: 600px;
    }
}

@media(max-width: 1199px) {

    .home-page-slideshow-full img {
        height: 450px;
    }
}

@media(max-width: 992px) {

    .home-page-slideshow-full img {
        height: 370px;
    }
}

@media (max-width: 768px) {

    .home-page-slideshow-full img {
        height: 320px;
    }
}
.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;
    }
}
.cat-card-large-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    min-height:270px;
}

    .cat-card-large-item:hover {
        border-color: var(--color-primary);
    }

        .cat-card-large-item:hover img {
            -webkit-animation: policy 1.2s linear;
            animation: policy 1.2s linear;
        }

    .cat-card-large-item .thumb-box {
        position: relative;
        width: 50%;
        max-width: 50%;
        padding: 0 20px;
        margin: 0;
        border: none;
    }

    .cat-card-large-item .text-box {
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding-top: 34px;
        padding-bottom: 36px;
        font-size: 1.3rem;
        font-weight: 700;
    }

        .cat-card-large-item .text-box .title-box {
            margin-top: 0;
            margin-bottom: .5rem;
        }

            .cat-card-large-item .text-box .title-box a {
                font-weight: 700;
                font-size: 1.6rem;
                line-height: 1.5;
                text-transform: uppercase;
                margin-bottom: 16px;
            }

        .cat-card-large-item .text-box .text-box-links {
            list-style: none;
            list-style-type: none;
            display: block;
            padding: 0;
            margin: 0;
        }

            .cat-card-large-item .text-box .text-box-links .link {
                color: #666666;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.5;
                transition: all 0.35s ease-in-out;
                margin-bottom: 5px;
                display: inline-block;
            }

                .cat-card-large-item .text-box .title-box a:hover,
                .cat-card-large-item .text-box .text-box-links .link: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;
            }

.testimonial-card-summary {
    border-radius: 10px;
    background-color: var(--bg-item-secondary);
    padding: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    min-height: 200px;
    cursor: pointer;
}

    .testimonial-card-summary .average-note-box {
        text-align:center;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 15px 0 0 0;
    }
    
    .testimonial-card-summary .rating-box {
        line-height: 1;
        color: #ffe200;
        margin: 15px 0 0 0;
        text-align: center;
    }

    .testimonial-card-summary .total-ratings-box {
        text-align: center;
        margin: 5px 0 0 0;
    }

        .testimonial-card-summary .total-ratings-box a:hover {
            color: var(--color-primary);
        }

    .testimonial-card-summary .logo-box {
        text-align: center;
        margin: 15px 0 0 0;
    }

.testimonial-card-item {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
    min-height: 200px;
}

    .testimonial-card-item .rating-box {
        line-height: 1;
        color: #ffe200;
        margin-bottom: 12px;
    }

    .testimonial-card-item .testimonial-quote-box p {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .testimonial-card-item .testimonial-author-box {
        color: #666666;
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-top: 12px;
    }

        .testimonial-card-item .testimonial-author-box span {
            font-weight: 700;
        }


@media (max-width: 768px) {
    .testimonial-card-summary {
        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);
            }
