.md-btn-primary {}
.md-btn-secondary {}
.md-btn-success {}
.md-btn-danger {}
.md-btn-warning {}
.md-btn-info {}
.md-btn-light {	}
.md-btn-dark {}

/***************************************************************************************/
/* Styling the directly add to cart button. ********************************************/
/***************************************************************************************/

/* Styling button to add products directly to basket. */
.aboToCart { 
	border: none !important; 
	text-align: center;
}

.aboToCart a, .add_to_cart_button  {
	border: 2px solid #2A2A2A !important;
	border-radius: 5px !important;
	padding: 13px 19px 13px 40px !important;
	font-family: "Helvetica Neue", Helvetica, sans-serif !important;;
	font-size: 14px !important;
	font-weight: normal !important;
	background-image: url('https://www.hoshido.media/wp-content/themes/wordpressmd/social/shopping-cart-black.png') !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

/* Add hover effect on the button.*/
.aboToCart a:hover, .add_to_cart_button:hover {
	  background-image: url('https://www.hoshido.media/wp-content/themes/wordpressmd/social/shopping-cart.png') !important;
  	background-color: #000000 !important;
  	color: #FFFFFF !important;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/* Stylink link to open sample magazine. */
.free-sample-image {
	width: 100%;
	margin-bottom: 25px !important;
}

.free-sample-text {
	text-align: center;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 10px 0;
	width: 82%;
	margin-left: 9%;
	margin-top: 22px;
  	font-size: 13.5px !important;
}