/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce.Isotope{
    position: relative;
    overflow: hidden;
}

.woocommerce.Isotope .Isotope-filterList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.woocommerce.Isotope .Isotope-filter {
    list-style-type: none;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
.woocommerce.Isotope .Isotope-filter.is-selected {
    text-decoration: underline;
}
.woocommerce.Isotope ul.products {
    margin: 0 -2%;
}
/* standard cols */
.woocommerce.Isotope ul.products li.product {
    width: 96%;
    margin: 2%;
}


@media screen and (min-width: 640px){
    /* standard cols */
    .woocommerce.Isotope ul.products li.product {
        width: 46%;
    }
    /* cols */
    .woocommerce.Isotope ul.products.cols-1 li.product {
        width: 96%;
    }
}
@media screen and (min-width: 768px){
    /* cols */
    .woocommerce.Isotope ul.products.cols-5 li.product {
        width: 29.333%;
    }
    .woocommerce.Isotope ul.products.cols-3 li.product {
        width: 46%;
    }
    .woocommerce.Isotope ul.products.cols-2 li.product {
        width: 46%;
    }
}
@media screen and (min-width: 1024px){
    /* standard cols */
    .woocommerce.Isotope ul.products li.product {
        width: 29.333%;
    }
    /* cols */
    .woocommerce.Isotope ul.products.cols-5 li.product {
        width: 21%;
    }
    .woocommerce.Isotope ul.products.cols-4 li.product {
        width: 29.333%;
    }
}
@media screen and (min-width: 1280px){
    /* cols */
    .woocommerce.Isotope ul.products.cols-5 li.product {
        width: 16%;
    }
    .woocommerce.Isotope ul.products.cols-4 li.product {
        width: 21%;
    }
    .woocommerce.Isotope ul.products.cols-3 li.product {
        width: 29.333%;
    }
}
