/*
Theme Name: websmart
Version: 1.0
Description: A child theme of Hello Elementor
Author: Webdigital.co.il
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

/* CAT CHILDREN ARCHIVE */
.cut_children {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 15px;
}
.cut_children::-webkit-scrollbar {
    height: 5px;
}
.cut_children::-webkit-scrollbar-thumb {
    background-color: #70BF44;
    border-radius: 10px;
}
.cut_children::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cat_item {
    width: 145px;
    min-width: 145px;
    min-height: 100px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    background: #FFF;
    border-radius: 17px;
}
.cat_item a {
    color: #000;
}
nav.woocommerce-breadcrumb a {
    background: #FDEC43;
    color: #000 !important;
    padding: 3px 10px;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .cut_children {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        justify-content: flex-start;
        column-gap: 10px;
    }
    
    .cat_item {
        flex: 0 0 auto;
        width: 150px;
    }
    p.cat_item_title {
        font-size: 14px;
        margin-top: 0;
    }
    .cut_children::-webkit-scrollbar {
        display: none;
    }
}

.cat_item.active{
    border: 1px solid var(--e-global-color-secondary);
}
p.cat_item_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 0 !important;
}

.wd-product-details a {
    color: #70BF44;
    font-weight: 600;
}
ul.product-attributes li{
    margin-bottom: 5px;
}
ul.product-attributes {
    padding-right: 20px;
}
@media(max-width: 768px) {
    .cat_item{
        padding: 0;
    }
}