/**
* 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.6.5
*/
abbr.required { 
	color: red!important; 
}

#billing_postcode_field {
	display: none!important;
}

body > main > section > div > div > div > div > div.cart-collaterals > div > table > tbody > tr.shipping {
  	display: none!important;
}

.soldout {
	padding: 3px 8px;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}