.catModSpacing {
  margin-bottom: 40px;
  clear: both;
}

#dealWrapper .catModSpacing {
  margin-bottom: 60px;
  clear: both;
}

.phone [id=categoryPage] {
  display: block;
}

[id=categoryPage] .d-shopAll {
  font-weight: 600;
}

[id=categoryPage] .cat-header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

[id=categoryPage] .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
}

[id=categoryPage] .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -20px;
}

[id=categoryPage] .bx-wrapper {
  margin: 0 auto 40px;
}

[id=categoryPage] .clearMobile .mod-header {
  float: none;
  clear: both;
}

.tablet [id=categoryPage] .captionBlockContainer div:nth-of-type(2) {
  margin: 0 10px auto;
}

[id=categoryPage] .catModSpacing .mod2 {
  flex-basis: 20%;
}

div.shop-btns {
  width: 100%;
}

.shop-btns ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: auto;
}

.shop-btns ul li {
  min-width: 30%;
  height: 40px;
  display: inline-block;
  margin-left: 15px;
}

.shop-btns a {
  font: bold normal 16px/40px Arial, sans-serif;
  text-align: center;
  padding: 0 5px;
  overflow: visible;
  display: block;
  color: #fff;
}

.shop-btns li a:hover {
  color: #fff;
  background: #303030;
}

/* Sliding captions */
.brand-lightgray {
  background: rgba(136, 136, 136, 0.7);
}

[id=categoryPage] .captionBlockContainer .offerDetails {
  font-family: "Roboto Slab";
  font-size: 19px;
  line-height: 16px;
}

[id=categoryPage] .captionBlockContainer .captionBlock1 img {
  margin-bottom: 0px;
}

.tablet [id=categoryPage] .subCat3Pack .vm_clickable {
  background-repeat: repeat;
}

.phone .captionBlockContainer .captionBlock1:hover .captionText {
  height: auto;
  position: relative;
}

.phone [id=categoryPage] .slideCaption .captionText {
  position: relative !important;
  min-height: 77px;
}

.phone [id=categoryPage] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.phone .captionBlockContainer .slideCaption .captionText a {
  height: auto !important;
}

/* Deal or brand circles */
#dealWrapper #catStaticDeals6Col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}

.sd6FlexItem {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 200px;
  justify-content: flex-start;
  padding: 0 .2em;
  width: 100%;
}

.sd6FlexItem a {
  display: contents;
  height: 100%;
}

.sd6FlexItem img {
  max-width: 100%;
}

.desktop #catStaticDeals6Col .circleDeals img,
.tablet #catStaticDeals6Col .circleDeals img {
  transition: all .2s ease-in-out;
}

.desktop #catStaticDeals6Col .circleDeals img:hover,
.tablet #catStaticDeals6Col .circleDeals img:hover {
  transform: scale(1.05);
}

#catStaticDeals6Col .depheader,
#catStaticDeals6Col .deptext {
  color: #303030;
  font-family: "Roboto Slab", Arial, sans-serif;
  text-align: center;
}

#catStaticDeals6Col .circleDeals img {
  border-radius: 50%;
  width: 100%;
  margin: 0 auto;
}

#catStaticDeals6Col .depheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: .03em;
  padding: .5em .2em 0;
  margin-top: 0;
  margin-bottom: 0;
}

#catStaticDeals6Col .deptext {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 19px;
  padding: 0;
  margin: 0;
}

/* Blog Mod Styles */
#dealWrapper .blog-wrap-title {
  width: 100%;
  clear: both;
}

#blogFlex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.article-card-single {
  text-align: center;
  flex: 0 0 31.5%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  background: #eee;
}

.bl-top {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

.blog-image {
  font-size: 0;
  height: 220px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-title-container {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  min-height: 80px;
  align-self: center;
}

.article-card-single img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.article-card-single h3 {
  color: #494949;
  font: 300 normal 20px/1.3 "Roboto Slab", serif;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  padding: 20px 12px;
  text-align: center;
}

.article-card-single a {
  border-radius: 2px;
  display: block;
  font: bold normal 16px/40px Arial, sans-serif;
  height: 40px;
  padding: 0 24px;
  margin: 0 auto 20px;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 200px
}

.blog-wrapper {
  margin: auto auto 50px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* SEO Copy block */
.hidden-text {
  display: none;
}

.seo-btn-toggle {
  cursor: pointer;
  text-align: center;
}

.vm_editedtextblock h3 {
  font: normal 24px/2 "Roboto Slab", Arial, sans-serif;
}

.smooth-transition {
  -webkit-transition: 1s ease-in;
  transition: all 1s ease-in;
}

#chevySpan::after {
  content: "\2193";
  font: 300 28px/18px "Roboto Slab";
  margin-left: 0.2em;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  color: #444;
}

#chevySpanUp::after {
  content: "\2191";
  font: 300 28px/18px "Roboto Slab";
  margin-left: 0.2em;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  color: #444;
}

.vm_editedtextblock {
  background-color: #eee;
  padding: 10px 2%;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  max-width: 900px;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* Rect Subcat 3 pack */
.subCat3Pack .vm_clickable {
  position: relative;
  width: 100%;
  font-family: "Roboto Slab";
  background-position: left;
  background-repeat: no-repeat;
  min-height: 106px;
}

.subCat3Pack .subCat3PackLink {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 19.5px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 183px;
}

.subCat3Pack .subCat3PackLink a {
  text-decoration: none;
  color: #303030;
}

.subCat3Pack .vm_clickable:nth-child(2) {
  margin: 0 20px;
}

/* Nav filter - tablet & mobile */
.nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-products,
.left-nav-filter {
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  font-size: 20px;
  color: #00B8D5;
  font-weight: bold;
}

.all-products a {
  display: inline-block;
  width: 100%;
  color: #00B8D5;
}

.all-products a:after {
  content: '\203A';
  font: 300 24px/18px "Roboto Slab";
  margin-left: .2em;
  height: 21px;
  vertical-align: middle;
  display: inline-block;
}

[id=categoryPage] .left-nav-filter {
  border-right: 2px solid;
}

[id=dealWrapper] .filterContainer {
  margin-bottom: 2%;
}

[id=catFlyoutWrapper] .filter-label {
  background: #00b8d5;
  width: 100%;
  margin: 0 0 .5rem;
  display: inline-block;
  font-weight: bold;
}

.filter-label {
  color: #fff;
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5rem;
  height: 44px;
  line-height: 44px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}

/* START TABLET ONLY */
.tablet a img {
  width: 100%;
}

.tablet [id=categoryPage] .slideCaption .captionText {
  position: relative;
  min-height: 90px;
  height: 100%;
}

.tablet [id=categoryPage] .slideCaption .captionText .offerDetails {
  margin: 10px 0 0 0;
}

.tablet [id=categoryPage] .select-wrap {
  position: relative;
  display: inline-block;
}

/* override stylesheet_C.css for .touch-select */
.tablet [id=categoryPage] .LeftColumnNav2 .touch-select {
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  margin: .4rem 0;
  padding-left: .5rem;
  -webkit-appearance: none;
  background: transparent;
  padding-right: 2.5em;
}

.tablet .select-wrap:after {
  content: "\E800";
  font-family: vitacost;
  color: #276cbc;
  position: absolute;
  top: 17px;
  right: 8px;
  pointer-events: none;
}

.tablet #LeftColNavWrapper * {
  box-sizing: border-box;
}

.tablet [id=categoryPage] #dealWrapper {
  width: 100%;
  display: inline-block;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper] {
  position: absolute;
  top: 60px;
  left: -135%;
  background: #fff;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  margin-bottom: 2rem;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper] .category-filter {
  width: 100%;
  margin: 0 0 .5rem;
}

.tablet .ocn-trigger:checked+#LeftColNavWrapper #catFlyoutWrapper {
  display: block;
  left: 0;
  width: 85%;
  z-index: 3;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  border-right: solid 1px #8a8a8a;
}

.tablet .ocn-trigger:checked+.m-mask:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tablet [id=categoryPage] #offcanvas-nav-check:checked+.cwIn #LeftColNavWrapper {
  pointer-events: none;
}

.tablet [id=categoryPage] #offcanvas-nav-check:checked+.cwIn #catFlyoutWrapper {
  display: none;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper] .LeftColumnNav2,
[id=categoryPage] [id=catFlyoutWrapper] .LeftColumnNav2 ul {
  width: 97%;
  margin-left: 4px;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper] .select-wrap,
.tablet [id=categoryPage] [id=catFlyoutWrapper] .touch-select {
  width: 100%;
}

.tablet[id=categoryPage] [id=catFlyoutWrapper] .LeftColumnNav2 h3 {
  padding-top: 5px;
}

.tablet [id=categoryPage] [class^=LeftColumnNav] {
  border-top: 0;
}

.tablet [id=categoryPage] #LeftColNavWrapper {
  top: -78px;
}

.tablet [id=categoryPage] input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.tablet [id=categoryPage] [class^=LeftColumnNav] h3:after,
[class^=LeftColumnNav] h3.open:after {
  content: '';
}

.tablet [id=categoryPage] .left-nav-filter.category-filter {
  width: auto;
  color: #00B8D5 !important;
  background: #fff;
}

.tablet [id=categoryPage] .left-nav-filter.category-filter {
  font-size: 16px;
}

.tablet [id=categoryPage] .left-nav-filter:before {
  content: '\e833';
  font-family: vitacost;
  padding-right: .45rem;
}

.phone [id=categoryPage] [id=catFlyoutWrapper]:after {
  top: 10px;
  color: #fff;
  pointer-events: none;
  content: '\E841';
  font-family: vitacost;
  position: absolute;
  right: 12px;
  font-size: 24px;
}

.phone [id=categoryPage] #bxslidemaster {
  max-width: 960px;
  margin: 0 auto 25px;
}

.phone [id=categoryPage] .bx-wrapper .bx-controls-direction a {
  top: 32%;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper] .category-filter.category-filter {
  background: #00B8D5;
}

[id=dealWrapper] .left-nav-filter {
  margin-top: 5px;
}

.mobile .cat-title {
  font-size: 24px;
}

.mobile .left-nav-filter {
  border-right: none;
}

.phone h3.feature-cat-title {
  padding: 1em 0;
}

.tablet [id=dealWrapper] .topCatLink.topCatLink {
  margin: 0 0 10px;
  width: 100%;
  font-size: 14px;
}

.tablet [id=categoryPage] .left-nav-filter.category-filter {
  width: auto;
  color: #00B8D5 !important;
  background: #fff;
}

.tablet [id=categoryPage] [id=catFlyoutWrapper]:after {
  top: 6px;
  color: #fff;
  pointer-events: none;
}

.tablet .cat-title {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

/* different width on tablet */
.tablet .ocn-trigger:checked+#LeftColNavWrapper #catFlyoutWrapper {
  width: 50%;
}



/* Merged from Cat Templates */
.cat-deals-triple {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.cdt-flex-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 330px;
  justify-content: center;
  padding: 0 .2em;
  width: 100%;
  margin: auto;
}

.cat-deals-triple .cdt-flex-item:nth-child(2) {
  margin: auto 17px auto 17px;
}

.cdt-flex-item a {
  display: contents;
  height: 100%;
}

.cdt-flex-item img {
  max-width: 100%;
}

.desktop .cat-deals-triple .circleDeals img,
.tablet .cat-deals-triple .circleDeals img {
  transition: all .2s ease-in-out;
}

.desktop .cat-deals-triple .circleDeals img:hover,
.tablet .cat-deals-triple .circleDeals img:hover {
  transform: scale(1.05);
}

.cat-deals-triple .depheader,
.cat-deals-triple .deptext {
  color: #303030;
  font-family: "Roboto Slab", Arial, sans-serif;
  text-align: center;
}

.cat-deals-triple .circleDeals img {
  width: 100%;
  margin: 0 auto;
}

.cat-deals-triple .depheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: .03em;
  padding: .5em .2em 0;
  margin-top: 0;
  margin-bottom: 0;
}

.cat-deals-triple .deptext {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 19px;
  padding: 0;
  margin: 0;
}





/* START MEDIA QUERIES */
@media only screen and (max-width: 1085px) {
  [id=categoryPage] .cat-header {
    flex-direction: column;
  }

  .shop-btns ul {
    justify-content: flex-start;
  }

  .shop-btns ul li {
    min-width: 25%;
    height: 40px;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
  }
}

/* END 1085 media query */
@media screen and (max-width: 767px) {

  .desktop [id=categoryPage] .bx-wrapper .bx-controls-direction a,
  .tablet [id=categoryPage] .bx-wrapper .bx-controls-direction a {
    height: 44px;
    width: 25px;
    line-height: 0px;
  }

  .shop-btns ul li {
    width: 40%;
    margin: auto;
  }

  div.shop-btns {
    margin: 10px 0;
  }

  .desktop [id=categoryPage] .bx-wrapper .bx-prev:before,
  .desktop [id=categoryPage] .bx-wrapper .bx-next:before,
  .tablet [id=categoryPage] .bx-wrapper .bx-prev:before,
  .tablet [id=categoryPage] .bx-wrapper .bx-next:before {
    font-size: 21px;
  }

  [id=categoryPage] .mobileHeroExt a {
    text-align: center;
    display: block;
  }

  [id=categoryPage] .captionBlockContainer .captionBlock1 {
    display: flex;
    overflow: unset;
    margin: 0 0 1vw 0 !important;
  }

  .captionBlockContainer .captionBlock1:hover .captionText {
    height: 100%;
    position: relative;
  }

  .captionBlockContainer .slideCaption {
    height: 18vw;
  }

  [id=categoryPage]>div {
    font-size: 16px;
  }

  .desktop [id=categoryPage] #LeftColNavWrapper {
    display: none;
  }

  .catModSpacing {
    margin-bottom: 40px;
    clear: both;
  }

  #dealWrapper .catModSpacing {
    margin-bottom: 20px;
  }

  [id=categoryPage] .medFeatureBlock h3 {
    font-size: 27px;
  }

  [id=categoryPage] #catStaticDeals6Col .depheader {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0;
  }

  #dealWrapper #catStaticDeals6Col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #catStaticDeals6Col .sd6FlexItem {
    width: 160px;
    padding: 0 .4em 1em;
  }

  .subCat3Pack .vm_clickable:nth-child(2) {
    margin: 5px 0;
  }

  [id=categoryPage] #dealWrapper .catCaptionBlockRevised .captionBlockContainer {
    margin: auto;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    max-width: 580px;
  }

  [class^=LeftColumnNav]>li>h3 {
    border-bottom: none;
  }

  .cat-deals-triple {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }


  .cdt-flex-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 330px;
    justify-content: center;
    padding: 0 .2em;
    width: 100%;
    margin: auto;
  }

  .cat-deals-triple .cdt-flex-item:nth-child(2) {
    margin: auto 17px auto 17px;
  }

  .cdt-flex-item a {
    display: contents;
    height: 100%;
  }

  .cdt-flex-item img {
    max-width: 100%;
  }

  .desktop .cat-deals-triple .circleDeals img,
  .tablet .cat-deals-triple .circleDeals img {
    transition: all .2s ease-in-out;
  }

  .desktop .cat-deals-triple .circleDeals img:hover,
  .tablet .cat-deals-triple .circleDeals img:hover {
    transform: scale(1.05);
  }

  .cat-deals-triple .depheader,
  .cat-deals-triple .deptext {
    color: #303030;
    font-family: "Roboto Slab", Arial, sans-serif;
    text-align: center;
  }

  .cat-deals-triple .circleDeals img {
    width: 100%;
    margin: 0 auto;
  }

  .cat-deals-triple .depheader {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: .03em;
    padding: .5em .2em 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cat-deals-triple .deptext {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .04em;
    line-height: 19px;
    padding: 0;
    margin: 0;
  }

  #LeftColNavWrapper {
    display: none;
  }

  #dealWrapper .blog-wrap-title {
    margin-bottom: 25px;
  }

  .article-card-single {
    margin: 0 auto 20px auto;
    flex: 0 0 47.5%;
  }

  .blog-image {
    height: 300px;
  }

  .article-card-single h3 {
    min-height: auto;
  }
}

/* END 767 media query */
@media screen and (max-width: 767px) and (orientation: portrait) {

  .all-products,
  .left-nav-filter {
    font-size: 4.2vw;
    padding: 0 9px;
  }
}

/* END MAX 767 and ORIENTATION:PORTRAIT */
@media screen and (max-width: 600px) {
  [id=categoryPage] .medFeatureBlock {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [id=categoryPage] .medFeatureBlock .mod1 {
    margin-left: 0;
  }

  [id=categoryPage] .medFeatureBlock .mod2 {
    min-height: 25vh;
  }

  .subCat3Pack .three-pack {
    margin: 0 auto;
    width: 334px;
  }

  .article-card-single {
    flex: 0 0 88%;
  }

  .cat-deals-triple {

    justify-content: center;
    flex-wrap: wrap;
  }

  .cat-deals-triple .cdt-flex-item:nth-child(2) {
    margin: 20px auto 20px auto;
  }
}

/* END 600 media query */
@media screen and (max-width: 500px) {
  .sd6FlexItem {
    max-width: 188px;
  }

  #catStaticDeals6Col .deptext {
    font-size: 15px;
    letter-spacing: .03em;
  }
}

/* END 500 media query */
@media screen and (max-width: 321px) {
  #catStaticDeals6Col .sd6FlexItem {
    max-width: 153px;
    margin: 1em auto 0;
  }
}

/* END 321 media query */