/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/
.blmn-product-categories {
    padding-left: 0;
    /* margin-top: 30px; */
    vertical-align: middle;
    text-align: center;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    margin-bottom: 40px;
}
.blmn-product-categories .shop-all-link {
    display: none;
}
.blmn-product-categories>li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.blmn-product-categories li {
    position: relative;
}
.category-nav-link {
    position: relative;
}
.blmn-product-categories .category-nav-link a {
    color: inherit;
}
.category-nav-link a {
    position: relative;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category-nav-link .category-summary {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.category-nav-link .category-name {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.2px;
    line-height: 1.3;
}
.category-nav-link .category-products-count {
    display: block;
    text-transform: capitalize;
    font-size: 0.81em;
    margin-top: 0px;
    opacity: 0.8;
}
.category-nav-link .category-products-count {
    display: block;
    text-transform: capitalize;
    font-size: 0.81em;
    margin-top: 0px;
    opacity: 0.8;
}
.category-nav-link .category-products-count {
    display: block;
    text-transform: capitalize;
    font-size: 0.81em;
    margin-top: 0px;
    opacity: 0.8;
}
.blmn-product-categories .category-nav-link a:focus .category-name:after, .blmn-product-categories .category-nav-link a:hover .category-name:after {
    width: 100%;
}
.blmn-product-categories .current-cat .category-nav-link .category-name:after {
    width: 100%;
}
.category-nav-link .category-name:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.5s cubic-bezier(0.2, 0.8, 0.3, 1.2);
}

.blmn-elementor-products-ajax-tabs.tab-element-loading .tab-loading-anim {
    opacity: 1;
    visibility: visible;
}
.blmn-elementor-products-ajax-tabs .blmn-tab-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
}
.blmn-elementor-products-ajax-tabs .blmn-tab-content.loading {
    opacity: 0.1;
    visibility: visible;
}
.blmn-elementor-products-ajax-tabs .product-infobox .woocommerce-loop-product__cat,
.blmn-elementor-products-ajax-tabs .product-infobox .price {
    font-family: Manrope;
    font-weight: 400;
}
.blmn-elementor-products-ajax-tabs .product-infobox .woocommerce-loop-product__title {
    font-family: Manrope;
    color: #222;
}
.blmn-nav-tabs {
    position: relative;
    margin-bottom: 40px;
}
.blmn-nav-tabs .blmn-tab-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.blmn-nav-tabs .blmn-tab-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #666;
    opacity: 0.2;
}
.blmn-nav-tabs .blmn-tab-header .tabs-title {
    font-family: Manrope;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.25;
    color: #222;
    margin-bottom: 40px;
}
.blmn-nav-tabs .tab-nav-wrapper .products-ajax-tab-title {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.blmn-nav-tabs .products-ajax-tab-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 34px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title .tab-label {
    white-space: nowrap;
    margin-bottom: 15px;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.25s ease-in-out;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title:hover,
.blmn-nav-tabs .products-ajax-tab-title .tab-title.actived-tab {
    color: #000000;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title:hover svg path,
.blmn-nav-tabs .products-ajax-tab-title .tab-title.actived-tab svg path {
    fill: #000000;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title:hover i,
.blmn-nav-tabs .products-ajax-tab-title .tab-title.actived-tab i {
    color: #000000;
}
.blmn-nav-tabs .products-ajax-tab-title .tab-title.actived-tab:after {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.blmn-nav-tabs .products-ajax-tab-title svg {
    display: block;
    width: 30px;
    height: auto;
    margin-bottom: 15px;
}
.blmn-nav-tabs .products-ajax-tab-title svg path {
    fill: #666;
    transition: all 0.25s ease-in-out;
}
.blmn-nav-tabs .products-ajax-tab-title i {
    font-size: 30px;
    color: #666;
    margin-bottom: 15px;
    transition: all 0.25s ease-in-out;
}
.blmn-nav-tabs.tab-style-default .blmn-tab-header {
    flex-direction: column;
    align-items: center;
}
.blmn-nav-tabs.tab-style-default .blmn-tab-header .tabs-title {
    text-align: center;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header {
    flex-direction: row;
    align-items: flex-end;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header .tabs-title {
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 10px;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header .products-ajax-tab-title .tab-title {
    padding: 0 30px;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header .products-ajax-tab-title .tab-title:after {
    left: 30px;
    right: 30px;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header .products-ajax-tab-title .tab-title:last-child {
    padding-right: 0;
}
.blmn-nav-tabs.tab-style-abreast .blmn-tab-header .products-ajax-tab-title .tab-title:last-child:after {
    right: 0;
}
.blmn-nav-tabs .tab-loading-anim {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -35px;
    margin-top: 100px;
    z-index: 10;
}
.blmn-products-filter-element .products .meta-wrapper .product-sku,.blmn-products-filter-element .products .meta-wrapper .short-description{
    display:none !important;
}
@media (min-width: 576px){
    .blmn-product-categories {
        display: block !important;
    }

}
@media (max-width: 768px){
    .blmn-nav-tabs .products-ajax-tab-title .tab-title{
        padding: 0px 19px;
    }
    .blmn-nav-tabs .products-ajax-tab-title .tab-title:after{
        left:19px;
        right:19px;
    }
}
@media (max-width: 375px){
    .blmn-nav-tabs .products-ajax-tab-title .tab-title{
        padding: 0px 30px;
    }
    .blmn-nav-tabs .products-ajax-tab-title .tab-title:after{
        left:30px;
        right:30px;
    }
}
@media (max-width: 360px){
    .blmn-nav-tabs .products-ajax-tab-title .tab-title{
        padding: 0px 25px;
    }
    .blmn-nav-tabs .products-ajax-tab-title .tab-title:after{
        left:25px;
        right:25px;
    }
}

@media (max-width: 340px){
    .blmn-nav-tabs .products-ajax-tab-title .tab-title{
        padding: 0px 20px;
    }
    .blmn-nav-tabs .products-ajax-tab-title .tab-title:after{
        left:20px;
        right:20px;
    }
}

