/*
Theme Name: SuKu Cloned
Template: flatsome
Author: UX Themes
Description: This is a child theme for Flatsome Theme
Version: 3.0.1638815510
Updated: 2021-12-06 19:31:50

*/

.widget .is-divider {
    visibility: hidden;
}
.breadcrumbs {
    display: none;
}
.product-info .breadcrumbs {
    display: none;
}
.woocommerce-ordering, .woocommerce-ordering select {
    display: none;
}
ul.product_list_widget li img {
    width: 64px;
    height: 90px;
    object-fit: fill !important;
}
.product-info p.stock {
    display: none;
}
.woocommerce_de_versandkosten {
    font-size: 0;
}
.woocommerce-de_price_taxrate {
    font-size: 0;
}
.BODY {
    background-color: #e6e6e6;
}
@media only screen and (max-width: 850px) {
ul.product_list_widget li img {
    width: 50px !important;
    height: 70px !important;
}
}
