.theme-flatsome .shop-page-title h1{
    margin: 16px 0px 32px;
    font-size: 24px;
}
/*sub-cate*/
.head__subcategories{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: black;
    padding-left: 8px;
    border-left: 6px solid #0066bf;
}
.row__subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.row__subcategories .subcategory a{
    display: block;
    padding: 4px 12px;
    border: 2px solid #0066bf;
    border-radius: 6px;
}
.row__subcategories .subcategory a:hover{
    background-color: #0066bf;
}
.row__subcategories .subcategory .subcategory__name{
    font-size: 14px;
    line-height: 1.2;
    margin: 0px;
    color: #0066bf;
}
.row__subcategories .subcategory a:hover .subcategory__name{
    color: white;
}
.theme-flatsome .view-more-button{
   border-radius: 6px;
   margin-bottom: 0px;
   margin-top: 24px;
}
.kk-star-ratings{
    display: none;
}
.divide_prod{
    border-top: 1px solid #0066bf;
    display: block;
    opacity: 1;
    width: 100%;
    margin: 0px;
}
.theme-flatsome .products > .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.theme-flatsome .products > .row > .product {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
}
.theme-flatsome .woocommerce-loop-product__title{
    color: black;
    font-size: 14px;
}
.theme-flatsome .products .product .box-text-products {
    height: fit-content !important;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.theme-flatsome .products .product .box-text-products .title-wrapper a{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 38px;
    margin: 0px 0px 4px;
}
.theme-flatsome .products .product .box-text-products a.button{
    position: unset;
    line-height: 1.8em;
    padding: 10px 0;
}
@media (max-width: 1024px){
    
    .theme-flatsome .products > .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}
@media (max-width: 576px){
    .theme-flatsome .shop-page-title h1{
        font-size: 16px;
    }
    .theme-flatsome .shop-page-title h1{
        margin: 8px 0px 24px;
    }
    .theme-flatsome .products > .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .head__subcategories{
        font-size: 16px;
    }
    .row__subcategories .subcategory .subcategory__name, .theme-flatsome .view-more-button{
        font-size: 12px;
    }
    .product-small.box .box-text-products a.button{
        font-size: 8px;
    }
    .shop-page-title h1,
    .shop-page-title h1:after{
        border-radius: 0 0 32px 32px;
    }
    .products {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .term-description p{
        font-size: 12px;
    }
    .related .product-section-title{
        padding-left: 16px;
    }
    .theme-flatsome .products .product .box-text-products .title-wrapper a{
        font-size: 12px;
        min-height: 31px;
    }
}