/* 
	============================
    STORE HOME
	============================
*/
.store-home #main {
	position:relative;
}
.store-home .content-body {
	float:none !important;
}
.slideshow { position:relative; z-index:1; margin-top: -5px; }
.slideshowMod {
	position:absolute;
	top:0;
	right:25px;
	z-index:999999;
	opacity:0;
	}

/*
	============================
    HOME PAGE FLEXSLIDER
	============================
*/
/* Control Nav */
.store-home .flex-control-nav { font-size:0px; width: 100%; 
/*bottom: -4px; left:0px; height:6px;*/ 
bottom: -59px; left:0px; height:63px; 
/*background:#434444;*/
background: url('../custom_image/home-page-slider-bottom.jpg') no-repeat bottom #434444;
}
.store-home .flex-control-nav li { font-size:13px; position:relative; z-index:555; margin:-16px 5px 0 5px;  }
.store-home .flex-control-paging li a { 
	width: 30px; height: 25px; 
	padding-top:5px;
	border-radius: 40px; 
	border:5px solid #434444; 
	background:#fff; 
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#434444;
	margin:auto;
	text-indent: 0px;
}
.store-home .flex-control-paging li a:hover { background: #434444; color:#fff; text-decoration:none; }
.store-home .flex-control-paging li.active { background: #ed5f79; }
.store-home .flex-control-paging li a.flex-active { 
	/*background: #ed5f79;*/
	background: #952227;
        cursor: default; border-color:#fff; color:#fff; 
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}



/*
	============================
    HOME PAGE SLIDE SHOW PRODUCT SCROLL PANE
	============================
*/
.slidshow-prd .jspVerticalBar { width:15px; }
.slidshow-prd .jspVerticalBar .jspCap {	height: 15px; }
.slidshow-prd .jspVerticalBar .jspDrag { background: url(../image/rgen/sprites.png) no-repeat -25px -281px #fff; }
.slidshow-prd .jspVerticalBar { background:none; }

/*
	============================
    SLIDE SHOW ACCORDION
	============================
*/

.slidshow-prd {
	width: 265px;
	text-align: left;
	border:none;
	margin:0;
	padding:0px;
	height:0px;
	overflow:hidden;
	
}
.slidshow-prd .box-heading {
	padding:11px 15px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #434444;
	font-size: 13px;
	background: #fff;
	margin:0 0 1px 0;
	width:220px;
	border-bottom:none;
}
.slidshow-prd .box-heading:hover{
	background: #ed5f79;
	color:#fff;
}
.slidshow-prd input:checked + .box-heading,
.slidshow-prd input:checked + .box-heading:hover{
	background: #ed5f79;
	color:#fff;
}
.slidshow-prd .box-heading:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	right: 15px;
	top: 12px;
	background:url(../image/rgen/sprites.png) no-repeat 0 -35px;
}
.slidshow-prd .box-heading:hover:after { background-position: -28px -35px; }
.slidshow-prd .open:after { background-position: 0 -63px; }
.slidshow-prd .open:hover:after { background-position: -28px -63px; }

.slidshow-prd .box-content{
	overflow: hidden;
	height: 0px;
	width:266px;
	position: relative;
	z-index: 10;
}
.slidshow-prd .box-product {
	background:rgba(255,255,255,0.5);
	width:250px;
	padding-top:15px;
	
	}
.slidshow-prd .box-content{
	height: 305px;
	overflow:auto;
	margin-bottom:1px;
}


/*
	============================
    PRODUCT BOX
	============================
*/
.small-prd-block {
	height:130px;
	width:220px;
	position:relative;
	margin:auto;
	margin-bottom:15px;
	white-space:normal;
}
.small-prd-block .image {
	height:130px;
	width:110px;
	position:relative;
}
.small-prd-block .image img {
	width:100%;
}
.small-prd-block .info {
	background:rgba(67,68,68,0.9);
	height:0px;
	position:absolute;
	bottom:0px;
	width:100px;
	text-align:center;
	overflow:hidden;
	padding:0 5px;
}
.small-prd-block .image:hover .info {
	height:130px;
	padding:0 5px;
	width:100px;
}

.small-prd-block .info .rating,
.small-prd-block .image:hover .info .rating { display:none; }

.small-prd-block .info {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.small-prd-block .image:hover .info:before {
	content: '';
	width: 0px;
	height: 130px;
	vertical-align:middle;
	display:inline-block;
}
.small-prd-block .info .name {
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	color:#ffadbc;
	text-transform:uppercase;
	text-decoration:none;
}
.small-prd-block .info .name:hover {
	color:#fff;
	text-decoration:underline;
}
.small-prd-block .info .description {
	display:none;
}
.small-prd-block .price {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
	width:110px;
	height:64px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	background:#ed5f79;
}
.small-prd-block .price-block {
	display:inline-block;
	width:95%;
	vertical-align:middle;
}
.small-prd-block .price:before {
	content: '';
	width: 0px;
	height:64px;
	vertical-align:middle;
	display:inline-block;
}
.small-prd-block .price-old {
	font-size:12px;
	color:#801d37;
	display:block;
}
.small-prd-block ul {
	list-style-type:none;
	margin:0px; padding:0px;
	position:absolute;
	right:0px;
	width:110px;
	height:66px;
	bottom:0px;
}
.small-prd-block ul li {
	display:inline-block;
	width:55px; height:33px;
	margin-right:-3px;
	vertical-align:top;
	
}
.small-prd-block ul li a {
	display:block;
	height:33px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	zoom:1;
	margin:0px;
	background:url(../image/rgen/sprites.png) no-repeat;
}




/*
	============================
    LAYOUT 1 :: BANNERS BESIDE SLIDESHOW
	============================
*/
.small-slideshow {
	margin-top:10px;	
}
.banner-aside {
}
.banner-aside .flexslider {
	float:left;
	width:700px;
}
.banner-aside:after {
	content: ""; display: table;
	clear:both;	
}
.store-home #content-body .banner-layout1 {
	float:right;
	width:250px;
	margin-bottom:0px;
}
.store-home .banner-layout1 .bnr-bx img {
	width:100%;
}
.store-home .banner-layout1 .bnr-bx {
	margin-bottom:10px;
}
.store-home .banner-layout1 .bnr-bx.last {
	margin-right:0;
}

/*
	============================
    LAYOUT 2 :: BANNERS BELOW SLIDESHOW
	============================
*/
.store-home .banner-layout2 {
	margin-bottom:40px;
}
.store-home .banner-layout2 .bnr-bx {
	float:left;
	margin-right:10px;
}
.store-home .banner-layout2 .bnr-bx:last-child {
	margin-right:0;
}
.store-home .banner-layout2:after {
	content: ""; display: table;
	clear:both;	
}