@font-face {
    font-family: 'avenirregular';
    src: url('../Styles/fonts/avenir_roman-webfont.woff2') format('woff2'),
         url('../Styles/fonts/avenir_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_book';
    src: url('../Styles/fonts/avenir-book-webfont.woff2') format('woff2'),
         url('../Styles/fonts/avenir-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../Styles/fonts/AvenirLTStd-Light.eot') format('embedded-opentype'),
       url('../Styles/fonts/AvenirLTStd-Light.woff') format('woff');;
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'avenir_heavyregular';
    src: url('../Styles/fonts/avenir-heavy-webfont.woff2') format('woff2'),
         url('../Styles/fonts/avenir-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../Styles/fonts/Avenir-Heavy.eot') format('embedded-opentype'),
         url('../Styles/fonts/Avenir-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



* {
	box-sizing: border-box;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'avenirregular';
	font-weight: 700;
}
strong, b{
	font-family: 'avenirregular';
	font-weight:600;
}
.btn{
	font-family: 'avenirregular';
	color: #000;
	background: #a6e709;
	border: 1px solid #a6e709;
	font-weight:normal;
	font-size:14px;
}
.btn:hover{
	color: #000;
	background: #fff;
	border: 1px solid #a6e709;
}
.btn.alt {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333333;
  color: #333333;
  height: 35px;
  line-height: 35px;
}
.btn.alt:hover {
  border: 1px solid #a6e709;
  color: #666666;
}
.clear {
	clear: both;
}
body {
	font-family: 'avenirregular';
	font-size: 14px;
	line-height: 14px;
	color: #000;
	background-color: white;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#home .Content {
	min-height: inherit;
}
.inner {
	margin: 0px auto;
}
.MainTopBarWrap .inner, #Header .inner, .MainNavBar .inner, .FooterBottomSection .inner, .FooterCopyright .inner, .HomegrownCycWrap .inner, .HomepromotionBannerWrap .inner, #HomePageBlogRecentPosts .inner, .TopFreeShippingWrap .inner {
	max-width: 1170px;
	width: 100%;
}
.inner::after {
  clear: both;
  content: "";
  display: table;
}

/* General Setting */


/* Top FreeShipping Banner */
.TopFreeShippingWrap {
    background: #a6e709;
    color: #000000;
    font-weight: 700;
    padding: 7px 0;
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 14px;
}
/* Main Top Bar Section */
.MainTopBarWrap {
	text-align: right;
	border-bottom: 1px solid #d0d0d0;
}
.MainTopBar ul {
	margin: 0;
	padding: 0;
}
.MainTopBar ul li {
	display: inline-block;
	vertical-align: top;
}
.MainTopBar ul li:first-child a {
  border-left: 1px solid #d0d0d0;
}
#HeaderCheckout .fa-shopping-cart,
#HeaderCheckout .carttext {
	display: inline-block;
	vertical-align: top;
}
.MainTopBar a {
  color: #444444;
  display: inline-block;
  font-family: AvenirLTStd-Light;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 17px;
  text-decoration: none;
  border-left: 1px solid #d0d0d0;
  /*border-right: 1px solid #d0d0d0;*/
}
.MainTopBar ul li:last-child {
	border-right: 1px solid #d0d0d0;
}
.MainTopBar a:hover {
	color: #a6e709;
}

.MainTopBar .fa {
	padding-right: 6px;
	text-decoration: none;
}

/* Header Section */
#home .header {
  margin-bottom: 0;
}
.header {
  border-bottom: 2px solid #b8b8b8;
}
#Header {
	/*border-bottom: 1px solid #d0d0d0;*/
	padding: 32px 0 30px;
	margin: 0;	
}
#Header .HeaderLeft {
  display: inline-block;
  vertical-align: middle;
}
#Header .HeaderRight {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.header_promo {
	padding: 10px 5px;
	width:140px;
	display: inline-block;
	vertical-align: top;
	background: #f2f2f2;
	margin-right: 7px;
	text-transform: uppercase;
	line-height: 16px;
}
.header_promo span {
	text-transform: capitalize;
}


.header_promo p {
  color: #444444;
  font-size: 12px;
  height: 30px;
  margin: 0;
  padding-left: 42px;
  line-height: 16px;
}
.header_promo.freeshipping p {
	background: url(../images/freeshipping_bg.png) no-repeat left center;
}
.header_promo.hassle_returns p {
	background: url(../images/hassle_returns_bg.png) no-repeat left center;
}
.header_promo.price_guaranteed p {
	background: url(../images/price_guaranteed_bg.png) no-repeat left center;
}
/*Header Search*/
.HeaderPromoSection,
.HeaderSearchSection {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#SearchForm {
  width: 100%;
  margin-left: 2px;
}
.HeaderSearchSection {
  max-width: 286px;
  width: 100%;
}
.HeaderSearchSection form {
  position: relative;
}
.HeaderSearchSection #SearchForm #search_query {
  border: 3px solid #cccccc !important;
  font-size: 14px;
  height: 50px;
  padding: 10px 50px 10px 25px;
  width: 100%;
}
#SearchForm .Button {
  background: url(../images/header_search_arrow.png) no-repeat center center;
  border: none;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
#SearchForm .Button:hover {
  opacity: 0.4;
}
#DrawerMenu #SideCategoryList .sf-menu li:last-child {
  border-bottom: 0 none;
}
#DrawerMenu #SideCategoryList .sf-menu li:last-child a {
  /*color: #a6e709;*/
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#DrawerMenu ul li a:hover {
  opacity: 0.7;
}
#DrawerMenu .subcat-expand {
  height: 55px;
  cursor: pointer;
}
#DrawerMenu #SideCategoryList li ul.drawer-subcat li:last-child a {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
}
/* Main Navigation Section */
.PageMenu {
  border-top: 1px solid #b8b8b8;
  margin-bottom:0;
}
.PageMenu ul {
  margin: 0;
  padding: 0;
  display: table;
  width:100%;
}
.PageMenu li {
  display: table-cell;
  padding: 0 0px;
  text-align: center;
}
.PageMenu li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    font-size: 13px;
    padding: 22px 28px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.PageMenu #SideCategoryList ul li a:hover {
  opacity: 0.7;
}
.PageMenu #SideCategoryList ul li:last-child a {
    border-bottom: 2px solid #a6e709;
    padding-bottom: 12px;
    /*color: #a6e709;*/
    letter-spacing: 3px;
}
/*.PageMenu ul li:last-child a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}*/
.PageMenu ul li a.hasSub:after {
  color: #cdcdcd;
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 14px;
  font-size: 16px;
}
.PageMenu ul li:last-child a.hasSub:after {
  content: "";
  padding-left: 0;
}
.PageMenu .sf-menu li ul li a.hasSub::after {
  color: #777;
  content: "\f105";
  position: absolute;
  right: 0;
}
.PageMenu .sf-menu li ul li a.hasSub {
  background: none;
}
/*.PageMenu li ul li a.hasSub {
  background: url(../images/sub.png) no-repeat 100% 50% !important;
  padding-right: 20px;
}*/
/*.PageMenu .sf-menu li ul li a.hasSub {
  background: none;
}
.PageMenu .sf-menu li ul li a.hasSub:after {
  content: "\f105";
  font-size: 18px;
  position: absolute;
  right: 0;
}*/
.sf-menu a.sf-with-ul {
  padding-right: 28px !important;
}
/*Subcategory navigation*/
.PageMenu li ul:before {
  border-color: transparent transparent #a6e709;
}
/*.PageMenu li ul:before {
  left: 36%;
  top: -21px;
}
.PageMenu li ul {
  background: #fff;
  border-top: 3px solid #a6e709;
  width: 144px;
}*/
.PageMenu li ul:before {
  left: 15%;
  top: -21px;
}
.PageMenu li ul {
  background: #fff;
  border-top: 3px solid #a6e709;
  width: 220px;
}
.PageMenu li ul li a {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  color: #828282;
}
.PageMenu .sf-menu li ul li a:after {
  content: "";
  padding-left:0;
}
.PageMenu .sf-menu li ul li:hover {
  background: #a6e709;
}
.PageMenu .sf-menu li ul li:hover a {
  color: #000 !important;
}
.PageMenu .sf-menu li ul li a {
  color: #828282 !important;
}
.PageMenu #SideCategoryList ul li ul li:last-child a {
  border-bottom: 0 none;
  font-family: "avenirregular";
  font-weight: 400;
  letter-spacing: 0px;
  padding-bottom: 6px;
}
.PageMenu #SideCategoryList ul li ul li a {
  border-bottom: 1px solid #ccc;
}

/*Home promotion Banner*/
.HomepromotionBannerWrap {
  background: #4b4b4b;
  border-bottom: 1px solid #ffffff;
  padding: 8px 0;
}
.HomepromotionBannerOuter p {
  color: hsl(0, 0%, 100%);
  font-family: 'BenchNine';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
/*.HomepromotionBannerOuter p span.EnjoyText {
  font-family: avenir_heavyregular;
  font-size: 20px;
}*/
/* Home Banner */
.HomeBannerWrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.HomeBannerWrap a {
  display: inline-block;
  margin-left: -4px;
  width: 50%;
  height: 500px;
}

.HomeBannerWrap a.HomeBannerMen {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/mens_banner_home1.jpg) no-repeat center center / cover;
}
.HomeBannerWrap a.HomeBannerWomen {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/womens_banner_home1.jpg) no-repeat center center / cover;
}
.HomeBannerWrap a h3 {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 40px;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
/*.HomeBannerWrap img {
  width: 100%;
}*/




/* HomegrownCycOuter */
.HomegrownCycOuter {
  text-align: center;
}
.HomegrownCycTxt {
  padding-bottom: 56px;
}
.HomegrownCycOuter h3 {
  margin: 0;
  padding: 91px 0 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
.HomegrownCycOuter p {
  color: #444444;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  padding-bottom: 0;
}

.HomegrownCycBox {
  margin: 30px 0;
}
/*.HomegrownCycJerseys {
  float: left;
}
.HomegrownCycSale {
  float: right;
}
.HomegrownCycJerseys img {
  max-width: 670px;
  width: 100%;
}
.HomegrownCycSale img {
  max-width: 469px;
  width: 100%;
}*/
.HomegrownCycJerseys {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/jersey_img1.jpg) no-repeat center center / cover;
  max-width: 670px;
  width:100%;
  height: 476px;
  display: inline-block;
  float: left;
}
.HomegrownCycSale {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/sale_img1.jpg) no-repeat center center / cover;
  max-width: 470px;
  width:100%;
  height: 476px;
  display: inline-block;
  float: left;
}
.HomegrownCycSale .BlockInner {
  padding: 13%;
}

.HomegrownCycBox.Newarrivals a {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/new_arrival_img1.jpg) no-repeat center center / cover;
  height: 476px;
  max-width: 1170px;
  width: 100%;
  display: block;
}
.HomegrownCycBox.Newarrivals .BlockInner {
  padding: 5%;
}

.HomegrownCycAccessories {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/accessories_img1.jpg) no-repeat center center / cover;
  max-width: 470px;
  width:100%;
  height: 476px;
  display: inline-block;
  float: left;
}

.HomegrownCycAccessories .BlockInner {
  padding: 13%;
}
.HomegrownCycStaffpicks {
  background: url(https://store-cqbuoii356.mybigcommerce.com/templates/__custom/images/staff_pick_img1.jpg) no-repeat center center / cover;
  max-width: 670px;
  width:100%;
  height: 476px;
  display: inline-block;
  float: left;
}

/*General Style*/
.HomegrownCycBox .BlockInner {
  box-sizing: border-box;
  height: 100%;
  padding: 9%;
  width: 100%;
}
/*.HomegrownCycBox .BlockInner h3 {
  align-items: center;
  border: 3px solid #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 40px;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
}*/
.HomegrownCycBox .BlockInner h3 {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 40px;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
}



.HomegrownCycAccessories {
  float: left;
}
.HomegrownCycStaffpicks {
  float: right;
}
.HomegrownCycAccessories img {
  max-width: 469px;
  width: 100%;
}
.HomegrownCycStaffpicks img {
  max-width: 670px;
  width: 100%;
}
.HomegrownCycBox.Newarrivals img {
  max-width: 1170px;
  width: 100%;
}
.HomegrownCycBox a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.HomegrownCycBox img {
  display: block;
}
.HomegrownCycBox > a:nth-child(2) {
  margin-left: 25px;
}
.HomegrownCycBox a:hover {
  box-shadow: 0 0 1px #474747;
}



/*Featured Products*/
#HomeFeaturedProducts h3,
#SideTopSellers h3,
#HomeNewProducts h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1px;
  margin: 30px 0 58px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.ProductList {
  margin: 0;
}
#home .ProductList li {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
}
.FPro_outer {
  border: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
}
.FPro_outer:hover {
  border: 1px solid #444;
}
.FPro_outer .ProductImage {
  /*border: 1px solid #cccccc;*/
  border: 1px solid #fff;
  padding: 15px 13px;
}
.FPro_outer:hover .ProductImage {
  border: 1px solid rgba(0, 0, 0, 0);
}

.ProductList .ProductImage img {
  max-width: 215px;
  /*width: 100%;*/
}

/*.ProductList .ProductDetails {
  margin: 12px 0;
}*/
/*.ProductList .ProductDetails {
  margin: 12px 0;
  max-height: 48px !important;
  min-height: 48px !important;
  overflow: hidden;
  padding: 10px 10px 0;
  text-align: center;
}*/
.ProductList .ProductDetails {
  margin: 0;
  max-height: 22px !important;;
  min-height: 22px !important;;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
}
/*.FProDetailInner {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}*/
.FProDetailInner {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
/*.FProPriceOuter {
  padding: 23px 0;
  text-align: left;
}*/
.FProPriceOuter {
  padding: 10px 0;
  text-align: left;
}
.FProPriceDetail {
  display: inline-block;
  vertical-align: bottom;
  width: 48%;
}
.ProductList .p-price {
  font-size: 18px;
  padding: 0 9px;
  text-align: left;
}
.p-price.HaveSalePrice {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.ProductList .ProductActionAdd {
  display: inline-block !important;
  vertical-align: bottom;
  /*padding: 0 10px;*/
  padding: 0;
  height:35px;
  width: 50%;
}
.ProductList .ProductActionAdd a {
  display: none !important;
}
.FPro_outer:hover .ProductActionAdd a {
  display: inline-block !important;
  vertical-align: middle;
}
.ProductList .ProductPriceRating {
  padding: 5px;
}



/*Custom Category Styling Start here*/
.Content.Wide {
    width: 100%;
    max-width: 900px;
	float: right;
}
.CustomCategory .ProductList .ProductActionAdd {
  display: none !important;
}
.CustomCategory .ProductList .ProductMoreInfo {
  display: inline-block;
  height: 35px;
  padding: 0;
  vertical-align: bottom;
  width: 50%;
}
.CustomCategory .ProductList .ProductMoreInfo .btn_moreinfo {
  background-color: #a6e709;
  border: 1px solid #a6e709;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 30px;
  text-transform: capitalize;
  display: none;
}
.CustomCategory .FPro_outer:hover .ProductMoreInfo a {
  display: inline-block;
  vertical-align: middle;
}
.CustomCategory .ProductList .ProductMoreInfo .btn_moreinfo:hover {
  background-color: #ffffff;
  border: 1px solid #a6e709;
  color: #666666;
}
.CustomCategory #CategoryContent .ProductList .p-price {
  padding: 0 15px;
}
/*Custom Product Styling For Custom Products*/
.page.CustomProductPage .addto {
  display: none !important;
}
.page.CustomProductPage .productAttributeList .productAttributeRow {
  display: none;
}
.page.CustomProductPage .productAttributeList {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.page.CustomProductPage .ProShippingBox.FreeExchanges {
  display: none;
}

/*Custom Category Styling END here*/
.FProPriceDetail .CustomMinPrice {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.FProPriceDetail .StartPrice {
  display: block;
  font-family: "avenirregular";
  font-size: 14px;
  padding-bottom: 7px;
  text-transform: capitalize;
  color: #444;
  font-weight: 400;
}
/*For Custom Product Page Price*/
.PrimaryProductDetails #CustomPrice {
  color: #444444;
  font-size: 24px;
}
/*.p-price.HaveSalePrice {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.p-price.HaveSalePrice .StartPrice {
  display: block;
  font-family: "avenirregular";
  font-size: 14px;
  padding-bottom: 7px;
  text-transform: capitalize;
  color: #444;
  font-weight: 400;
}*/
#home .ProductList .btn {
  background-color: #a6e709;
  border: 1px solid #a6e709;
  color: #000000;
  font-size: 14px;
  padding: 0 8px;
  text-transform: capitalize;
  letter-spacing: 0;
  width: auto;
  display: inherit;
}
#home .ProductList .btn:hover {
  background-color: #fff;
  border: 1px solid #a6e709;
  color: #666;
}
#home .ProductList .pname,
#SideProductRelated .ProductList .pname {
  color: #000;
  font-weight: 700;
}
#home .ProductList .p-price {
  color: #000;
  font-weight: 700;
  font-family: avenir_book;
}

.Breadcrumb ul {
  line-height: 22px;
}
/* Category Page */
.Left {
  width: 270px;
}
#CategoryBreadcrumb {
  margin: 0 0 25px;
}
.Breadcrumb li {
  font-size: 14px;
  clear: inherit;
  padding-right: 0;
}
.Breadcrumb li a {
  font-size: 14px;
  font-weight: 400;
  background: 0 none;
}
.Breadcrumb li a::after {
  content: "/";
  padding-left: 20px;
  color: #8f8f8f;
}
.Left h1.TitleHeading {
  display: none;
}
.Left.HaveSubCat h1.TitleHeading {
  display: block;
}
.Left #SideCategoryList h3,
.productlist-page .Left .TitleHeading,
.Left #SideShopByBrand h3 {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  margin-bottom: 10px;
  margin: 0;
  padding-bottom: 18px;
  text-align:left;
  color: #444;
  text-transform: capitalize;
}
.SubCategoryList ul,
.SubCategoryList li,
.Left #SideShopByBrand li {
  max-width: 171px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.Left .SubCategoryList ul li,
.Left #SideShopByBrand li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.Left #SideCategoryList .sf-menu a,
.Left #SideShopByBrand li a {
  color: #4f4f4f;
  font-size: 12px;
  display: block;
  padding: 15px 0;
}
.Left .SubCategoryList ul li a,
.Left #SideShopByBrand a {
  display: block;
  padding: 15px 0;
  font-family: avenir_book;
  font-size: 12px;
  color: #4f4f4f;
}

#CategoryHeading .TitleHeading,
.productlist-page h1.TitleHeading,
.page.SearcgResult h1.TitleHeading {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  text-align:left;
  margin: 0 0 20px;
  font-weight: 400;
}
.SortBox label,
.SearchSorting label {
  font-size: 14px;
  text-transform: none;
  padding: 13px 10px 0 0;
  color: #444;
}
.SortBox div.selector span {
  padding-left: 19px !important;
  padding-right: 0 !important;
}
.SortBox div.selector, .SearchSorting div.selector {
  background-position: 95% center !important;
  border-radius: 5px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 40px;
  min-height: 40px !important;
  padding: 2px !important;
  width: 200px;
}
#sort > option {
  padding: 8px 20px;
}
.CategoryPagination .PagingList li {
  padding: 0;
}
.CategoryPagination .PagingList li a {
  border: 1px solid #dddddd;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 0 14px;
  color: #444;
}
/*.CategoryPagination .PagingList li.ActivePage {
  background: #cccccc;
  color: #000000;
  padding: 10px 12px;
}*/
.CategoryPagination .PagingList li.ActivePage {
  background: #cccccc;
  color: #000000;
  padding: 7px 15px 8px;
  font-size: 18px;
}

.CategoryPagination .nav-prev, .CategoryPagination .nav-next {
  background: url(../images/cat_paging_arrows.png) no-repeat left center;
  border: 1px solid #cccccc;
  display: inline-block;
  float: none;
  margin: 0 -5px;
  padding: 22px 18px 13px;
}
.CategoryPagination .nav-next {
  background-position: -8px 12px;
}
.CategoryPagination .nav-prev {
  background-position: 15px 12px;
}


/*Pagination Middle Setting*/
.inner #CategoryPagingBottom {
  float: none;
}
.CategoryPagination {
  float: none;
}

.CategoryPagination .PagingList {
  display: inline-block;
  float: none;
  vertical-align: top;
}






#CategoryContent .ProductList .ProductActionAdd .btn,
.ProductList.brand .ProductActionAdd .btn,
.ProductActionAdd .btn.TrackLink {
  background-color: #a6e709;
  border: 1px solid #a6e709;
  color: #000000;
  font-size: 14px;
  padding: 0 8px;
  text-transform: capitalize;
  letter-spacing: 0;
  width: auto;
  display: inherit;
}
#CategoryContent .ProductList .ProductActionAdd .btn:hover,
.ProductList.brand .ProductActionAdd .btn:hover,
.ProductActionAdd .TrackLink:hover {
  background-color: #fff;
  border: 1px solid #a6e709;
  color: #666;
}
#CategoryContent .ProductList .pname,
#CategoryContent .ProductList.brand .pname,
.ProductDetails .TrackLink {
  color: #000;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
#CategoryContent .ProductList .p-price,
#CategoryContent .ProductList.brand .p-price {
  color: #000000;
  font-family: avenir_book;
  font-weight: 700;
}
#CategoryContent .ProductList li,
.ProductList.brand li {
  width: 33.333%;
}
#CategoryContent .ProductList .p-price,
#CategoryContent .ProductList.brand .p-price,
.ProductList em {
  font-size: 18px;
  padding: 0 6px;
  text-align: left;
  font-weight: 700;
}
.ProductList .pname {
  font-weight: 700;
}
.ProductList em {
  font-style: 700;
}

/*Product Page Styling*/
#ProductBreadcrumb {
  margin-bottom: 32px;
}
#ProductDetails .left-content {
  max-width: 375px;
  width: 100%;
  margin-right: 25px;
}
.PrimaryProductDetails .ProDetailsLeftSide {
  max-width: 870px;
  width: 100%;
  padding: 0 0 20px;
  float: left;
  margin-right: 30px;
}
.PrimaryProductDetails .ProductMain {
  max-width: 470px;
  padding: 0 0 20px;
  width: 100%;
}
.ProDetailsOuter .ProDetailsRightSide {
  float: left;
  max-width: 270px;
  width: 100%;
}
.ProductMain .DetailRow.product-heading {
  margin-bottom: 0;
}
#ProductDetails h1 {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 31px;
}
.ProductDetailsGrid .DetailRow.product-rating {
  margin-bottom: 15px;
  padding: 13px 0;
}
.ProductDetailsGrid .DetailRow.product-rating {
  border-bottom: 0 none;
  border-top: 0 none;
  display: block !important;
}
.PrimaryProductDetails .ProductPrice {
  color: #444;
  font-size: 24px;
}
.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
  margin-bottom: 30px;
}
.ProductDetailsGrid {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.productAttributeList .productAttributeLabel label {
  color: #444444;
  font-size: 18px;
  margin-bottom: 16px !important;
}
.ProductMain .productAttributeList .option label {
  border: 1px solid #cecece !important;
  color: #8c8c8c;
  font-size: 16px;
  padding: 12px 20px !important;
}
.ProductMain .productAttributeList .option.selectedValue label {
  border: 2px solid #a6e709 !important;
  color: #a6e709;
}

/*this use for option select size style general*/
.productOptionPickListSwatch .textureContainer, .productOptionPickListSwatch .swatchColours, .productOptionViewRectangle .option label, .recaptchatable #recaptcha_response_field, .zoomWrapper, #ProductDetails .ProductTinyImageList ul li.selected {
  border: 1px solid #ccc !important;
}
.productOptionViewRectangle .option label {
  color: #8c8c8c;
}
.productOptionViewRectangle .option.selectedValue label {
  color: #a6e709;
}
.productOptionViewRectangle .option.selectedValue label {
  border: 2px solid #a6e709 !important;
}
.productAttributeList .productAttributeRow {
  margin-bottom: 30px !important;
}
.productAttributeList .productOptionViewRectangle li {
  margin-right: 5px;
}
.productAttributeList .productOptionViewRectangle li {
  margin-bottom: 0;
}

.productAttributeList {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page.CustomProductPage .RequestQuoteOuter {
  margin-bottom: 30px;
}
.page.CustomProductPage .RequestQuoteOuter .RequestQuoteInner a {
  background: #a6e709;
  border: 1px solid #a6e709;
  color: #ffffff;
  display: inline-block;
  font-family: "avenirregular";
  font-size: 24px;
  font-weight: normal;
  padding: 20px 28px;
}
.page.CustomProductPage .RequestQuoteOuter .RequestQuoteInner a:hover{
	color: #a6e709;
	background: #fff;
	border: 1px solid #a6e709;
}


.addto {
  border-top: 0px solid #ccc;
  padding-top: 0px;
  padding-bottom: 30px;
}
.addto .DetailRow.qty {
  background: #F1FFCC;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: -4px;
  padding: 15px 10px;
  vertical-align: top;
}
.addto .DetailRow {
  margin-bottom: 0;
}
.addto .Label.QuantityInput {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.addto .Value.AddCartButton {
  display: inline-block;
  vertical-align: middle;
}
.addto .selector.fixedWidth {
  width: 42px !important;
  border: 0 none;
  background: rgba(0, 0, 0, 0);
  color: #444;
  font-size: 20px;
  background: transparent url('../images/qty_custom_arrow_new.png') no-repeat 90% center !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.addto .selector.fixedWidth option {
  font-size: 20px;
  width: 65px;
}
.btn.add-to-cart.AddCartButton {
  background: #a6e709;
  border: 0 none;
  color: #ffffff;
  font-size: 23px;
  height: 58px;
  padding: 0 28px;
  border: 1px solid #a6e709;
  margin-right: 15px;
  margin-bottom: 0;
}
.btn.add-to-cart.AddCartButton:hover {
  background: #ffffff;
  border: 1px solid #a6e709;
  color: #a6e709;
}
.btn.alt.wishTrigger {
  border: 0 none;
  padding: 0;
  color: #838383;
  text-transform: capitalize;
}
.btn.alt.wishTrigger:hover {
  background: 0 none;
  opacity: 0.7;
}
#ProductDetails .ProductTinyImageList li[id*="TinyImageBox"][style*="opacity: 0.5;"] {
  border: 1px solid #a6e709 !important;
}
.TinyOuterDiv img {
  padding: 5px !important;
  width: 100%;
}
#ProductDetails .ProductThumbImage {
  margin-bottom: 30px;
}
#ProductDetails .ProductTinyImageList li[id*="TinyImageBox"][style*="opacity: 1;"] {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
/*.TinyOuterDiv img {
  border: 1px solid rgba(0, 0, 0, 0);
}
.TinyOuterDiv img:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}*/

/*Above description static data like shipping etc*/
.ProShippingBoxes {
  border: 1px solid #ccc;
  margin-bottom: 23px;
}
.ProShippingBox {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.ProShippingBox.ShipsWithin {
  padding: 18px 0;
}
.ProShippingBox:last-child {
  border-bottom: 0 none;
}
.ProShippingBox p {
  color: #444444;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-left: 89px;
  line-height: 43px;
}
.ProShippingBox.ShipsWithin p {
  line-height: 22px;
}
.ProShippingBox p span {
  text-transform: uppercase;
}
.ProShippingBox.Guarantee p {
  background: url(../images/pro_guarantee_bg.png) no-repeat 18px center;
}
.ProShippingBox.FreeExchanges p {
  background: url(../images/pro_free_exchanges_bg.png) no-repeat 18px center;
}
.ProShippingBox.ShipsWithin p {
  background: url(../images/pro_shipswithin_bg.png) no-repeat 18px center;
}
/* Related Products Styling */
.productPage .ProductList li {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
  display: none;
}
.productPage .ProductList li:nth-child(1),
.productPage .ProductList li:nth-child(2),
.productPage .ProductList li:nth-child(3),.productPage .ProductList li:nth-child(4) {
  display: inline-block;
}
#SideProductRelated .FProPriceDetail .HaveSalePrice {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#SideProductRelated .FProPriceDetail .HaveSalePrice .StartPrice {
  display: block;
  font-family: "avenirregular";
  font-size: 14px;
  padding-bottom: 7px;
  text-transform: capitalize;
  color: #444;
  font-weight: 400;
}
.productPage .ProductList .btn {
  background-color: #a6e709;
  border: 1px solid #a6e709;
  color: #000000;
  font-size: 14px;
  padding: 0 8px;
  text-transform: capitalize;
  letter-spacing: 0;
  width: auto;
  display: inherit;
}
.productPage .ProductList .btn:hover {
  background-color: #fff;
  color: #666;
}
.productPage .ProductList em {
  font-size: 18px;
  padding: 0 9px;
  text-align: left;
}
.productPage .ProductList em {
  color: #000000;
  font-family: avenir_book;
  font-weight: 700;
}
/*Popup When add to cart*/
/*#home #fastCartContainer .ProductList li,
#fastCartContainer .ProductList li {
  width: 33.3333%;
  margin: 0 0 20px;
}*/
#fastCartContainer #fastCartWrapper .ProductList li {
  margin: 0 0 20px;
  width: 33.3333%;
}
.fastCartSummaryBox .actionLink .btn:hover {
  background: #fff;
  color: #666;
}
#fastCartWrapper .subtotal > span {
  display: block;
}
.fastCartSummaryBox .subtotal .ProductPrice {
  font-size: 30px;
}
.fastCartSummaryBox .actionLink .btn.alt {
  border: 1px solid #333333;
  color: #333333;
  line-height: 35px;
}
.fastCartSummaryBox .actionLink .btn.alt:hover {
  border: 1px solid #333333;
}
/* Cart Page Styling */
.CartItemQuantity select option {
  font-size: 14px;
  text-align: center;
}


#prodAccordion .subtitle {
  background: url(../images/description_plus_btn.png) no-repeat right center !important;
  color: #444444;
  font-size: 18px !important;
  font-weight: 400;
  margin: 15px 0 !important;
  padding: 0 30px 0 0 !important;
}
#prodAccordion .current .subtitle {
  background: url(../images/description_minus_btn.png) no-repeat right center !important;
}
#prodAccordion .Block {
  border-bottom: 1px solid #7e7e7e;
}
.prodAccordionContent p {
  color: #838383;
  font-size: 12px;
  margin-bottom: 5px;
}
.prodAccordionContent p strong {
  color: #444444;
  font-size: 13px;
  font-weight: 400;
}


.google_plusone_iframe_widget {
  width: 25px !important;
}
#SideProductRelated h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom:60px;
}
/* Cart Page Styling */
/*.TitleHeading {
  font-size: 26px;
  margin: 30px 0 20px;
}*/
.TitleHeading {
  border: 0 none;
  color: #000000;
  font-size: 24px;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#cartForm .CartContents th {
  padding-left: 50px;
}
#cartForm .CartContents th:nth-child(3),
#cartForm .CartContents th:nth-child(4) {
  text-align: right;
}
.CartContents tfoot .SubTotal td div {
  padding: 20px 10px;
}
.CartItemQuantity div.selector {
  line-height: 30px;
  min-height: 41px !important;
  padding: 6px 0 !important;
}
.CartContents .btn.alt {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333333;
  color: #333333;
  line-height: 35px;
}
.CartContents .btn.alt:hover {
  background-color: #fff;
  border: 1px solid #a6e709;
}
.KeepShopping .btn {
  background: #a6e709;
  border: 1px solid #a6e709;
  color: #000000;
  line-height: 35px;
}
.KeepShopping .btn:hover {
  background: #fff;
  border: 1px solid #333;
  color: #000000;
}

/* Checkout Page Styling */
.HorizontalFormContainer dt {
  text-align: left;
  width: 25%;
}
.HorizontalFormContainer dd {
  text-align: left;
  width: 75%;
}
form .HorizontalFormContainer dd input {
  height: 40px;
  width: 65%;
}
.HorizontalFormContainer .selector {
  background-position: 96% center !important;
  height: 40px;
  width: 65% !important;
}
.ExpressCheckout div.radio {
  height: 26px;
}

/* About Us Page Styling */
.AboutusOuter, .InnerPageOuter {
  background: #f8f8f8;
  margin: 0 auto;
  max-width: 970px;
  padding: 30px;
  width: 100%;
}
.AboutusOuter .AboutusTopBox {
  margin-bottom: 45px
}
.InnerPageOuter .InnerPageBox {
  margin-bottom: 0
}
.AboutusOuter h3.small_hd,
.InnerPageOuter h3.InnerPage_small_hd {

  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 0;
}
.AboutusOuter .AboutusTop p,
.InnerPageOuter .InnerPageBox p {
  color: #333333;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 0;
}
.AboutusBottom {
  margin: 0 auto;
  text-align: center;
}
.AboutusBottom img {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
}
.InnerPageBox img[src*="size_chart.jpg"] {
  display: block;
  margin: 0 auto;
  max-width: 871px;
  width: 100%;
}

/*404 Page*/
.error_page_wrap {
  margin: 0 auto;
  padding: 140px 0 50px;
  text-align: center;
}
.error_page_top {
  margin-bottom: 70px;
}
.error_page_top img {
  max-width: 446px;
  width: 100%;
}
.error_page_bottom p.oops {
  color: #444444;
  font-size: 24px;
  margin-bottom: 0;
}
.error_page_bottom p.oops span {
  font-weight: 700;
}
.error_page_bottom p.sorry_txt {
  color: #444444;
  font-size: 18px;
  margin-bottom: 35px;
}
.error_page_wrap #SearchForm {
  display: block;
  float: none;
  margin: 0 auto 20px;
  max-width: 440px;
  width: 100%;
}
.error_page_wrap #SearchForm input {
  height: 40px;
  width: 90%;
  text-transform: uppercase;
}
.error_page_wrap #SearchForm .Button {
  height: 40px;

  width: 10%;
}
/*.GoBackbtn a {
  background: #4b4b4b;
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border:1px solid #4b4b4b;
}
.GoBackbtn a:hover {
  color: #666;
  background: #fff;
  border: 1px solid #6CD100;
}*/
.GoBackbtn a {
    background: #ddd;
    display: inline-block;
    padding: 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ddd;
}
.GoBackbtn a:hover {
    color: #6CD100;
    background: #fff;
    border: 1px solid #6CD100;
}

#ModalContent .btn, .ModalContent .btn, #ModalContent .btn:hover, .ModalContent .btn:hover {
  color: #666;
}
/* Contact Page Styling */
.ContactFormLeft {
  display: inline-block;
  margin-right: 125px;
  max-width: 570px;
  vertical-align: top;
  width: 100%;
}
.ContactFormRight {
  display: inline-block;
  max-width: 470px;
  vertical-align: top;
  width: 100%;
}
.ContactFormLeft .HorizontalFormContainer dt,
.ContactFormLeft .HorizontalFormContainer dd {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 20px;
}
.ContactFormLeft #ContactForm dd {
  margin-left: 130px;
  width: 80%;
}
.ContactFormLeft #ContactForm dd input {
  width: 97%;
  border: 1px solid #ccc;
}
.ContactFormLeft .recaptcha_nothad_incorrect_sol {
  margin-left: 12px;
}
.ContactFormLeft #ContactForm .Submit {
  margin-left: 140px;
}
textarea#contact_question {
  border: 1px solid #cccccc;
  width: 97%;
}
.ContactFormRight h3.ContactrightHD {
  border-bottom: 1px solid #cccccc;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.ContactFormRight .EmailBox {
  border-bottom: 1px solid #444;
  padding: 30px 0 22px;
}

.ContactFormRight .EmailBox:last-child {
  border: 0 none;
}
.ContactFormRight .subHD {
  color: #000000;
  font-size: 16px;
  padding-bottom: 12px;
  padding-left: 30px;
  background: url(../images/contactus_bg.png) no-repeat left center;
}
.ContactFormRight .subHD.Email {
  background-position: 0 0;
}
.ContactFormRight .subHD.Phone {
  background-position: 0 -56px;
}
.ContactFormRight .subHD.Fax {
  background-position: 0 -120px;
}
.ContactFormRight .EmailBox p {
  color: #888888;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 30px;
}
.ContactFormRight .EmailBox p span {
  color: #000;
  width: 90px;
  display: inline-block;
}
.ContactFormRight .EmailBox p a {
  color: #888;
}



/* HomePage Blog Recent Posts Section */
#HomePageBlogRecentPosts {
  background: #f2f2f2;
  padding: 60px 0 40px;
}
#HomePageBlogRecentPosts .BlogHeading h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#CustomHomeBlogeWrap .grid__item {
  display: none;
  text-align:center;
}
#CustomHomeBlogeWrap .grid__item:nth-child(1),
#CustomHomeBlogeWrap .grid__item:nth-child(2),
#CustomHomeBlogeWrap .grid__item:nth-child(3) {
  display: inline-block;
}
.from_the_blog_img {
  background: #fff;
  height: 266px;
  max-width: 370px;
  padding: 15px;
  width: 100%;
  margin: 0 auto 30px;
}
.from_the_blog_content_title h3 a {
  color: #7c7c7c;
  font-family: avenir_heavyregular;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.from_the_blog_content_title h3 a:hover {
  color: #999;
}
.from_the_blog_content_desc p {
  color: #727272;
  font-family: AvenirLTStd-Light;
  font-size: 14px;
  line-height: 23px;
  max-height: 95px;
  overflow: hidden;
}
.from_the_blog_more a {
  color: #727272;
  font-family: AvenirLTStd-Light;
  font-size: 14px;
  text-transform: uppercase;
}
.from_the_blog_more a:hover {
  color: #000;
}
.ViewOurBlogHD {
  text-align: center;
}
.ViewOurBlogHD a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  max-width: 197px;
  text-transform: uppercase;
  width: 100%;
  margin-top:42px;
}
.ViewOurBlogHD a:hover {
  border: 1px solid #000;
  color: #fff;
  background: #4B4B4B;
}


/** Newsletter Before Footer**/
.NewsLetterBeforeFooterWrap {
  padding: 30px 0;
}
.NewsLetterBeforeFooterWrap .inner {
	width:100%;
	max-width: 680px;
}
#SideNewsletterBox {
  border: 0 none;
}
.newsletter-subscription .inner {
  padding: 0;
}
.NewsLetterBeforeFooterLeft {
  display: inline-block;
  max-width: 288px;
  vertical-align: top;
  width: 100%;
}
.NewsLetterBeforeFooterRight {
  display: inline-block;
  max-width: 388px;
  vertical-align: top;
  width: 100%;
}
.NewsLetterBeforeFooterLeft p {
  background: url(../images/before_footer_newsletter_bg.png) no-repeat left center;
  font-size: 20px;
  margin: 0;
  padding-left: 55px;
  line-height: 25px;
  font-family: avenir_heavyregular;
}
.NewsLetterBeforeFooterRight .subscribe_form {
  margin-bottom: 10px;
}
.NewsLetterBeforeFooterRight input.Textbox {
  height: 27px;
  line-height: 27px;
  margin-right: 8px;
  max-width: 266px;
  width: 100%;
}
.NewsLetterBeforeFooterRight .btn {
  background: #fff;
  border: 2px solid #8fca00;
  color: #000000;
  font-size: 14px;
  height: 27px;
  line-height: 24px;
  text-transform: capitalize;
  width: 107px;
}
.NewsLetterBeforeFooterRight .btn:hover {
  background: #8fca00;
  border: 2px solid #8fca00;
  color: #fff;
}
.NewsLetterBeforeFooterRight .Inspiretext {
  color: #a4a4a4;
  font-family: avenir_book;
  font-size: 12px;
}


/* Footer Section */
.FooterMainWrap {
  background: #4b4b4b;
  padding-top: 60px;
}
.FooterTopSection {
  padding-bottom: 60px;
}
.FooterTopSection .inner {
	width:100%;
	max-width: 890px;
	text-align:center;
}
.FooterTopSection .FooterTel,
.FooterTopSection .FooterSocialIcons {
  padding: 58px 0 48px;
  border-bottom: 1px solid #5d5d5d;
}
.FooterTopSection .FooterTel a {
  display: inline-block;
  padding-top: 5px;
  color: #ccc;
  font-size: 24px;
  text-decoration: none;
}
.FooterTopSection .FooterTel a:hover {
  color: #fff;
}
.FooterTopSection .FooterMidLogo {
  border-left: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  padding: 0;
}
.FooterTopSection .FooterMidLogo img,
.FooterTopSection .FooterMidLogoRes {
  max-width: 171px;
  width: 100%;
}
.FooterTopSection .FooterMidLogo img:hover,
.FooterTopSection .FooterMidLogoRes:hover {
  opacity: 0.7;
}
.FooterTopSection .FooterTel .fa {
  color: #a6e709;
  padding-right: 12px;
}
.FooterTopSection .FooterSocialIcons a {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  width: 28px;
}
.FooterTopSection .FooterSocialIcons a .fa {
  color: #cccccc;
  font-size: 24px;
}
.FooterTopSection .FooterSocialIcons a:hover .fa {
  color: #fff;
}

/*.FooterBottomSection {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 53px;
}*/
.FooterBottomSection .inner {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 53px;
}
.FooterBottomSection .FooterCol {
  padding-right: 110px;
}
.FooterCol h3 {
  border-bottom: 1px solid #f7f7f7;
  color: #a6e709;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 31px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.FooterCol ul {
  margin: 0;
  padding: 0;
}
.FooterCol ul li {
  list-style: none;
  padding: 10px 0 9px;
}
.FooterCol.brands ul li {
  float: left;
  width: 50%;
}
.FooterCol li a {
  color: #ccc;
  text-decoration: none;
  display: block;
}
.FooterCol li a:hover {
  color: #fff;
}
/* Copyright */
.FooterCopyright {
  padding: 20px 0;
  text-align: center;
}
.FooterCopyright p {
  color: #f2f2f2;
  font-size: 14px;
  margin: 0;
}
.FooterCopyright a {
  color: #ccc;
  text-decoration: none;
}
.FooterCopyright a:hover {
  color: #fff;
}




/*Pop Up Size Chart*/
.SizeChart {
  background: #cccccc;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  margin: 0px 10px 0px 0;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  width: 140px;
  display: inline-block;
  vertical-align: top;
}
.PricingChart {
  background: #cccccc;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  width: 140px;
  display: inline-block;
  vertical-align: top;
}
.SizeChart:hover, .PricingChart:hover {
  opacity: 0.7;
}


#custom_popup_wrap,
#custom_price_popup_wrap {
  position: relative;
}
#custom_popup_wrap #custom_popup {
  height: 100%;
  left: 72%;
  margin-left: -480px;
  max-width: 873px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#custom_price_popup_wrap #custom_price_popup {
  height: 600px;
  overflow-y: scroll;
  left: 72%;
  margin-left: -480px;
  max-width: 873px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#custom_popup .BlockContent,
#custom_price_popup .BlockContent {
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
}
#custom_popup_wrap .overlay,
#custom_price_popup_wrap .price_overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.close_popup,
.close_price_popup {
  background: rgba(0, 0, 0, 0) url(../images/size_chart_close.png) no-repeat scroll left center;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  text-indent: -99999px;
  top: 10px;
  width: 20px;
}
#custom_popup .BlockContent img,
#custom_price_popup .BlockContent img {
  border: 1px solid #a6e709;
  border-radius: 8px;
}

/*Search Page Result*/
.CompareButtonContainer {
  display: none;
}
#SearchTabContent .InfoMessage li {
  line-height: 23px;
}
.page.BlogPage .p-name {
  line-height: 24px;
}
.page.BlogPage .p-name a {
  color: hsl(0, 0%, 0%);
  font-family: "avenirregular";
  font-weight: 400;
}
.page.BlogPage #BlogRecentPosts .side-menu li a {
  line-height: 22px;
}
.page.BlogPage .BlogPostContent .bfc a {
  line-height: 22px;
}
.SearchContainer .ProductList.List li.ListView {
  border-top: 1px solid #e3e3e3;
  padding: 20px 0;
}
.SearchContainer .ProductList.List .ProductDetails {
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  padding: 0;
  text-align: left;
  border-top: 0 none;
}


@media only screen and (max-width: 1199px) {
#Header .HeaderLeft {
  float: none;
  text-align: center;
  width: 100%;
}
#Header .HeaderRight {
  margin: 15px auto 0;
  text-align: center;
  width: 100%;
}
/*#ToggleMenu {
  display: inline-block !important;
  font-size: 25px;
  vertical-align: middle;
  float: left;
}*/
.header-logo {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.HeaderPromoSection, .HeaderSearchSection {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#SearchForm {
  display: inline-block;
  float: none;
  margin: 0;
  width: 100%;
}
.header_promo {
  text-align: left;
}
.SideCategoryListFlyout {
  padding: 0 10px;
}
.PageMenu li a {
  padding: 20px 15px;
}
.main {
  padding: 0 20px;
}
#home .ProductList li {
  width: 33.33% !important;
}
.FooterMainWrap {
  padding: 60px 10px 0;
}
.FooterBottomSection .FooterCol {
  padding-right: 50px;
}


.HomegrownCycOuter {
  padding: 0 20px;
}
/*.HomegrownCycJerseys {

  float: none;
  margin-bottom: 30px;
}
.HomegrownCycSale {
  float: none;
}*/
.HomegrownCycBox > a:nth-child(2) {
  margin-left: 0;
  margin-top: 30px;
}
.HomegrownCycJerseys {
  float: none;
  margin-bottom: 30px;
}
.HomegrownCycSale {
  float: none;
}

.HomegrownCycAccessories {
  float: none;
  margin-bottom: 30px;
}
.HomegrownCycStaffpicks {
  float: none;
}

#CategoryContent .ProductList,
.CategoryContent .ProductList.brand,
.productPage .ProductList,
.page.SearcgResult .ProductList {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
#CategoryContent .ProductList li,
.CategoryContent .ProductList.brand li,
.productPage .ProductList li,
.page.SearcgResult .ProductList li {
  width: 50%;
}
.PrimaryProductDetails .ProDetailsLeftSide {
  max-width: 100%;
}
#ProductDetails .left-content {
  max-width: 100%;
  width: 40%;
}
.PrimaryProductDetails .ProductMain {
  max-width: 100%;
  width: 50%;
}
.ProDetailsOuter .ProDetailsRightSide {
  margin-bottom: 30px;
  max-width: 100%;
}
.ProShippingBoxes {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 40px;
  vertical-align: top;
  width: 25%;
}
#prodAccordion {
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top;
  width: 70%;
}
.ContactFormLeft {
  display: block;
  margin: 0 auto 40px;
}
.ContactFormRight {
  display: block;
  margin: 0 auto;
  max-width: 570px;
}
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 55%;
}

.SubCategoryList.mobile {
  display: block;
}
.Left {
  display: none;
}
.Content.Wide {
  max-width: 100%;
  width: 100%;
}
.SubCategoryList.mobile .selector {
  background-position: 98% center !important;
  color: #444444;
  font-size: 16px;
}
.SubCategoryList.mobile .selector option {
  padding: 5px;
}


}

@media only screen and (max-width: 991px) {
#Header {
  padding: 32px 0 0;
}
.header {
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 15px;
}
#ToggleMenu {
  display: inline-block !important;
  font-size: 25px;
  vertical-align: middle;
  float: left;
  height: 25px;
  width: 25px;
}
#DrawerMenu {
  width: 71%;
}
.page.off-screen {
  transform: translateX(70%);
}
.header_promo {
  margin-right: 4px;
}
.HeaderPromoSection, .HeaderSearchSection {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
#SearchForm {
  max-width: 100%;
}
.page .header .inner .PageMenu,
#home .page .header .inner .PageMenu {
  display: none !important;
}

#home .ProductList {
  margin: 0 auto;
  max-width: 767px;
  width: 100%;
}
#home .ProductList li {
  width: 50% !important;
}
.addto .BulkDiscount {
  margin-bottom: 20px;
}
.ProDetailsOuter .ProDetailsRightSide {
  margin-bottom: 5px;
}
.ProShippingBoxes {
  display: block;
  margin: 0 auto 25px;
  max-width: 450px;
  width: 100%;
}
#prodAccordion {
  display: block;
  margin: 0 auto;
  width: 95%;
}
.productPage .ProductList {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.productPage .ProductList li {
  width: 50%;
}
#CustomHomeBlogeWrap .grid {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
#CustomHomeBlogeWrap .grid__item {
  margin-bottom: 20px;
  width: 50%;
}

#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 50%;
  margin-left: -445px;
}

.HomeBannerWrap a {
  width: 100%;
}



}

/*@media only screen and (max-width: 930px) {
#custom_popup_wrap #custom_popup {
  left: 45%;
  margin-left: -400px;
}
}*/

@media only screen and (max-width: 850px) {
#CategoryContent .ProductList,
.page.SearcgResult .ProductList {
  max-width: 400px;
}
#CategoryContent .ProductList li,
.page.SearcgResult .ProductList li {
  width: 100%;
}
}

@media only screen and (max-width: 768px) {
#Header .HeaderRight {
  margin: 0 auto;
}
#CategoryContent .ProductList {
  max-width: 700px;
}
#CategoryContent .ProductList li {
  width: 50%;
}
/*.SubCategoryList.mobile .selector {
  background-position: 98% center !important;
  color: #444444;
  font-size: 16px;
}
.SubCategoryList.mobile .selector option {
  padding: 5px;
}*/
#ProductDetails .left-content {
  margin-right: 0;
  width: 100%;
}
.PrimaryProductDetails .ProductMain {
  width: 100%;
}
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 55%;
  margin-left: -400px;
}
.page.BlogPage .Left {
  width: 100%;
}

}

@media only screen and (max-width: 767px) {
.FooterBottomSection .inner {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.FooterBottomSection {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.FooterBottomSection .FooterCol {
  margin-bottom: 10px;
  padding-right: 0;
  width: 100%;
}
.FooterBottomSection .FooterCol .FooterTitle {
  background: url(../images/footer_Collapes_plus_bg.png) no-repeat 98% center;
  border-bottom: 1px solid #7e7e7e;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-top: 13px;
}
.FooterBottomSection .FooterCol .FooterTitle.current {
  background: url(../images/footer_Collapes_minus_bg.png) no-repeat 98% center;
}
.HorizontalFormContainer dt {
  display: block;
  padding-bottom: 0 !important;
  width: 100%;
}
.ContactFormLeft #ContactForm dd {
  margin-left: 0;
  width: 100%;
}
.ContactFormLeft .recaptcha_nothad_incorrect_sol {
  margin-left: 0;
}
#SearchTabsList.TabNav {
  margin-bottom: 10px;
}

#CustomHomeBlogeWrap .grid {
  width: 95%;
}

#CustomHomeBlogeWrap .grid__item {
  width: 100%;
  padding:0;
}
.NewsLetterBeforeFooterLeft {
  display: block;
  margin: 0 auto 15px;
}
.NewsLetterBeforeFooterRight {
  display: block;
  margin: 0 auto;
}

.HomegrownCycJerseys,
.HomegrownCycSale,
.HomegrownCycBox.Newarrivals a,
.HomegrownCycAccessories,
.HomegrownCycStaffpicks {
  max-width: 400px;
  height: 400px;
  margin:0 auto;
}


}

@media only screen and (max-width: 700px) {
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 60%;
  margin-left: -396px;
}
}

@media only screen and (max-width: 640px) {
.ProductList {
  max-width: 320px;
}


.FooterTopSection {
  padding-bottom: 30px;
}
.FooterTopSection .FooterTel,
.FooterTopSection .FooterSocialIcons {
  border-bottom: 1px solid #5d5d5d;
  padding: 60px 0 23px;
}
.FooterTopSection .FooterTel a {
  font-size: 16px;
}
.FooterTopSection .FooterSocialIcons a {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.FooterTopSection .FooterSocialIcons a .fa {
  font-size: 18px;
}
.FooterTopSection .FooterMidLogo {
  padding: 0 15px;
}
#CategoryContent .ProductList,
.CategoryContent .ProductList.brand {
  max-width: 320px;
}
#CategoryContent .ProductList li,
.CategoryContent .ProductList.brand li {
  width: 100%;
  padding-left: 0;
}
.productPage .ProductList {
  max-width: 320px;
}
.productPage .ProductList li {
  width: 100%;
  padding: 0;
}
#SideProductRelated h2 {
  line-height: 30px;
  margin-bottom: 30px;
}
.error_page_wrap {
  padding: 50px 0;
}
.error_page_top {
  margin-bottom: 35px;
}
.error_page_bottom p.oops {
  font-size: 15px;
}
.error_page_bottom p.sorry_txt {
  font-size: 15px;
}
.error_page_Outer #SearchForm input#search_query {
  font-size: 13px !important;
}
.AboutusOuter .AboutusTopBox {
  margin-bottom: 25px;
}
.AboutusOuter h3.small_hd {
  margin-bottom: 10px;
}
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 66%;
}
.page.BlogPage .BlogPostContent .thumbnail {
  float: none;
  width: 100%;
}

}

@media only screen and (max-width: 600px) {
.productOptionViewRectangle .option label {
  height: 40px;
  line-height: 15px;
  min-width: 40px;
}
#home .ProductList {
  max-width: 320px;
}
#home .ProductList li {
  width: 100% !important;
}
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 70%;
  margin-left: -392px;
}

}
@media only screen and (max-width: 500px) {
#custom_price_popup_wrap #custom_price_popup {
  height: auto;
}
}
@media only screen and (max-width: 480px) {
#Header {
  position: inherit;
}
/*.HeaderPromoSection {
  display: none;
}*/
#Header > .inner {
  padding-top: 0;
}

.HomegrownCycOuter h3 {
  line-height: 25px;
  padding: 50px 0 20px;
}
.btn,
.btn.alt,
textarea,
input[type="email"],
input[type="text"],
input[type="password"],
input.Textbox {
  height: 35px;
  line-height: 35px;
}


.FooterTopSection {
  padding-bottom: 40px;
}
.FooterTopSection .FooterMidLogo {
  border: 0 none;
  display: none;
}
.FooterTopSection .FooterMidLogoRes {
  display: block !important;
  margin:0 auto;
}
.FooterTopSection .FooterTel,
.FooterTopSection .FooterSocialIcons {
  width: 90%;
}
.FooterTopSection .FooterTel,
.FooterTopSection .FooterSocialIcons {
  border-bottom: 0 solid #5d5d5d;
  display: block;
  margin: 25px auto 0;
  padding: 0 8px;
}
.FooterTopSection .FooterTel a {
  font-size: 20px;
}
.FooterTopSection .FooterSocialIcons a {
  margin-right: 8px;
}
.FooterTopSection .FooterSocialIcons a .fa {
  font-size: 20px;
}

#ProductDetails h1 {
  font-size: 20px;
}
.addto .BulkDiscount {
  display: inline-block;
  vertical-align: top;
}
.ContactFormLeft #ContactForm .Submit {
  margin-left: 0;
}
.ContactFormLeft #ContactForm dd input {
  margin-bottom: 0;
}
.NewsLetterBeforeFooterOuter {
  padding: 0 15px;
}
.NewsLetterBeforeFooterRight input.Textbox {
  margin-bottom: 10px;
  max-width: 100%;
}
.NewsLetterBeforeFooterRight .btn {
  margin-bottom: 10px;
  width: 100%;
}

#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 99%;
}
.MainTopBar a {
  font-size: 13px;
  padding: 12px 7px;
}


.HomegrownCycJerseys,
.HomegrownCycSale,
.HomegrownCycBox.Newarrivals a,
.HomegrownCycAccessories,
.HomegrownCycStaffpicks {
  max-width: 320px;
  height: 320px;
}
.HomegrownCycBox .BlockInner h3 {
  font-size: 30px;
}

}

@media only screen and (max-width: 400px) {
.ProductMain .productAttributeList .option label {
  padding: 12px 6px !important;
}
.CustomCategory .ProductList .ProductMoreInfo .btn_moreinfo {
  padding: 10px 20px;
}
.SizeChart, .PricingChart {
  font-size: 14px;
  width: 120px;
}
#custom_price_popup_wrap #custom_price_popup {
  height: auto;
}
#HeaderCheckout .CartText {
  display: none;
}

}

@media only screen and (max-width: 360px) {
.header-logo {
  width: 90%;
}
.header-logo img {
  width: 90%;
}
.header_promo {
  margin-right: 0;
}
.SortBox div.selector, .SearchSorting div.selector {
  width: 190px;
}
#HomeFeaturedProducts h3, #SideTopSellers h3, #HomeNewProducts h3 {
  font-size: 22px;
}
#home .ProductList .btn {
  font-size: 12px;
}
.p-price.HaveSalePrice .StartPrice,
#SideProductRelated .FProPriceDetail .HaveSalePrice .StartPrice {
  font-size: 12px;
}
#CategoryContent .ProductList .ProductActionAdd .btn,
.ProductList.brand .ProductActionAdd .btn,
.productPage .ProductList .btn,
.ProductActionAdd .btn.TrackLink {
  font-size: 12px;
}
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  left: 100%;
  margin-left: -288px;
}
}

@media only screen and (max-width: 320px) {
#custom_popup_wrap #custom_popup,
#custom_price_popup_wrap #custom_price_popup {
  margin-left: -252px;
}
}