/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */
.product-link-button {
	background: #13294b!important;
	width: 100%;
	text-align: center;
	color: white!important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: bold !important;
}

.product-link-button:hover {
	background: #000!important;
}


.type-product {
	background: #5D637D !important;
	border-radius: 30px !important;
}

.price {
	padding-bottom: 15px;
	text-align: center;
}


#fkcart-mini-toggler {
	float: right;
	margin-left: 15px;
	margin-top: -2px !important;
	color: #F1963D !important;
}

.menuicon p {
	display: none !important;
}
