@charset "UTF-8";
/* CSS Document */

/*This values will be under js slider control*/
/*._crsl li {width:240px; list-style:none;float:left;margin-right:40px;}
._crsl li:first-child {margin-left: 40px;}
*//*end of note*/
._crsl ._img_wrap { padding: 10px; margin-bottom: 5px; }
._crsl ._product_title > a { font-size: 1.5em; font-weight: 100; line-height: 1.3em; color:#010101; }
._crsl ._product_title > a:hover, ._crsl ._product_title > a:active, ._crsl .details:hover, ._crsl .details:active { color:#0096d6; }
._crsl ._product_title { margin-bottom: 0; height: 65px; overflow: hidden; }
._crsl .details { display: inline-block; color:#010101; margin:5px 0 5px 0; }
.carousel_wrap { padding: 0; margin:0 auto; }
.carousel_wrap .bx-wrapper { margin-bottom: 0; }
.carousel_wrap .bx-wrapper .bx-viewport { left: 0; }
#crsl_prev, #crsl_next { position: relative; top: 100px; z-index: 10; }
#crsl_prev { float: left; }
#crsl_next { float: right; }
#crsl_next .bx-next, #crsl_prev .bx-prev { background: url("/wcsstore/HPStorefrontAssetStore/img/carousel_arrows.png") no-repeat scroll 0 0; display: block; height: 31px; width: 20px; }
#crsl_prev .bx-prev { background-position: 0 -93px; }
#crsl_prev .bx-prev:hover { background-position: 0 -124px; }
#crsl_prev .bx-prev.disabled { background-position: 0 -155px; cursor: default; }
#crsl_next .bx-next { background-position: 0 0; }
#crsl_next .bx-next:hover { background-position: 0 -31px; }
#crsl_next .bx-next.disabled { background-position: 0 -62px; cursor: default; }

@media only screen and (max-width: 496px) { 
	.carousel_wrap .bx-viewport { overflow: visible !important; }
	.carousel_std { padding-left: 0; padding-right: 0; width: 100%; border-top: 1px solid #CCC; margin-top:20px; }
	.carousel_std > h2 { margin-left: 20px;	margin-bottom: 0; margin-top: 13px; }
	.carousel_wrap ._crsl li { border: 1px solid #C9C9C9; }
	.carousel_wrap .btn.bluebtn, .carousel_wrap .btn.outofstockbtn { border-radius: 0; line-height: 1em; padding: 15px 0; width: 100%; line-height:1em; padding:15px 0; }
	#top_seller_panel .carousel_wrap .customize-btn.bluebtnA2C { border-radius: 0; line-height: 1em; padding: 15px 0; width: 100%; line-height:1em; padding:15px 0; }
	._crsl ._img_wrap img.swatch { height: 135px; }
	._crsl ._product_title > a { font-size: 1.25em; line-height: 1.25em; }
	.carousel_std .standard_price { margin-left: 18px; }
	._crsl .details { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); float: right; color:#0096D6; padding: 0; margin-right: 20px; margin-top: 0px; }
	._crsl .details:hover { color:#006699; }
	._crsl ._product_title { padding: 0 1em; height: 55px; }
}
.inventory_holder { min-height:45px; }

.heroProducts, .carousel_std { overflow-x: hidden;}

/* CTO add to Cart Button Changes Start */

	.CTO-btn-container.PCOnly{
		display:block;
	}
	.CTO-btn-container.MobileOnly
	{
		display:none;
	}

	.AddtoCart-btn-container.MobileOnly
	{
		display:none;
	}

@media only screen and (max-width:643px) {

	.CTO-btn-container.PCOnly{
		display:block;
	}
	.CTO-btn-container.MobileOnly
	{
		display:none;
	}

	.AddtoCart-btn-container.MobileOnly
	{
		display:none;
	}
	.prod-compare.MobileOnly, .prod-compare.MobileOnly .add_compare_btn{
			display: none;			
	}
}

/* CTO add to Cart Button Changes End */