/* featured tabs */

#tabs {
	font-size: 22px;
}
#tabs h2 {
    float: left;
	font-size: 22px;
    padding: 13px 15px;
	margin-right: 30px;	
}
#tabs ul {
	float: left;
}
#tabs li {
    float: left;
    margin: 0;
    list-style: none;
    cursor: pointer;
}
#tabs li a {
	float: left;
	text-decoration: none;
    padding: 13px 15px;
    color: #333333;	
}
#tabs ul li.active a {
    background-color: #c3a066;
	color: #FFFFFF;
}

/* featured boxes */
.product-home-content {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.product-home-cat{
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
    color:#993366;
}
.product-home-cat a {
    color:#993366;
}

	.featured-product-box {
		margin:0 0 20px 0;
	}

	.featured-product-box img {
            width: auto;
			height: 200px;
	}

.product-home-image {
    width: 100%;
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	background-color: #FFFFFF;
	text-align: center;
}
	
		.product-home-heading {
			background:#d2cfc9 url(../images/product-box-heading.png) repeat-x top;
			height:41px;
			line-height:41px;
			color:#2f1e12;
			text-indent:20px;
			font-size:17px;
			text-transform:uppercase;
			margin:0 0 12px;
			-moz-box-shadow:0 1px #a8a6a1;
			-webkit-box-shadow:0 1px #a8a6a1;
			box-shadow:0 1px #a8a6a1;
			-khtml-box-shadow:0 1px #a8a6a1;
		}

.product-home {
	float:left;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box; 
	min-height: 400px;
    width: 100%;
	background:#E4E4E4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; /* future proofing */
	-khtml-border-radius:3px; /* for old Konqueror browsers */	
	border-left: solid 5px #EEE;
    border-right: solid 5px #EEE;
}

.cigar-week {
    background:#FFF;
}
.cw-title {
    float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-family: 'Norican', cursive;
	font-size: 29px;
	color: #592249;
    
}
	.featured-product-box .cigar-week img {

	}


		
		.product-home.last{
			margin:0 0 30px;
		}
			.product-home-name{
				padding: 18px 0 10px 0;
			}
			.product-home-name, .product-home-name a{
				float: left;
				width: 100%;
				color:#666;
				text-decoration:none;
			}
				.product-home-name a:hover{
					color:#000;
					text-decoration:underline;
				}
				
			.product-home-price{
				float: left;
				width: 100%;
				font-size:18px;
			}

			.featured-product-box .cigar-week .product-home-price{
				padding:0 0 5px;
			}			
				.product-home-price, .product-home-price a{
					color:#333;
					font-weight:bold;
				}
				.product-home-price a:hover{
					color:#000;
				}
			.view-lot-btn{
				background:#892f19 url(../images/view-btn.png) repeat-x top;
				padding:5px 15px;
				color:#fff;
				-moz-box-shadow:0 1px #541d0f;
				-webkit-box-shadow:0 1px #541d0f;
				box-shadow:0 1px #541d0f;
				-khtml-box-shadow:0 1px #541d0f;
			}
			.view-lot-btn, a.view-lot-btn{
				font-weight:bold;
				text-decoration:none;
			}
/* ------- Latest Product Box Styles Starts --------------------------- */	

	.latest-products{
		padding:0 0 15px;
		margin:0 0 15px;
		border-bottom:1px dotted #bfbdb7;
	}
		.latest-products.last{
			border:none;
			margin:0;
		}
			.latest-products img{
				float:left;
				margin:0 18px 0 0;
				border:1px solid #cdcbc4;
			}
			.latest-products h4{
				font-size: 15px;	
				padding:8px 0;
				font-weight: 400;
			}
			.latest-products h4, .latest-products h4 a{
				color: #666;
				text-decoration:none;
			}
			.latest-products h4 a:hover{
				text-decoration:underline;
			}
			
.featured-wrapper {
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 100%;
	overflow: hidden;
	height: auto;
	background: #EEE;
}

.featured-wrapper h2 {
 	margin: 0;
	padding: 0;
    text-indent: 20px;
	padding-top: 0px;
	color: #666;
}

.featured-wrapper .owl-controls {}

.biscuit {
    background-color: #ECE6D6;
}


.store-message {
	background-color: #009933;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
