@font-face {
  font-family: 'Etelka';
  src: url("../fonts/Etelka-Text-Pro.ttf"); }

@font-face {
  font-family: 'Etelka Bold';
  src: url("../fonts/Etelka-Text-Pro-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: 'Etelka Narrow';
  src: url("../fonts/Etelka-Narrow-Text-Pro.ttf"); }

.clear {
  display: block;
  clear: both; }

a, .card-title > a {
  text-decoration: none;
  color: #565656; }

a:hover, .card-title > a:hover, .card-title > a:hover {
  color: #e82133; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Etelka Bold', sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0; }

body {
  font-family: 'Etelka', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  background: #f1f1f1; }

.body {
  margin-bottom: 2rem; }

#pageType_default .body {
  margin-bottom: 0; }

#pageType_default .body > .container {
  width: 100%;
  padding: 0;
  max-width: none; }

.body > .container {
  width: 100%;
  padding: 0;
  max-width: none; }

#pageType_category .body > .container {
  width: 100%; }

.container {
  width: 96%;
  max-width: 1250px;
  padding: 0; }

ul, p {
  margin-bottom: 1rem; }

p {
  line-height: 1.2; }

.button {
  font-family: 'Etelka', sans-serif;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease;
  padding: 0 2rem;
  background: #e82133;
  border-left: 4px solid #000;
  text-align: left; }

.button:hover {
  color: #fff;
  background: #000;
  border-color: #e82133; }

.button.alt {
  font-family: 'Etelka', sans-serif;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s ease;
  padding: 0 2rem;
  background: #e76f74;
  background: linear-gradient(45deg, #e76f74 0%, #aa1744 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76f74', endColorstr='#aa1744',GradientType=1 ); }

.button.alt:hover {
  color: #fff;
  background: #aa1744;
  background: linear-gradient(45deg, #aa1744 0%, #aa1744 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1744', endColorstr='#aa1744',GradientType=1 ); }

.card-figcaption-body .button {
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px; }

.previewCartCheckout .button, .previewCartAction .button {
  text-transform: none;
  font-size: 16px;
  height: 40px;
  line-height: 40px; }

.previewCartAction .button {
  font-size: 14px; }

.form-label--alternate, .productView-info-name {
  font-family: 'Etelka', sans-serif;
  font-size: 16px;
  color: #000; }

.previewCartItem-name {
  font-family: 'Etelka', sans-serif; }

.form-increment .button {
  background: none;
  height: auto;
  line-height: normal;
  border: 0; }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #565656; }

.form-prefixPostfix .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #565656; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #565656; }

.form-prefixPostfix .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #565656; }

.breadcrumb {
  color: #333333;
  font-size: 14px; }

.breadcrumb a, .breadcrumb a:hover {
  color: #333333; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #333333; }

.MyAccountLinks {
  position: relative; }

.MyAccountLinks ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #454545;
  padding: 0;
  z-index: 13;
  width: 100%; }

.navUser .MyAccountLinks ul > li {
  margin-top: 0; }

.MyAccountLinks.showMenu ul {
  display: block; }

.MyAccountLinks.showMenu > a {
  color: #fff; }

.MyAccountLinks.showMenu i.navPages-action-moreIcon {
  transform: rotate(180deg); }

.MyAccountLinks svg {
  fill: #fff !important;
  stroke: #fff !important; }

.MyAccountLinks ul > li .navUser-action {
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 0.4rem 1rem;
  text-align: left;
  text-transform: none; }

.MyAccountLinks ul > li .navUser-action:hover, .QuestionLinks ul > li .navUser-action:hover {
  color: #000; }

.HeaderCarousel {
  background: #f1f1f1;
  padding: 18px 0;
  max-height: 50px;
  overflow: hidden; }

.HeaderCarousel .slick-dots {
  display: none !important; }

.headerCarousel.slick-slider {
  margin: 0 auto;
  text-align: center;
  max-width: 580px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1; }

.HeaderCarousel .heroCarousel .slick-prev, .HeaderCarousel .heroCarousel .slick-next {
  padding: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  border: 0;
  background: transparent; }

.HeaderCarousel .heroCarousel .slick-prev {
  left: 0; }

.HeaderCarousel .heroCarousel .slick-next {
  right: 0; }

.HeaderCarousel .slick-next::before, .HeaderCarousel .slick-prev::before {
  height: 10px;
  width: 6px; }

.navUser-action {
  color: #fff;
  font-weight: normal;
  padding: 11px 1rem; }

.navUser-item--cart .navUser-action {
  color: #fff;
  padding: 10px 0 10px 1rem; }

.navUser-action:hover, .navUser-item--cart .navUser-action:hover {
  color: #fff; }

.navUser-section--alt {
  float: none; }

.callusItem.navUser-item {
  float: left; }

.callusItem.navUser-item .navUser-action {
  padding-left: 0; }

.navUser-item {
  float: right;
  font-size: 14px; }

.callUsIcon {
  background: URL("../img/redhorse_03.jpg") no-repeat;
  width: 32px;
  height: 27px;
  display: inline-block;
  vertical-align: middle; }

.shoppingBagIcon {
  background: URL("../img/redhorse_11.png") no-repeat;
  width: 31px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px; }

.countPill {
  background-color: #000;
  border-radius: 0;
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 11px; }

.accountIcon {
  background: URL("../img/redhorse_09.jpg") no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 2px; }

.searchIcon {
  background: URL("../img/redhorse_05.jpg") no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.wishlistIcon {
  background: URL("../img/redhorse_07.jpg") no-repeat;
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.HeaderRight {
  display: none;
  width: calc(100% - 300px);
  float: left; }

.navPages-list.webpages-list .navPages-item-page {
  position: relative; }

.navPages.navpagesWebpages {
  width: 100%;
  max-width: none;
  background-color: #363636;
  text-align: right; }

.navPages.navpagesWebpages .navPages-list {
  float: right;
  padding: 40px 20px 41px 0; }

.navPages.navpagesWebpages .navPages-action {
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

.navPages.navpagesWebpages .navPages-action svg {
  fill: #fff;
  stroke: #fff; }

.navPages.navpagesWebpages .navPages-action.is-open, .navPages.navpagesWebpages .navPage-subMenu.is-open {
  background: #e82133; }

.catDownloadBtn {
  float: right;
  background: URL("https://cdn11.bigcommerce.com/s-tffnyg7ki7/product_images/uploaded_images/cat-downloadv9.jpg") no-repeat;
  display: block;
  width: 191px;
  height: 51px;
  text-indent: -99999px;
  margin: 31px 20px 38px 0; }

.dealerLocatorBtn {
  float: right;
  background: URL("../img/dealer-locator.jpg") no-repeat;
  display: block;
  width: 133px;
  height: 51px;
  text-indent: -99999px;
  margin: 31px 18px 38px 0; }

.footer {
  padding-bottom: 0; }

.footer-info-heading {
  font-family: 'Etelka Bold', sans-serif;
  color: #fff;
  text-transform: uppercase; }

.footer-info-col, .footer-info-col a {
  color: #fff;
  font-size: 18px; }

.footer-info-col .socialLinks--alt {
  margin-top: 20px; }

.footer-info-col .socialLinks--alt .icon {
  height: 2.5rem;
  width: 3rem; }

.footer-info-col .socialLinks .icon svg {
  fill: #fff; }

[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 55px;
  line-height: 55px; }

[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
  background: #fff;
  border-left: 5px solid #e82133;
  max-width: 290px;
  margin-top: 10px; }

[data-section-type="newsletterSubscription"] button {
  color: #565656;
  margin-right: 5px; }

.footer-copyright {
  background: #fff;
  padding: 1rem 20px; }

.credit-cards {
  float: left;
  background: URL("../img/cc.jpg") no-repeat;
  display: block;
  width: 100%;
  max-width: 563px;
  height: 33px;
  margin-top: 10px; }

.footer-badges {
  float: right;
  background: url("https://cdn11.bigcommerce.com/s-tffnyg7ki7/product_images/uploaded_images/redhorse-45.jpg") no-repeat;
  display: block;
  width: 100%;
  max-width: 401px;
  height: 49px; }

.BodyContainer {
  display: flex;
  flex-direction: row; }

.LeftColumn {
  width: 300px;
  background: #fff; }

.BodyColumn {
  width: calc(100% - 300px); }

.SideNav ul.navPages-list {
  width: 100%; }

.SideNav .navPages-item {
  float: none; }

.SideNav .navPages-action, .SideNav .navList-action {
  display: block;
  padding: 0.5rem 1.14286rem 0.5rem 20px;
  font-family: 'Etelka Narrow', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #565656; }

.SideNav .navPages-action-moreIcon {
  float: right !important;
  margin-top: 5px !important; }

.SideNav .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
  transform: rotate(180deg); }

.SideNav .sidebarBlock-heading {
  color: #fff;
  background: #e82133;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Etelka Narrow', sans-serif;
  padding: 13px 10px 13px 20px;
  line-height: 1; }

.SideNav .sidebarBlock-heading.productsHeading {
  background: #e82133 URL("../img/redhorse_30.jpg") no-repeat 95% 50%; }

.SideNav .facetedSearch .sidebarBlock-heading {
  background: #e82133 URL("../img/refineby.jpg") no-repeat 95% 50%; }

.SideNav .navPage-subMenu {
  position: static;
  background-color: #363636;
  width: 100% !important;
  padding: 1rem !important; }

.SideNav .navPage-subMenu ul {
  list-style: none;
  margin: 0; }

.SideNav .navPage-subMenu .navPages-action {
  color: #fff;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px; }

.SideNav .navPage-subMenu .navPages-action:hover {
  background: #000;
  opacity: 1; }

.SideNav .navPage-subMenu .navPages-action .navPages-action-moreIcon svg {
  fill: #fff;
  stroke: #fff; }

.slick-dotted.slick-slider {
  margin-bottom: 120px; }

.heroCarousel .slick-dots, .slick-dots {
  bottom: -60px; }

.slick-dots li button {
  display: none; }

.slick-dots li {
  background: #fff;
  height: 7px;
  width: 124px;
  padding: 0; }

.FeaturedProducts .slick-dots li {
  background: #e6e6e6; }

.slick-dots li.slick-active {
  background: #e82133; }

h2.page-heading {
  font-family: 'Etelka Bold', sans-serif;
  color: #333333;
  text-transform: uppercase; }

.HomeReviews {
  overflow: hidden;
  padding-left: 5%; }

.reviewsCarousel {
  margin-right: -10%; }

.HomeReviews .productCarousel-slide {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem; }

.HomeReviews .review-item {
  background: #fff;
  padding: 5rem 4rem 3rem;
  font-size: 18px;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.22); }

.HomeReviews .review-item:before {
  content: '';
  display: block;
  background: url(../img/review-quote.jpg) no-repeat;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 0px;
  top: 0; }

.HomeReviews .review-item span {
  display: block;
  margin-top: 1.5rem; }

.reviewsCarousel .slick-next, .reviewsCarousel .slick-prev, .FeaturedProducts .slick-next, .FeaturedProducts .slick-prev,
.RelatedProducts .slick-next,
.RelatedProducts .slick-prev {
  display: none !important; }

.FeaturedProducts {
  background-color: #fbfbfb;
  overflow: hidden;
  padding-left: 5%;
  padding-top: 4rem; }

.FeaturedProducts .productCarousel {
  margin-right: -10%; }

.FeaturedProducts .productCarousel-slide {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem; }

.card {
  background: #fff;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.22); }

.card-title {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 1.25rem;
  min-height: 36px; }

.cardPriceBtns {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f1f1f1; }

.card-body .card-text {
  color: #565656;
  margin: 0;
  width: 50%;
  font-size: 14px;
  line-height: 1;
  text-align: center; }

.cardBtns {
  width: 50%;
  text-align: center; }

.cardBtns a {
  padding: 19px 5px;
  display: block; }

.cardBtns:hover {
  background: #000; }

.cardBtns:hover .CardshoppingBagIcon {
  background: URL("../img/redhorse_11.png") no-repeat; }

.CardshoppingBagIcon {
  background: URL("../img/card-cart.png") no-repeat;
  width: 31px;
  height: 27px;
  display: block;
  margin: auto; }

.HomeValues {
  padding: 4rem 1rem; }

.HomeValues ul {
  list-style: none;
  margin: 0; }

.HomeValues ul:after {
  content: '';
  display: block;
  clear: both; }

.HomeValues li {
  width: 33.33333%;
  display: block;
  float: left;
  text-align: center;
  padding: 0 2rem; }

.HomeValues h4 {
  margin: 0 0 2rem;
  color: #000;
  text-transform: uppercase; }

.HomeValues img {
  margin-bottom: 2rem; }

.HomeValues p {
  text-align: left;
  color: #000; }

.learnMoreBtn {
  width: 230px;
  margin-bottom: 0; }

.learnMoreBtn .navPages-action-moreIcon {
  height: 50px;
  width: 15px;
  float: right; }

.learnMoreBtn svg {
  fill: #fff !important;
  stroke: #fff !important; }

.sidebarBlock + .sidebarBlock {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.facetedSearch-refineFilters {
  padding: 0 0 0 20px; }

.facetedSearch-refineFilters .sidebarBlock-heading {
  margin-left: -20px; }

.facetedSearch-navList {
  padding: 0 20px 0 20px; }

.form-minMaxRow .button {
  text-align: center;
  height: 32px;
  line-height: 32px; }

.productGrid .product {
  padding-top: 1rem; }

.SubCats .card-body {
  background: #f1f1f1;
  padding: 1rem 5px; }

.breadcrumbs {
  text-align: left;
  margin-left: 2rem; }

.breadcrumb {
  border: 1px solid #d8d8d8;
  margin-right: 12px;
  height: 31px;
  line-height: 31px;
  padding: 0 10px; }

.breadcrumb::before {
  display: none; }

.breadcrumb.is-active {
  border: 1px solid #fff;
  background: #fff; }

h1.page-heading {
  text-align: left;
  margin: 1rem 0 1rem 2rem;
  font-family: 'Etelka Narrow';
  font-weight: 400;
  font-size: 30px; }

.CategoryTop {
  padding: 2rem;
  background: #fff; }

.scrolltoProducts {
  display: block;
  background: #f1f1f1;
  height: 50px;
  line-height: 50px;
  max-width: 213px;
  margin: 10px auto; }

.arrowToDownIcon {
  background: URL("../img/arrow-to-down.png") no-repeat;
  width: 10px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.SubCats {
  padding-top: 3rem; }

.SubCats h3, .CategoryProducts h3 {
  margin: 0;
  font-family: 'Etelka Narrow';
  font-weight: 400;
  font-size: 30px; }

.CategoryProducts {
  padding: 3rem 2rem; }

.CategoryProducts .actionBar {
  margin: 0; }

.pagination-list .pagination-item {
  background: #fff;
  border: 0;
  border-bottom: 2px solid #000;
  height: 41px;
  line-height: 41px;
  min-width: 39px;
  border-radius: 0; }

.pagination-item .pagination-link {
  padding: 0 15px;
  color: #565656;
  font-size: 18px; }

.pagination-item.pagination-item--current {
  background: #e82133;
  margin: 0;
  margin-left: 0.35714rem; }

.pagination-list li {
  margin-left: 0.35714rem; }

.pagination-item.pagination-item--current .pagination-link {
  color: #fff; }

.pagination-item--next, .pagination-item--previous {
  float: none; }

.page, .productView {
  margin: 0; }

.dropdown-menu-button .icon {
  float: none; }

.dropdown-menu-button .icon svg {
  fill: #fff; }

#wishlist-dropdown.is-open .button {
  background: #000;
  margin-right: 0;
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px; }

#wishlist-dropdown.is-open {
  padding: 0; }

.productView-options .form-action.form-wishlist .button {
  margin-right: 0; }

.RelatedProducts {
  padding: 2rem; }

.RelatedProducts .slick-list {
  padding: 1rem 0; }

.page-content--centered {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem; }

.footer {
  border: 0;
  background: #000; }

.productView {
  padding-top: 0; }

#pageType_search .LeftColumn {
  display: none; }

#pageType_search .BodyColumn {
  width: 100%; }

.cart-item-sku, .cart-header-sku {
  width: 200px; }

/************* About page ***************/
.row {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.row:after, .row:before {
  display: block;
  content: " ";
  clear: both; }

.block-level-sec {
  display: inline-block;
  width: 100%; }

.about-cont.block-left {
  display: inline-block;
  width: 60%;
  float: left;
  padding-right: 1%; }

.section-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid #e82133;
  margin-bottom: 2.28571rem; }

.about-cont ul {
  line-height: 2em; }

.about-img.block-right {
  display: inline-block;
  width: 39%;
  float: right;
  text-align: right; }

.about-img img {
  max-height: 480px; }

ul.about-quality {
  list-style-type: none;
  margin-bottom: 2rem; }

.about-quality li {
  display: inline-block;
  vertical-align: middle; }

.about-cont.left-images {
  width: 35%;
  margin-right: 1.5%; }

.about-qual.quality-whole {
  width: 7%;
  vertical-align: middle;
  margin-right: 1.5%; }

.quality-text-block {
  width: 54%;
  float: right; }

.quality-txt p {
  line-height: 2.2; }

.text-border-bottom {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  height: 2px; }

.quality-small-img img {
  border-radius: 50px; }

.text-border-bottom:before {
  display: block;
  width: 50%;
  content: " ";
  border-bottom: 3px solid #000; }

.text-border-bottom.text-red-border:before {
  display: block;
  width: 50%;
  content: " ";
  border-bottom: 3px solid #e82133;
  float: right; }

.product-block-sec ul {
  list-style-type: none; }

.product-block-sec ul li {
  display: inline-block;
  width: 31%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 2rem;
  min-height: 230px; }

.pro-image.rhlogoimg {
  margin-top: 130px; }

.product-block-sec ul li:nth-child(3),
.product-block-sec ul li:nth-child(6),
.product-block-sec ul li:nth-child(9) {
  margin-right: 0; }

.product-block-sec h4 {
  margin-top: 0.5rem;
  font-weight: normal;
  font-family: 'Etelka',sans-serif;
  font-size: 20px; }

.product-block-sec p {
  font-size: 13px;
  font-weight: normal;
  margin-left: 25px;
  position: relative;
  min-height: 2.5rem; }

.product-block-sec p span {
  position: absolute;
  left: -20px; }

.perfect-upper {
  list-style-type: none;
  margin-bottom: 2rem; }

.perfect-upper li {
  display: inline-block;
  vertical-align: middle; }

.perfect-upper .up-title {
  width: 18%; }

.perfect-upper .up-title h4 {
  font-family: 'Etelka',sans-serif;
  font-size: 24px; }

.perfect-upper .up-img {
  width: 23%; }

.perfect-upper .up-text {
  width: 56%; }

.perfect-inner {
  margin-left: 2rem;
  margin-right: -1.5rem;
  line-height: 1.7; }

.perfect-inner li {
  display: inline-block;
  padding-left: 10px;
  position: relative; }

.perfect-inner li span {
  position: absolute;
  left: -10px; }

.perfect-upper .up-img.up-single-img {
  width: 41%; }

.perfectfit-block .text-border-bottom {
  width: 85%;
  border-bottom: 2px dotted #bfbfbf;
  margin-left: 15%; }

.perfectfit-block .text-border-bottom:before {
  display: block;
  width: 20%;
  content: " ";
  border-bottom: 3px solid #000; }

.perfectfit-block .text-border-bottom.text-red-border:before {
  display: block;
  content: " ";
  border-bottom: 3px solid #e82133;
  float: right; }

.distrb-block {
  display: inline-block;
  width: 50%;
  float: left; }

.dist-imge-block.distrb-block {
  text-align: center;
  padding: 15px; }
  .dist-imge-block.distrb-block img {
    margin-bottom: 10px; }

.felexiblity-block {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative; }

.dist-text-block ul {
  margin-top: 3rem;
  line-height: 2.5rem;
  font-size: 22px; }
  .dist-text-block ul li {
    margin-bottom: 2rem; }

.flx-img-block {
  display: inline-block;
  float: left; }

.flx-img-lft {
  padding-right: 10px;
  width: 55%; }

.flx-img-right {
  padding-left: 20px;
  text-align: right;
  width: 45%; }

.point-sale-backup {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #e82133;
  color: #fff;
  margin-top: -80px; }

.point-sale-block {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 10px; }

.point-sale-block h3 {
  font-style: italic;
  color: #fff;
  margin-top: 0;
  text-align: center; }

.point-sale-block li {
  font-size: 14px; }

.FeaturedProducts.homeCategory-carousel .card-body .card-text {
  width: 100%; }

.FeaturedProducts.homeCategory-carousel .card-title {
  margin-bottom: 1.3rem;
  margin-top: 1.3rem; }

@media (max-width: 550px) {
  .about-cont.block-left {
    display: inline-block;
    width: 100%;
    float: none;
    padding-right: 0; }
  .about-img.block-right {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: right;
    background: #fff; }
  .about-cont.left-images {
    width: 100%;
    margin-right: 0;
    text-align: center; }
  .about-qual.quality-whole {
    width: 100%;
    vertical-align: middle;
    margin-right: 0;
    text-align: center; }
  .quality-text-block {
    width: 100%;
    float: none;
    margin-top: 15px; }
  .product-block-sec ul li {
    display: inline-block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2rem;
    min-height: auto;
    text-align: center; }
  .pro-image.rhlogoimg {
    margin-top: 30px; }
  .perfect-upper .up-title {
    width: 100%;
    text-align: center; }
  .perfect-upper .up-img {
    width: 100%;
    margin: 10px 0;
    text-align: center; }
  .perfect-upper .up-text {
    width: 100%; }
  .perfect-inner {
    margin-left: 2rem;
    margin-right: 0;
    line-height: 1.7; }
  .perfectfit-block .text-border-bottom {
    width: 100%;
    margin-left: 0; }
  .perfect-upper .up-img.up-single-img {
    width: 100%;
    margin-bottom: 15px; }
  .distrb-block {
    width: 100%; }
  .point-sale-block {
    width: 100%;
    padding: 10px; }
  .point-sale-backup {
    margin-top: 0; } }

@media (min-width: 801px) {
  .header {
    border: 0; }
  .header-logo {
    float: left;
    margin: 0;
    width: 300px;
    background-color: #000;
    padding: 10px 0; }
  .HeaderRight {
    display: block; }
  .navUser {
    padding: 0 20px; }
  .navPages.navpagesWebpages .navPages-action {
    padding: 0.78571rem 1.7rem 0.78571rem; }
  .navPages.navpagesWebpages .navPage-subMenu-list .navPages-action {
    padding: 0.5rem 1.7rem 0.5rem; }
  .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
    background: #000;
    opacity: 1; }
  .footer-info-col--small, .footer-info-col--social {
    width: 33.333333%; }
  .footer-info-heading {
    font-size: 36px; }
  #menu {
    display: none; }
  .SideNav .navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: block; }
  h2.page-heading {
    font-size: 48px; }
  .HomeValues h4 {
    font-size: 36px; }
  .HomeValues p {
    font-family: 'Etelka Bold';
    font-size: 20px;
    margin-bottom: 2rem;
    padding: 0 2rem; }
  .SubCats .productGrid .product {
    width: 20%; }
  .breadcrumbs {
    margin-top: -1.5rem; }
  .CategoryImage {
    float: left;
    width: 25%;
    text-align: center; }
  .tab.is-active {
    border-bottom: 1px solid #f1f1f1; }
  .navUser {
    background-color: #454545; } }

@media (min-width: 551px) {
  .CategoryProducts h3 {
    float: left; }
  .CategoryProducts .actionBar {
    float: right; } }

@media screen and (max-width: 1200px) {
  .catDownloadBtn {
    display: none; }
  .HomeValues h4 {
    font-size: 26px;
    text-transform: none; }
  .HomeValues p {
    padding: 0;
    font-size: 16px; }
  .learnMoreBtn {
    width: 100%;
    padding: 0 1rem; }
  .reviewsCarousel, .FeaturedProducts .productCarousel {
    margin-right: 0; }
  .HomeReviews, .FeaturedProducts {
    padding-right: 2%; }
  .breadcrumb {
    margin-bottom: 5px; } }

@media (min-width: 801px) {
  .navPages-list.webpages-list li:nth-child(4) {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .dealerLocatorBtn {
    display: none; }
  .HomeValues li {
    width: 50%;
    padding: 0 1rem 2rem; }
  h2.page-heading {
    font-size: 40px;
    text-transform: none;
    margin-bottom: 1rem; }
  .slick-dots li {
    width: 50px; }
  .footer-info-heading {
    font-size: 26px; } }

@media screen and (max-width: 801px) {
  .LeftColumn, .HeaderCarousel {
    display: none; }
  .BodyColumn {
    width: 100%; }
  #pageType_category .LeftColumn {
    display: block;
    width: 100%; }
  #pageType_category .BodyContainer {
    display: block; }
  #pageType_category .navPages-list, #pageType_category .subcatsBlock {
    display: none; }
  .header {
    border: 0;
    background: #000; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #fff; }
  .countPill {
    background: #e82133; }
  .navUser ul.navUser-section--alt {
    float: right;
    margin-right: 10px; }
  .credit-cards {
    float: none; }
  .footer-badges {
    float: none;
    margin: 1rem auto 0; }
  #facetedSearch {
    width: 96%;
    margin: auto;
    padding-bottom: 1px; }
  .CategoryImage {
    text-align: center; }
  .facetedSearch-navList {
    padding: 0; }
  .productView-details {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem; } }

@media screen and (max-width: 551px) {
  .cartLabel {
    display: none; }
  .HomeValues li {
    float: none;
    width: 100%;
    padding: 0 0 3rem; }
  [data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    margin-right: auto;
    margin-left: auto; }
  .footer-info {
    margin: 0; }
  .footer-info-col, .footer-info-col a {
    font-size: 16px; }
  .CategoryProducts {
    padding: 1rem 1rem; }
  .productGrid .product {
    width: 100%; }
  h2.page-heading {
    font-size: 30px; } }

/*
.SideNav .navPages-list .navPages-item .navPages-action.Black.Friday.Blowout{
  font-size:16px;
  animation-name: blackAnimation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  height: 34px;
}

@keyframes blackAnimation {
  0%   {color:#565656; font-size:16px}
  25%  {color:#e82133; font-size:20px;}
  50%  {color:#000000; font-size:16px;}
  100% {color:#e82133; font-size:20px;}
}


.SideNav .navPages-list .navPages-item .navPages-action.Black.Friday.Blowout{
  text-align: center;
   font-weight: bold;
  -webkit-animation: glow 3s ease-in-out infinite alternate;
  -moz-animation: glow 3s ease-in-out infinite alternate;
  animation: glow 3s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
     from {
      color: white;
      font-size:16px;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red, 0 0 90px red;
  }
  
  to {
     color: black;
     font-size:18px;
    text-shadow: 2px 2px 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red, 0 0 80px red, 0 1 90px red;
  }
}

*/
.prod_catlog_block {
  display: flex;
  align-items: center; }
  @media (max-width: 640px) {
    .prod_catlog_block {
      flex-wrap: wrap; } }
  .prod_catlog_block .prod_catlog {
    margin-right: 20px;
    padding: 15px; }
    @media (max-width: 640px) {
      .prod_catlog_block .prod_catlog {
        margin: 0; } }

.SideNav .navPages-list .navPages-item .navPages-action.Black.Friday.Blowout {
  font-size: 16px;
  font-weight: bold;
  height: 34px;
  animation: glow 1.5s ease-in-out infinite alternate;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out; }

@keyframes glow {
  from {
    color: #565656;
    font-size: 16px; }
  to {
    color: #e82133;
    font-size: 18px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } }

.SideNav .navPages-list .navPages-item .navPages-action.Black.Friday.Blowout:hover {
  color: #e82133;
  font-size: 18px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: glowhover 1.5s ease-in-out infinite alternate; }

@keyframes glowhover {}
