/**

* Theme Name: Besa Child

* Description: This is a child theme for Besa

* Author: Thembay

* Author URI: https://thembay.com/

* Version: 1.0

* Template: besa

*/




/*  [ Add your custom css below ]

- - - - - - - - - - - - - - - - - - - - */

h2.widget-title {
    font-size: 22px;
    color: #111827;
}
aside#woof_widget-2 {
    background: #F3F4F6;
    border-radius: 20px;
}



span.post-type {
    display: none;
}

h6.entry-title {
    font-size: 20px;
    margin: 8px 0 10px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -.3px;
}

a.readmore {
    border: 1px solid #009345;
    width: auto;
    text-align: center;
    margin: 5px 50px !important;
    border-radius: 5px;
    padding: 10px;
    color: black !important;
    font-weight: 700;
    font-size: 16px;
}



/* PRODUITS */


.product-content {
    box-shadow: -1px 5px 8px 2px #f4f4f4;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .product-block.v1:before {
        border: none !important;

    }
}

figure.image img{
    max-width: 100%;
    width: 450px;
    height: 233px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .product-block.v1 .caption {
        max-width: 100%;
        padding: 15px 25px 20px 25px;
    }
}

.product-block .name {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans';
}
.brands.row.grid {
    display: none;
}


@media (min-width: 768px) {
  .product-block.v1 .caption {
    border-radius: 10px;
  }
}

#sidebar-shop:before {
    content: '';
    width: 0px !important;

}
.tbay-filter {
    border-bottom: 0px !important;
}