/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/
.box-reviews .data-table{
	border:none;
}
.mw-fg-item{
	min-width:250px;
}
#freegift li:hover .mw-fg-item{
	display:block !important;
}
/* Recently Viewed */
.block-viewed .block-title{
	text-align:center;
	text-transform:uppercase;
	  color: #2e2e2e;
	  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  line-height: 26px;
	  border-top:1px solid #a91d1d;
	  border-bottom:0px;
	  margin-top:10px;	
}
.block-viewed .block-title strong{ font-weight:bold;}
#recently-viewed-items .product-name{
	font-size:14px;
}
#postComment .button {
    background-color: #a91d1d;
    color:#fff;
}

