:root{
    --theme-color: #065dac;
}
@media screen and (max-width: 1080px) {
    /* Form */
    .elementor-form .elementor-field-group{
        margin-bottom: 20px !important;
    }
    .elementor-form .elementor-field-group .elementor-field-label{
        padding-bottom: 10px !important;
    }
    /* Index Page */
    .index-category-box > .elementor-element:nth-child(1){
        grid-column: 1 / 3;
    }
    .tab-category-box .category-top .category-name{
        padding: 20px 0;
        margin-right: 60px;
        font-size: 18px;
    }
    .tab-category-box .category-bottom {
        margin-top: 30px;
    }
    .tab-category-box .category-bottom .category-product.active{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .tab-category-box .category-bottom .category-product .product-tiem div a{
        font-size: 16px;
        line-height: 26px;
    }
    /* About Page */
    .CertificationSwiper{
        margin: 0 0 20px 0;
    }
    /* Posts Info Page */
    .posts-info-related .related-head{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .posts-info-related .related-box{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .posts-info-related .related-box .related-item .title-box{
        margin: 10px 0;
    }
    .posts-info-related .related-box .related-item .title-box a{
        font-size: 16px;
    }
    /* Product List Page */
    .filters-container .filter-title{
        font-size: 16px;
    }
    .yith-wcan-filters{
        margin-bottom: 0px !important;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label{
        margin: 0 5px 5px 0 !important;
        padding: 2px 5px !important;
    }
    /* Product Info Page */
    .head-menu > div{
        padding: 15px 5px;
        margin: 0 2%;
        font-size: 16px;
    }
    .product-content{
        margin-top: 20px;
    }
    .flex-box .ph-width100{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .product-related{
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    /* Form */
    .elementor-form .elementor-field-group{
        margin-bottom: 10px !important;
    }
    .elementor-form .elementor-field-group .elementor-field-label{
        padding-bottom: 0px !important;
    }
    /* Index Page */
    .index-category-box{
        display: block !important;
    }
    .index-category-box > .elementor-element{
        margin-bottom: 10px;
    }
    .tab-category-box .category-top{
        justify-content: space-between;
    }
    .tab-category-box .category-top .category-name{
        padding: 10px 0;
        margin-right: 0;
        font-size: 14px;
        width: 60%;
    }
    .tab-category-box .category-bottom{
        margin-top: 15px;
    }
    .tab-category-box .category-bottom .category-product.active{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .tab-category-box .category-bottom .category-product .product-tiem div a{
        font-size: 14px;
        line-height: 24px;
    }
    /* Posts Info Page */
    .blog-content h2{
        font-size: 20px;
    }
    .blog-content h3{
        font-size: 18px;
    }
    .blog-content h4{
        font-size: 16px;
    }
    .blog-content h5{
        font-size: 14px;
    }
    .blog-content h6{
        font-size: 12px;
    }
    .posts-info-related .related-box{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .info-last-box{
        padding: 0 10px;
    }
    .info-last-box .last-item{
        margin: 10px 0;
    }
    .info-last-box .last-item .content-box .date{
        margin-top: 0;
    }
    /* Product List Page */
    .filters-container .filter-title {
        font-size: 14px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label{
        font-size: 12px !important;
    }
    .elementor-widget-wc-archive-products .products{
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 10px !important;
    }
    /* Product Info Page */
    .head-menu > div{
        width: 30%;
        margin: 5px 0;
        padding: 0;
    }
    .head-menu > div{
        font-size: 14px;
    }
    .product-content{
        margin-top: 0;
        font-size: 12px;
    }
    .product-content .parameter-rows{
        padding: 10px;
    }
    .product-related{
        margin-top: 0;
    }
}