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

/*-- Extra custom buttons (Main menu)--*/

@media (min-width:1230px){
	li.shop-btn,
	li.tuning-btn{
    	margin-left: 10px;
    	background-color: #3bc9db;
    	height: 40px!important;
    	border-radius: 5px;
	}
	li.shop-btn a{
		height: 40px!important;
		color:#fff!important;
	}
	li.shop-btn:hover{
		background-color:#9de2eb;
	}
	
	li.tuning-btn {
    	background-color: #ef233c;
		margin-left: 5px;
	}
	li.tuning-btn a{
		height: 40px!important;
		color:#fff!important;
	}
	
	li.tuning-btn:hover{
		background-color:#ff9aa6;
	}
}

/* hide ratings on shop page */
.products .product-rating,
.product-stock.in-stock{
    display: none;
}

small.includes_tax{
	font-size: .7em;
}
