	.wrapper__header {
  padding: 10px 20px;
  background: linear-gradient(to right, #01B5F0 0%, #117BD3 100%);
  color: #fff;
  clear: both; 
  margin-bottom: 20px;
}
  
  .wrapper__header h1 {
    font-weight: normal;
    font-size: 34px;
    font-size: 3.4rem;
}
#acc-content{
	background-color: #FFFFFF;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	max-width: 1300px;
    margin: auto;
    display: block;
}

#acc-content #two-cols{
	background-color: #EDEDED;
}

#acc-header-title{
	color: #FFFFFF;
	font-size: 40px;
	padding-left: 30px;		
}
#acc-content  #carousel{
	background-color: #002146;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    max-height: 275px;
}
#acc-content  #carousel img {
    display: block;
    position: relative;
    margin: auto;
}
#acc-bread-crums{
	color: #444444;
	padding-left: 30px;	
	display: inline-block;
}

#acc-bread-crums a{
	color: #28CDFF;
}

#acc-menu #shop-by-type{
	background-color: #DDDDDD;
	color: #808080;
	font-size: 18px;
	padding: 10px 30px;
	margin: 0;
	/* border-top: 1px solid #cccccc; */
}

#acc-menu #shop-by-type img{
	vertical-align: bottom;
	padding-right: 10px;
}

#acc-menu{
	width: 25%;
	background-color: #EDEDED;
}

#acc-menu ul{	
	border-top: 1px solid grey;
	border-bottom: 1px solid #C9CBCD;
	background-color: #E5E5E5;
}

#acc-menu .acc-sub-category-list{
	display: none;
	border-top: none;
}

#acc-menu li .category-name{	
	color: #808080;
	padding: 10px 30px;
	display: block;
}

#acc-menu li .category-name:HOVER {
	background-color: #28CDFF;
	color: #FFFFFF;
}

#acc-menu li.category-active .category-name:HOVER{
	background-color: #C5C5C5;
	cursor: default;
}

#acc-menu li.category-active .category-name{
	color: #0074C9;
	font-weight: bold;
	background-color: #C5C5C5;
}


#acc-menu .acc-sub-category-list li .sub-category-name{	
	color: #808080;
	background-color: #F6F6F6;	
	display: block;
	padding: 5px 5px 5px 45px;
}

#acc-menu .acc-sub-category-list li .sub-category-name:HOVER{	
	color: #FFFFFF;
	background-color: #01D1FF;
}

#acc-menu .acc-sub-category-list li.sub-category-active .sub-category-name{
	color: #0074C9;
}

#acc-menu .acc-sub-category-list li.sub-category-active .sub-category-name:HOVER{
	background-color: #F6F6F6;	
	cursor: default;
}

#acc-categories{
	width: 75%;
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#acc-categories .acc-block{
	padding: 2%;
	/* IE10 Consumer Preview */
		background-image: -ms-linear-gradient(top, #EEEEEE 0%, #FFFFFF 25%);
		/* Mozilla Firefox */
		background-image: -moz-linear-gradient(top, #EEEEEE 0%, #FFFFFF 25%);
		/* Opera */
		background-image: -o-linear-gradient(top, #EEEEEE 0%, #FFFFFF 25%);
		/* Webkit (Safari/Chrome 10) */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEEEEE),
			color-stop(1, #FFFFFF));
		/* Webkit (Chrome 11+) */
		background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #FFFFFF 25%);
		/* W3C Markup, IE10 Release Preview */
		background-image: linear-gradient(to bottom, #EEEEEE 0%, #FFFFFF 25%);
}

#acc-categories .acc-block-title{
	font-size: 32px;
	color: #0293D6;
	padding: 12% 0 5% 0 !important;
}

#acc-categories .acc-block-sub-title{
	font-size: 18px;
}

#acc-categories .accDesc{
	color: #505050 !important;
}

#acc-categories .acc-block .txt{
	width: 44%;
	padding: 0 3%;
}

#acc-categories .acc-block .img{
	width: 46%;
	padding: 2%;
}

#acc-categories .blue-btn{
	background-color: #00397C;
	color: #FFFFFF;
	display: inline-block;
	padding: 7px 10%;
	border-radius: 15px;	
}

#acc-categories .acc-block-description{
	margin-bottom: 20px;
}
#acc-categories .acc-block-description span{
	font-size: 16px;
	font-weight: bold;
}

#carousel_nav {
	position: absolute;
	top: 257px;
	z-index: 100;
	margin-left: -22;
}

#acc-content .caroufredsel_wrapper {
	background-color: #002146;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	max-height: 290px;
}


#acc-categories #acc-cat1-header{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#acc-categories #acc-cat1-header h1{
	color: #000000;
}
#acc-categories #acc-cat1-header strong{
	font-weight: bolder;
}
#acc-categories #acc-cat1-header #acc-cat1-subheader{
	font-size: 20px;

}
#acc-content #panel_nav_left{
	display: block;
	position: absolute;
	background: url(/resources/images/accessories/caro_arrow_left.png) no-repeat transparent;
	height: 40px;
	width: 40px;
	margin: -160px 31px -5px 20px;
	opacity: 0.7;
	cursor: pointer;
}
#acc-content #panel_nav_right{
    display: block;
    position: absolute;
    background: url(/resources/images/accessories/caro_arrow_right.png) no-repeat transparent;
    height: 40px;
    width: 40px;
    margin: -160px 0px 0px 1240px;
    opacity: 0.7;
    cursor: pointer;
}

#panel_navigation{
	display: block;
	float: right;
	position: relative;
	margin-top: -30px;
	width: 129px;
}

#p2_wrapper img, #p3_wrapper img, #p4_wrapper img{
	/* display:none; */
}
.active_panel{
	display:block !important;
}
#panel_navigation a {
	background: url("/resources/images/nav/bg_buttons.png") no-repeat scroll -17px -31px / 30px auto transparent;
	margin: 5px;
	padding: 0px 11px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
}
#panel_navigation a.selected {
	background: url("/resources/images/nav/bg_buttons.png") no-repeat scroll -17px -14px / 30px auto transparent;
}

#acc-top-sellers{
	background-color: #E5E5E5;	
}

#acc-top-sellers #top-sellers-title{
	color: #808080;
	font-size: 26px;
	padding-left: 30px;
	padding-top: 20px;
	margin-top: 0;	
}

#acc-top-sellers .acc-image{
	height: 150px;
}

#acc-top-sellers #acc-container-wrapper{
	text-align: center;
}

#acc-top-sellers .acc-container{
	width: 200px;
	text-align: center;
	display: inline-table;	
	margin: 0 15px;
}

#acc-top-sellers .acc-details{	
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 10px; 
	background-color: #FFFFFF;
}

#acc-top-sellers .acc-name{
	color: #0293D6;
	height: 50px;
}

#acc-top-sellers .acc-price{
	color: #000000;
	font-size: 28px;
}

#acc-top-sellers .acc-add-to-cart{
	background-color: #00CEFF;
	padding: 7px 20px;
	color: #FFFFFF;
	border-radius: 15px;
	display: inline-block;
	margin: 10px 0 40px 0; 
	
}

@media(max-width:767px){	
	#acc-header-title{
		font-size: 25px;
		padding-left: 5%;
	}
	.theme_herospace #content{
		width: 100% !important;
		padding: 0% !important;	
	}
	
	#acc-content #two-cols > .float-left{
		float: none;
		width: 100%;
	}
	#p2_wrapper{
		margin-top: 0px !important;
	}

	.panel_nav_btns, #panel_navigation {
		display: none !important;
	}
	#acc-categories .acc-block{
		margin-bottom: 5% !important;
	}
	#acc-categories .acc-block .img{
		padding: 0%;
		width: 40%;
		margin-top: 10%;
		margin-left: -5%;		
	}
	#acc-categories .acc-block .txt{
		width: 54%;		
	}
	#acc-categories .acc-block .img img{
		width: 100%;
		max-width: 200%;
	}
	#acc-categories #acc-cat2 .img img{
		margin-left: 15%;
	}
	#acc-categories #acc-cat2 .txt{
		margin-left: 5%;	
	}
	#acc-categories .acc-block-title{
		font-size: 25px;		
	}
	#acc-categories #acc-cat1-header{
		margin-left: 5%;
	}
	#acc-bread-crums{
		padding-left: 5%;
	}
	#acc-menu #shop-by-type{
		padding: 10px 5%;
	}	
	#acc-bread-crums a{
		line-height: 30px;
	}
	#sthoverbuttons{
		display: none;
	}
	/* #acc-container-wrapper{
		white-space: nowrap;
		overflow-x: auto;
	} */	
}
