@import url(////fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Oswald:400,700);
#main-nav .vnav__link, #push-menu .vnav__link, .cart-summary .cart-summary__count, .elist__title, .home .showcase__link, .sitelinks__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cbp-spmenu {
  background: #fff;
  position: fixed;
  border-right: 1px solid #d0d0d0;
}
.cbp-spmenu h3 {
  color: #909090;
  font-size: 1.6em;
  padding: 20px 12px 29px;
  font-weight: 400;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
}
.cbp-spmenu ul {
  padding: 0;
}
.cbp-spmenu a {
  display: block;
  text-transform: uppercase;
  color: #909090;
  font-size: 1.1em;
  font-weight: 400;
}
.cbp-spmenu a:hover {
  background: #fff;
}
.cbp-spmenu a:active {
  background: #fff;
  color: #91cfcd;
}
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #d0d0d0;
  padding: 1em;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #d0d0d0;
}
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 240px;
}
.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu, .cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width:55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height:26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left, .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

#main-nav .vnav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-nav .vnav__item {
  position: relative;
}
#main-nav .vnav__item:hover {
  background: transparent;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav__item > .vnav__subnav {
    display: block;
  }
}
#main-nav .vnav__link {
  color: #fff;
  font: bold 13px 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 9px 15px;
  display: table-cell;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #main-nav .vnav__link {
    padding: 10px 40px;
  }
}
@media only screen and (max-width:767px) {
  #main-nav .vnav__link {
    padding: 10px 30px;
  }
}
#main-nav .vnav__link:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
#main-nav .vnav__link--active {
  color: #000;
  background: #fff;
}
#main-nav .vnav__item:hover > .vnav__subnav {
  display: block;
}
#main-nav .vnav__subnav {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 100;
  border-top: 7px solid #db8e20;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav__subnav {
    position: static;
    background: transparent;
    padding-left: 20px;
  }
}
#main-nav .vnav__subnav > li a {
  color: #222222;
}
#main-nav .vnav__subnav .vnav__item {
  display: block;
}
#main-nav .vnav__subnav .vnav__link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #232323;
  white-space: nowrap;
  text-align: left;
  text-transform: capitalize;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav__subnav .vnav__link {
    color: #fff;
    background: transparent;
  }
}
#main-nav .vnav__subnav .vnav__link:hover {
  color: #db8e20;
  text-decoration: none;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav__subnav .vnav__link:hover {
    background: transparent;
    font-weight: 700;
    color: #fff;
  }
}
#main-nav .vnav--level1 {
  position: relative;
  display: inline-table;
}
#main-nav .vnav--level1 > .vnav__item {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav--level1 > .vnav__item {
    display: block;
  }
}
#main-nav .vnav--horizontal .vnav__subnav {
  left: 0;
  top: 100%;
}
@media only screen and (max-width:991px) {
  #main-nav .vnav--horizontal .vnav__subnav {
    left: 100%;
    top: -60%;
  }
}
#main-nav .vnav--horizontal .vnav--level3, #main-nav .vnav--horizontal .vnav--level4 {
  left: 100%;
  top: 0;
}
#main-nav .vnav--vertical .vnav__item {
  display: block;
}
#main-nav .vnav--vertical .vnav__subnav {
  left: 100%;
  top: 0px;
}
.navbar-collapse {
  padding: 0;
}
#push-menu {
  text-align: left;
  background: #000;
  overflow: hidden;
  overflow-y: scroll;
}
#push-menu .vnav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#push-menu .vnav__item {
  position: relative;
}
#push-menu .vnav__item:hover {
  background: transparent;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav__item > .vnav__subnav {
    display: block;
  }
}
#push-menu .vnav__link {
  color: #fff;
  font: normal 13px 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 9px 15px;
  display: table-cell;
  border-bottom: none;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #push-menu .vnav__link {
    padding: 10px 40px;
  }
}
@media only screen and (max-width:767px) {
  #push-menu .vnav__link {
    padding: 10px 30px;
  }
}
#push-menu .vnav__link:hover {
  color: #666666;
  background: #eeeeee;
  text-decoration: none;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav__link:hover {
    background: transparent;
    font-weight: 700;
    color: #fff;
  }
}
#push-menu .vnav__link--active {
  color: #666666;
  background: #eeeeee;
}
#push-menu .vnav__item:hover > .vnav__subnav {
  display: block;
}
#push-menu .vnav__subnav {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 100;
  border-top: 7px solid #db8e20;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav__subnav {
    position: static;
    background: transparent;
    padding-left: 20px;
  }
}
#push-menu .vnav__subnav > li a {
  color: #222222;
}
#push-menu .vnav__subnav .vnav__item {
  display: block;
}
#push-menu .vnav__subnav .vnav__link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #666666;
  white-space: nowrap;
  text-align: left;
  border-bottom: none;
  text-transform: capitalize;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav__subnav .vnav__link {
    color: #fff;
    background: transparent;
  }
}
#push-menu .vnav__subnav .vnav__link:hover {
  color: #888888;
  text-decoration: none;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav__subnav .vnav__link:hover {
    background: transparent;
    font-weight: 700;
    color: #fff;
  }
}
#push-menu .vnav--level1 {
  position: relative;
  display: inline-table;
}
#push-menu .vnav--level1 > .vnav__item {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav--level1 > .vnav__item {
    display: block;
  }
}
#push-menu .vnav--horizontal .vnav__subnav {
  left: 0;
  top: 100%;
}
@media only screen and (max-width:991px) {
  #push-menu .vnav--horizontal .vnav__subnav {
    left: 100%;
    top: -60%;
  }
}
#push-menu .vnav--horizontal .vnav--level3, #push-menu .vnav--horizontal .vnav--level4 {
  left: 100%;
  top: 0;
}
#push-menu .vnav--vertical .vnav__item {
  display: block;
}
#push-menu .vnav--vertical .vnav__subnav {
  left: 100%;
  top: 0px;
}
#showLeftPush.active {
  background: none;
}
.cart-summary {
  position: relative;
}
.cart-summary__link:hover .cart-summary__count {
  display: block;
}
.cart-summary .cart-summary__count {
  display: none;
  /*background: url("http://www.retroactivesmokeshop.com/v/vspfiles/templates/driven/images/template/cart-summary__count.png") no-repeat 0 0;*/
  width: 31px;
  height: 34px;
  color: #fff;
  font: bold 14px 'Lato', sans-serif;
  text-align: center;
  position: absolute;
  top: -31px;
  line-height: 34px;
  padding-left: 2px;
}
.cart-summary .icon{
  width: 28px;
  height: 28px;
  display: inline-block;
}
@media only screen and (max-width:991px) {
  .cart-summary .cart-summary__count {
    top: -24px;
    left: 3px;
    background: url("http://www.retroactivesmokeshop.com/v/vspfiles/templates/driven/images/template/cart-summary-white.png") no-repeat 0 0;
    color: #db8e20;
    display: block;
  }
  .cart-summary{
    top: 10px;
  }
}
.footer__elist .icon{
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.elist {
  width: 468px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .elist {
    width: 348px;
  }
}
@media only screen and (max-width:767px) {
  .elist {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
    margin: 0;
  }
}
.elist__title {
  font: normal 22px 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #db8e20;
  text-shadow: 0 1px 1px black;
  margin: -6px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .elist__title {
    margin: 0;
    font-size: 22px;
  }
}
.elist .input-group {
  display: block;
}
.elist__input {
  border: none;
  padding: 0 15px;
  background: black;
  text-transform: uppercase;
  height: 30px;
  width: 100%;
}
.elist__submit {
  position: absolute;
  background-color: transparent;
  border:none;
  cursor: pointer;
  right: 5px;
  top: 2px;
}
.elist__submit .icon{
  display: block;
  width: 18px;
  height: 19px;
}
.footer {
  padding: 0;
  background: #232323;
}
.footer__title{
  text-transform: uppercase;
  font-size: 14px;
  color:#fff;
}
.footer__title:hover{
  color:#fff;
}
.footer__list li{color: #c1c1c1;}
.footer__list li a{
  color: #c1c1c1;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__list li a:hover{color:#fff;}
.footer__copyright {
  color: #999999;
}
.footer__elist {
  background: #171717;
  padding: 10px 0 0;
  height: 47px;
}
@media only screen and (max-width:767px) {
  .footer__elist {
    padding: 10px 0;
    height: auto;
  }
  .elist{
    margin: 0 auto;
  }
  .elist__title{
    text-align: center;
    width: 100%;
  }
}
.footer__ssl {
  padding: 0 30px 30px 0;
}
.footer .social__title {
  color: #db8e20;
  font: normal 22px 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
.footer__social .social__icons a {
  margin: 0 1em;
}
.footer__social .social__icons a:hover {
  text-decoration: none;
}
.footer .social {
  margin: 10px 0 1em;
}
.footer .social__icons {
  margin-left: 3px;
}
.footer .social .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  width: 30px;
  height: 30px;
  fill: #db8e20;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .social .icon:hover{
  fill:#fff;
}
.footer__title {
  display: block;
  padding: 8px 0;
  position: relative;
}
.footer .accordion-toggle .collapse__icon {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  fill: black;
}
.footer .accordion-toggle.collapsed .collapse__icon {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .footer .collapse {
    height: auto !important;
    display: block;
    visibility: visible;
  }
  .footer .collapse__icon {
    display: none;
  }
  .footer .collapsing {
    height: auto;
    overflow: visible;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
.footer__bottom {
  width: 100%;
  background: #000;
  line-height: 40px;
}
.footer__copyright {
  font-size: 9px;
  text-transform: uppercase;
  padding: 1em 0;
  float: left;
}
.footer__icons{
  float: right;
}
@media only screen and (max-width: 768px) {
  .footer__copyright, .footer__icons {
    float: none;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width:991px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer .vertical-align {
  height: 200px;
}
@media only screen and (max-width:991px) {
  .footer .vertical-align {
    height: 100px;
  }
}
.footer .footer__bottom .ssl {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer__bottom .ssl .icon {
  width: 70px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.footer .creditcards {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer .creditcards .icon {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 22px;
  margin-right: 1px;
}
.footer__accordion {
  padding-top: 1em;
}
.footer__accordion .panel {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
}
.footer__accordion .panel-default > .panel-heading {
  color: white;
  background: transparent;
  padding: 0;
}
.footer__accordion .panel-title > a {
  font-weight: 600;
  font-size: 15px;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  width: 100%;
  display: block;
  height: 70px;
  padding-left: 1em;
}
.footer__accordion .panel-title > a:after {
  display: block;
  content: '\00BB';
  position: absolute;
  left: 90%;
  font-size: 150%;
  top: -0.3em;
}
.footer__accordion .linklist {
  padding: 0;
}
.header {
  height: 104px;
  background: #232324;
}
@media only screen and (max-width:767px) {
  .header .container {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width:991px) {
  .header {
    height: auto;
  }
}
.header__logo {
  display: block;
  position: relative;
  z-index: 900;
  margin: 12px 0 0;
}
@media only screen and (max-width:991px) {
  .header__logo {
    margin: 0 auto;
    float: none;
    position: static;
  }
}
.header__logo img {
  display: block;
}
@media only screen and (max-width:991px) {
  .header__logo img {
    margin: 20px auto 10px;
  }
}
.header__cart {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  .header__cart {
    line-height: 49px;
  }
}
@media only screen and (max-width:767px) {
  .header__cart {
    margin-right: 20px;
  }
}
.header__utility {
  padding-top: 12px;
}
.home {}

/*.home #div_articleid_2 img {
  display: block;
  max-width: 100%;
  height: auto;
  }*/
  .home #div_articleid_2 img[src$="/FeaturedProducts.gif"], .home #div_articleid_2 img[src$="/clear1x1.gif"], .home #div_articleid_2 .v65-productDisplay img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    min-width: 25px;
  }
  .home #div_articleid_2 img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto;
  }
  .home .v65-productDisplay .productnamecolor.colors_productname, .home a.productnamecolor.colors_productname {
    color: #909090;
    font: 700 12px 'Montserrat', Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 1.5em;
  }
  .home .v65-productDisplay .productnamecolor.colors_productname:hover, .home a.productnamecolor.colors_productname:hover {
    color: #7fc7c5;
    text-decoration: none;
  }
  .home table.v65-productDisplay font.text.colors_text, .home table.v65-productDisplay font.text.colors_text b {
    color: #909090;
    font: 400 12px 'Montserrat', Arial, Sans-Serif !important;
  }
  .home #content_area .v65-productDisplay img[src$="nophoto.gif"], .home #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0 !important;
  }
  .home table.v65-productDisplay .productnamecolor {
    font-size: 12px;
    font-weight: normal;
  }
  .home table.v65-productDisplay .product_listprice, .home table.v65-productDisplay .product_listprice b {
    font-size: 12px;
    font-weight: normal;
  }
  .home table.v65-productDisplay .product_productprice, .home table.v65-productDisplay .product_productprice b {
    font-size: 12px;
    font-weight: normal;
  }
  .home table.v65-productDisplay .product_saleprice, .home table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
    font-weight: normal;
    color: #7fc7c5;
  }
  .home table.v65-productDisplay .product_dealprice {
    font-size: 12px;
    font-weight: normal;
    color: #7fc7c5;
  }
  @media (max-width:480px) {
    .home {
      /* Product Title */
      /* List Price */
      /* Our Price */
      /* Sale Price */
      /* Deal Price */
    }
    .home table.v65-productDisplay .productnamecolor {
      font-size: 12px;
    }
    .home table.v65-productDisplay .product_listprice, .home table.v65-productDisplay .product_listprice b {
      font-size: 12px;
    }
    .home table.v65-productDisplay .product_productprice, .home table.v65-productDisplay .product_productprice b {
      font-size: 12px;
    }
    .home table.v65-productDisplay .product_saleprice, .home table.v65-productDisplay .product_saleprice b {
      font-size: 12px;
    }
    .home table.v65-productDisplay .product_dealprice {
      font-size: 12px;
    }
  }
  .linklist {
    padding: 5em 0 15px;
    list-style: none;
    color: white;
  }
  .linklist__item {
    color: white;
    line-height: 2;
  }
  .linklist__item a {
    color: white;
    transition: opacity 0.2s;
  }
  .linklist__item a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .body__wrapper {
    background: #0A0C01 url("http://www.retroactivesmokeshop.com/v/vspfiles/templates/driven/images/template/blur.jpg") repeat-x center 0;
    background-size: 100%;
    padding: 30px 0;
  }
  @media only screen and (max-width:767px) {
    .body__wrapper {
      padding: 0;
    }
  }
  @media only screen and (max-width:767px) {
    .row {
      margin: 0;
    }
  }
  @media only screen and (max-width:767px) {
    .sm-no-padding {
      padding: 0;
    }
  }
  @media only screen and (min-width:1200px) {
    .container {
      width: 1205px;
    }
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .container {
      width: 725px;
    }
  }
  .showcase .container {
    background-color: #fff;
    padding: 30px 15px;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .showcase .container {
      width: 100%;
    }
  }
  @media only screen and (max-width:767px) {
    .showcase .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .home .showcase .container {
    background-color: #fff;
    width: 1205px;
    position: relative;
    padding: 30px 30px 0;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase .container {
      width: 725px;
    }
  }
  @media only screen and (max-width:767px) {
    .home .showcase #content_area br{display: none;}
    .home .showcase .container {
      width: 100%;
      padding: 0;
      background-color: white;
    }
  }
  .home .showcase .container img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .home .showcase .container img[src$="HomePage/FeaturedProducts.gif"]{
    width:auto;
  }
  .home .showcase__hero {
    position: relative;
    background-size: cover;
    display: block;
    width: 100%;
    min-height: 395px;
  }
  @media only screen and (max-width:767px) {
    .home .showcase__hero {
      min-height: 289px;
    }
  }
  .home .showcase__hero .hero__link {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .home .showcase__hero .hero__link:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .home .showcase__link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 41px;
    background: rgba(219, 142, 32, 0.8);
    text-align: center;
    bottom: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    padding: 0 2em;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__link {
      padding: 0 1em;
    }
  }
  .home .showcase__link > span {
text-shadow:1px 1px 1px #000;
    display: block;
  }
  .home .showcase__link:hover, .home .showcase__link:focus {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__link:hover, .home .showcase__link:focus {
      height: 168px !important;
    }
  }
  .home .showcase__link:hover .link-title, .home .showcase__link:focus .link-title {
    color: #fff;
  }
  .home .showcase__link .link-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 41px;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
  }
  .home .showcase__link .link-description {
    font-size: 12px -1px;
    line-height: 1.62857;
  }
  .home .showcase__link a.link-button {
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 117px;
    height: 32px;
    line-height: 32px;
    margin: 1em auto 0;
    border: 1px solid #fff;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .home .showcase__link a.link-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
  }
  .home .showcase__primary {
    position: relative;
    margin-bottom: 30px;
    min-height: 182px;
    width: 100%;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__primary {
      min-height: 168px;
    }
  }
  @media only screen and (max-width:767px) {
    .home .showcase__primary {
      margin: 0;
      min-height: 100%;
    }
  }
  .home .showcase__primary:hover .showcase__link, .home .showcase__primary:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__primary:hover .showcase__link, .home .showcase__primary:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__primary:hover .showcase__link .link-title, .home .showcase__primary:focus .showcase__link .link-title {
    color: #fff;
  }
  .home .showcase__secondary {
    position: relative;
    margin-bottom: 30px;
    min-height: 182px;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__secondary {
      min-height: 168px;
    }
  }
  @media only screen and (max-width:767px) {
    .home .showcase__secondary {
      margin: 0;
    }
  }
  .home .showcase__secondary:hover .showcase__link, .home .showcase__secondary:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__secondary:hover .showcase__link, .home .showcase__secondary:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__secondary:hover .showcase__link .link-title, .home .showcase__secondary:focus .showcase__link .link-title {
    color: #fff;
  }
  .home .showcase__promos .showcase__link {
    background: rgba(219, 142, 32, 0.8);
  }
  .home .showcase__promos .showcase__link:hover {
    height: 190px;
  }
  .home .showcase__promos .showcase__link:hover .link-title {
    color: #db8e20;
  }
  .home .showcase__promos .promo {
    position: relative;
    min-height: 270px;
    margin-bottom: 10px;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__promos .promo {
      margin-bottom: 30px;
      min-height: 252px;
    }
  }
  @media only screen and (max-width:767px) {
    .home .showcase__promos .promo {
      margin-bottom: 0;
    }
  }
  .home .showcase__promos .promo__1:hover .showcase__link, .home .showcase__promos .promo__1:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__promos .promo__1:hover .showcase__link, .home .showcase__promos .promo__1:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__promos .promo__1:hover .showcase__link .link-title, .home .showcase__promos .promo__1:focus .showcase__link .link-title {
    color: white;
  }
  .home .showcase__promos .promo__2:hover .showcase__link, .home .showcase__promos .promo__2:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__promos .promo__2:hover .showcase__link, .home .showcase__promos .promo__2:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__promos .promo__2:hover .showcase__link .link-title, .home .showcase__promos .promo__2:focus .showcase__link .link-title {
    color: white;
  }
  .home .showcase__promos .promo__3:hover .showcase__link, .home .showcase__promos .promo__3:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__promos .promo__3:hover .showcase__link, .home .showcase__promos .promo__3:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__promos .promo__3:hover .showcase__link .link-title, .home .showcase__promos .promo__3:focus .showcase__link .link-title {
    color: white;
  }
  .home .showcase__promos .promo__4:hover .showcase__link, .home .showcase__promos .promo__4:focus .showcase__link {
    height: 182px !important;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .home .showcase__promos .promo__4:hover .showcase__link, .home .showcase__promos .promo__4:focus .showcase__link {
      height: 168px !important;
    }
  }
  .home .showcase__promos .promo__4:hover .showcase__link .link-title, .home .showcase__promos .promo__4:focus .showcase__link .link-title {
    color: white;
  }
  .home .showcase__text {
    background: url("http://www.retroactivesmokeshop.com/v/vspfiles/templates/driven/images/homepage/about-us.jpg") 0 0 no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    height: 335px;
    padding: 0 5em;
    line-height: 1.6;
    color: #fff;
  }
  @media only screen and (max-width:767px) {
    .home .showcase__text {
      padding: 0 1em;
      height: 450px;
      margin: 0;
    }
     .home .showcase__text h2{margin-top:0;}
  }
  .home .showcase__text .about {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
  }
  .home .showcase__text h2 {
    font: normal 30px 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #db8e20;
    letter-spacing: 0.1em;
  }
  .home .featured-products__title{
    color: #db8e20;
    font:normal 30px 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    text-align: center;
    margin:1em 0 0;
  }
  .home .featured-products .name{
    font-weight: bold;
    color:#000;
    text-align: center;
  }
  .home .featured-products .name a{
    color:#000;
  }
  .home .featured-products .price{
    text-align: center;
  }
  .navbar-default {
    margin-bottom: 0;
    background: #000;
    border: none;
    min-height: 35px;
  }
  .navbar-default .navbar-toggle {
    margin: 8px 0 8px 10px;
    width: 45px;
    border-color: white;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  @media only screen and (min-width:992px) {
    .navbar-default .navbar-nav > li:first-child a {
      color: #fff;
      padding-left: 0;
    }
  }
  @media only screen and (max-width:767px) {
    .navbar-default .navbar-collapse {
      border-color: transparent;
    }
  }
  #push-menu {
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
  }
  #push-menu .hnav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #push-menu .hnav__item {
    position: static;
  }
  #push-menu .hnav__item:hover {
    background: #333;
  }
  #push-menu .hnav__item:hover > a {
    color: #fff;
  }
  #push-menu .hnav__link--active + .hnav__subnav, #push-menu .hnav__item:hover > .hnav__subnav {
    display: block;
    text-align: left;
  }
  #push-menu .hnav__link {
    font: 600 14px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding: 12px 15px;
    text-transform: uppercase;
  }
  #push-menu .hnav__link--active {
    color: #fff;
    background: #333;
  }
  #push-menu .hnav__subnav {
    text-align: left;
    display: none;
    background: transparent;
    border: 0;
    position: relative;
  }
  #push-menu .hnav__subnav .hnav__item {
    display: block;
  }
  #push-menu .hnav__subnav .hnav__link {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 15px 8px 35px;
  }
  #push-menu .hnav--level3 .hnav__link {
    padding-left: 55px;
  }
  #push-menu .hnav--level1 {
    position: relative;
    display: block;
  }
  #push-menu .hnav--level1 > .hnav__item {
    padding: 0;
    display: block;
    vertical-align: middle;
  }
  #push-menu .hnav--horizontal .hnav__subnav {
    left: 0;
    top: 100%;
    padding: 0;
  }
  #push-menu .hnav--horizontal .hnav--level3, #push-menu .hnav--horizontal .hnav--level4 {
    left: 0;
    top: 0;
  }
  #push-menu .hnav--vertical .hnav__item {
    display: block;
  }
  #push-menu .hnav--vertical .hnav__subnav {
    left: 100%;
    top: 0px;
  }
  #showLeftPush.active {
    background: none;
  }

  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 240px;
  }
  .cbp-spmenu-push-toleft {
    left: -240px;
  }

  /* Transitions */
  .cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /* Example media queries */
  @media screen and (max-width:55.1875em) {
    .cbp-spmenu-horizontal {
      font-size: 75%;
      height: 110px;
    }
    .cbp-spmenu-top {
      top: -110px;
    }
    .cbp-spmenu-bottom {
      bottom: -110px;
    }
  }
  @media screen and (max-height:26.375em) {
    .cbp-spmenu-vertical {
      font-size: 90%;
      width: 190px;
    }
    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
      left: -190px;
    }
    .cbp-spmenu-right {
      right: -190px;
    }
    .cbp-spmenu-push-toright {
      left: 190px;
    }
  }
  .qty {
    width: 130px;
  }
  .qty__input {
    text-align: center;
    height: 33px;
  }
  .qty__button {
    float: left;
  }
  .header-icons{
    margin-top: 20px;
  }
  .search-popout{
    display: inline-block;
    vertical-align: middle;
  }
  .search-popout__trigger {
    cursor: pointer;
    padding: 0;
    margin: 0 40px 0 20px;
  }
  .search-popout .icon{
    width: 26px;
    height: 26px;
    display: inline-block;
  }
  .search-popout__trigger .form-inline {
    margin-top: 15px;
  }
  .search-popout__input {
    border: 1px solid #e3e3e3;
    height: 28px;
    text-indent: 5px;
  }
  @media only screen and (max-width:991px) {
    .search-popout__input {
      margin: 10px 0 0 10px;
    }
  }
  .search-popout__submit {
    height: 28px;
  }
  @media only screen and (max-width:991px) {
    .search-popout__submit {
     /* margin-top: 10px;*/
    }
  }
  form.search-popout {
    margin: 12px 0 20px 20px;
  }
  .sitelinks {
    border: none;
    padding-left: 8%;
    float: left;
  }
  .sitelinks .navbar {
    margin-bottom: 0;
  }
  @media only screen and (max-width:767px) {
    .sitelinks {
      padding: 0;
      float: none;
    }
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .sitelinks {
      float: none;
    }
  }
  .sitelinks__link {
    color: #999999;
    font: bold 19px 'Oswald', sans-serif;
    line-height: 102px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    float: left;
    padding: 0 2rem;
    text-align: center;
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .sitelinks__link {
      font-size: 16px;
      padding: 0 2.8rem;
      line-height: 49px;
      color: white;
    }
  }
  @media only screen and (max-width:767px) {
    .sitelinks__link {
      display: block;
      width: 100%;
      text-align: left;
      border-top: 1px solid black;
      color: white;
      font: bold 11px "Lato", sans-serif;
      line-height: 33px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: transparent;
      position: relative;
    }
    .sitelinks__link:after {
      display: block;
      content: '\00BB';
      position: absolute;
      left: 92%;
      font-size: 150%;
      top: -0.3em;
    }
  }
  .sitelinks__link:hover {
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.75);
    color: white;
    text-decoration: none;
  }
  @media only screen and (max-width:991px) {
    .sitelinks__link:hover {
      box-shadow: none;
    }
  }
  #toTop {
    position: fixed;
    overflow: hidden;
    right: 50%;
    margin-right: -680px !important;
    bottom: 50px;
    width: 25px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' fill='#db8e20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='430 230 100 100' enable-background='new 430 230 100 100' xml:space='preserve'><g><polygon points='430.4,325.5 430.4,284.2 480.1,234.5 529.6,284.2 529.6,325.5 480.1,275.8'/></g></svg>") transparent center top no-repeat;
    z-index: 999;
    display: none;
    border: none;
  }
  #toTop:hover {
    background: url("data:image/svg+xml;utf8,<svg version='1.1' fill='#fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='430 230 100 100' enable-background='new 430 230 100 100' xml:space='preserve'><g><polygon points='430.4,325.5 430.4,284.2 480.1,234.5 529.6,284.2 529.6,325.5 480.1,275.8'/></g></svg>") transparent center top no-repeat;
  }
  #toTop:active, #toTop:focus {
    outline: none;
  }
  @media only screen and (max-width:991px) {
    #toTop {
      display: block !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 10px 0 0 !important;
    }
    #toTop:hover {
      background-position: center top;
    }
    #toTop:active, #toTop:focus {
      outline: none;
      background-position: center top;
    }
  }

  #CardHoldersName {margin-top: 10px;}