/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal-Team) </a>
* Template: freshio
* Version: 2.2.3
*/

.products .star-rating, .products .star-rating + .wc-gzd-additional-info {
    display: none;
}

h4.card-title {
    margin-top: 0;
}
.home h1.breadcrumb-heading {
    overflow: hidden;
    text-indent: -99999px !important;
}
.home h1.breadcrumb-heading:after {
    content: 'Nabali Fairkost Shop';
    text-indent: 0px !important;
    float: left;
}

button, input[type='button'], input[type='reset'], input[type='submit'], .button{
    background-color: #0a472e;
    border-color: #0a472e;
}
li.product .product-block{
    padding: 0.25rem!important;
    margin-bottom: 3rem!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
li.product .product-block .product-transition .product-img-wrap{
    border-radius: 0.25rem!important;
    border: 1px solid #dee2e6!important;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
    width: 100%!important;
}