/**
* Theme Name: Medibazar Child
* Description: This is a child theme of Medibazar, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: medibazar
* Version: 1.9.3
*/

.cart , .social {
    display:none !important;
}
#tab-title-reviews {
    display:none !important;
}

.badge-tag {display:none;}

.product-category.product {
  padding: 10px;
  margin: 10px;
}

.woocommerce-loop-category__title {
  padding: 10px 0;
  margin: 10px 0;
  font-size: 20px;
	line-height: 30px;
}

.contacts-form input {
    margin-bottom: 0 !important;
}




/* Sub Categories: 3-column layout */
li.product-category {
    flex: 0 0 30.333%;
    max-width: 30.333%;
    padding: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    li.product-category {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    li.product-category {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Force products to start below sub categories */
.klb-product {
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
}

.product-separator {
    /*width: 100%;*/
    /*flex: 0 0 100%;*/
    /*text-align: center;*/
    /*margin: 50px 0 30px;*/
}

.product-separator h2 {
    font-size: 28px;
    border-top: 2px solid #ddd;
    padding-top: 20px;
}


.woocommerce-info {
  display: none;
}

.woocommerce-product-gallery img {
  width: 100% !important;
  height: auto;
}