@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800);



.home #content_area > table > tbody > tr > td > br, .home #div_articleid_2 > br {
  display: none; }

.home main.container {
  width: 100%;
  padding: 0; }

.home .inner-wrap {
  padding-bottom: 0; }

#vSlider {
  width: 100%;
  margin: 0; }
  #vSlider .owl-controls, #vSlider .owl-nav {
    margin: 0; }
  #vSlider .owl-dot span {
    border: 2px solid #555;
    background: none;
    opacity: 1;
    box-shadow: none;
    width: 14px;
    height: 14px; }
  #vSlider .owl-dot.active span {
    background: #fff; }

.categories {
  overflow: hidden;
  margin-top: 5px;
margin-bottom: 0px; }
  .categories .cat {
    display: block;
    float: left; }
    .categories .cat img {
      width: 100%;
      max-width: none; }
    .categories .cat .image {
      display: block;
      position: relative; }
      .categories .cat .image:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 5; }

@media only screen and (max-width: 991px) {
  .categories .cat {
    width: 50%;
    padding-bottom: 6px; }
    .categories .cat.one, .categories .cat.three {
      padding-right: 3px; }
    .categories .cat.two, .categories .cat.four {
      padding-left: 3px; } }

@media only screen and (min-width: 992px) {
  .categories .cat {
    padding: 0 3px;
    width: 25%; }
    .categories .cat.one {
      padding-left: 0; }
    .categories .cat.four {
      padding-right: 0; } }



.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%; }

nav.push-menu {
  position: fixed;
  z-index: 20;
  overflow-y: scroll;
  background: #fff; }

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 300px;
  height: 100%; }

nav.slide-menu-left,
nav.push-menu-left {
  left: -300px; }

nav.slide-menu-right,
nav.push-menu-right {
  right: -300px; }

body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
  left: 0; }

body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
  right: 0; }

body.pml-open .page-wrap {
  left: 300px; }

body.pmr-open .page-wrap {
  left: -300px; }

nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
  left: 0;
  width: 100%;
  height: 100px; }

nav.slide-menu-top,
nav.push-menu-top {
  top: -100px; }

nav.slide-menu-bottom,
nav.push-menu-bottom {
  bottom: -100px; }

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
  top: 0; }

body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
  bottom: 0; }

body.pmt-open .page-wrap {
  top: 100px; }

body.pmb-open .page-wrap {
  top: -100px; }

.vnav--horizontal > .vnav__item:hover > .vnav__link {
  background: #1d1d1d;
  color: #fff; }

.main-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .main-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu .vnav__item {
      position: relative;
      text-align: left; }
    .main-menu .vnav__item:hover {
      background: none; }
    .main-menu .vnav__link {
      display: block;
      padding: 10px 0;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      color: #f27a41; }
      .main-menu .vnav__link:hover {
        text-decoration: none;
        background: #1d1d1d;
        color: #fff; }
      .main-menu .vnav__link--active {
        background: #1d1d1d;
        color: #f27a41; }
    .main-menu .vnav__item:hover > .vnav__subnav {
      display: block;
      border-bottom: 6px solid #1d1d1d; }
    .main-menu .vnav__subnav {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      background: #fff;
      display: none;
      position: absolute;
      z-index: 1; }
    .main-menu .vnav__subnav .vnav__item {
      display: block; }
      .main-menu .vnav__subnav .vnav__item:hover > .vnav__link {
        background: #eee; }
    .main-menu .vnav__subnav .vnav__link {
      white-space: nowrap;
      text-align: left;
      font-weight: normal;
      text-transform: none;
      padding: 10px 15px;
      font-size: 16px;
      color: #000; }
      .main-menu .vnav__subnav .vnav__link:hover, .main-menu .vnav__subnav .vnav__link--active {
        text-decoration: none;
        background: #eee; }
    .main-menu .vnav--level1 {
      position: relative;
      display: inline-table; }
    .main-menu .vnav--level1 > .vnav__item {
      display: table-cell;
      vertical-align: middle;
      width: 1%;
      white-space: nowrap; }
    .main-menu .vnav--leve1 > .vnav__item:hover {
      background: #1d1d1d; }
    .main-menu .vnav--horizontal .vnav__subnav {
      left: 0;
      top: 100%; }
    .main-menu .vnav--horizontal .vnav--level3, .main-menu .vnav--horizontal .vnav--level4 {
      left: 100%;
      top: 0; }
    .main-menu .vnav--vertical .vnav__item {
      display: block; }
    .main-menu .vnav--vertical .vnav__subnav {
      left: 100%;
      top: 0px; }
   .main-menu :nth-child(2) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(3) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(4) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(5) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(6) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(7) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(8) .vnav__link--active {
      color: #fff; }
   .main-menu :nth-child(9) .vnav__link--active {
      color: #fff; }
    .main-menu :nth-child(2) a {
      color: #000; }
    .main-menu :nth-child(3) a {
      color: #000; }
    .main-menu :nth-child(4) a {
      color: #000; }
    .main-menu :nth-child(5) a {
      color: #000; }
    .main-menu :nth-child(6) a {
      color: #000; }
    .main-menu :nth-child(7) a {
      color: #000; }
    .main-menu :nth-child(8) a {
      color: #000; }
    .main-menu :nth-child(9) a {
      color: #000; }



.push-menu {
  padding: 30px 0 50px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll; }
  .push-menu hr {
    border-top: 1px solid #e1e1e1;
    background: none;
    margin: 25px 0; }
  .push-menu .social {
    padding-left: 25px; }
    .push-menu .social .socicon {
      background: #000; }
    .push-menu .social .svg-icon {
      fill: #fff; }
    .push-menu .social .social-title {
      font-weight: 900;
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .push-menu .contact-info {
    padding-left: 25px; }
    .push-menu .contact-info .info {
      color: #000; }
      .push-menu .contact-info .info a {
        color: #000; }
      .push-menu .contact-info .info svg {
        fill: #000; }
  .push-menu__close-btn {
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 30px;
    text-align: center;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .push-menu .useful-links {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px; }
    .push-menu .useful-links li {
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .push-menu .useful-links a {
      color: #000; }
    .push-menu .useful-links .text {
      display: inline-block;
      vertical-align: middle; }
    .push-menu .useful-links svg {
      fill: #000;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .push-menu .utility {
    padding: 0 0 0 25px;
    margin: 25px 0 0;
    list-style: none; }
    .push-menu .utility li {
      padding: 10px 0; }
    .push-menu .utility a {
      color: #000;
      font-weight: normal; }
      .push-menu .utility a:hover {
        text-decoration: underline; }
  .push-menu .vnav--level1 > .vnav__item:hover .vnav__item .vnav__link,
  .push-menu .vnav--level1 > .vnav__item--active .vnav__item .vnav__link {
    border-bottom: 1px solid #e1e1e1; }
  .push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .push-menu .vnav__link {
      color: #000;
      text-align: left; }
    .push-menu .vnav__link--active {
      background: none; }
    .push-menu .vnav__item {
      color: #000;
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      text-align: left; }
    .push-menu .vnav__item:hover {
      background: none; }
    .push-menu .vnav__item:hover > .vnav__subnav {
      background: #ebebeb; }
    .push-menu .vnav__item::hover, .push-menu .vnav__link {
      text-transform: none;
      display: block;
      text-align: left;
      padding: 12px 15px;
      color: #000; }
      .push-menu .vnav__item::hover--active, .push-menu .vnav__link--active {
        color: #000;
        text-align: left;
        background: none;
        text-decoration: underline; }
    .push-menu .vnav__subnav {
      text-align: left;
      display: none;
      background: transparent;
      border: 0;
      position: relative; }
  .push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
    display: block;
    text-align: left; }
  .push-menu .vnav__subnav .vnav__item {
    display: block; }
  .push-menu .vnav__subnav .vnav__link {
    color: #000;
    font-size: 12px;
    white-space: normal;
    text-align: left;
    padding: 8px 15px 8px 35px; }
  .push-menu .vnav--level3 .vnav__link {
    padding-left: 55px; }
  .push-menu .vnav--level1 {
    position: relative;
    display: block; }
  .push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle; }
  .push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%;
    padding: 0; }
  .push-menu .vnav--horizontal .vnav--level3, .push-menu .vnav--horizontal .vnav--level4 {
    left: 0;
    top: 0; }
  .push-menu .vnav--vertical .vnav__item {
    display: block; }
  .push-menu .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

#showLeftPush.active {
  background: none; }

.about {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .about__subtitle {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1; }
  .about__title {
    font-size: 35px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1; }
  .about p {
    padding: 20px 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.7; }
  .about .btn-more {
    margin: 20px 0 40px;
    display: inline-block;
    border: 3px solid rgb(242, 122, 65);
    padding: 5px 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    font-style: italic;
    color: rgb(242, 122, 65); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home .inner-wrap {
    padding-top: 100px; } }
.homepage {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage {
      margin-top: 32px; } }
  @media only screen and (min-width: 992px) {
    .homepage {
      margin-top: 45px; } }
  .homepage .no-margin {
    margin-left: -15px;
    margin-right: -15px; }

.cat-wrap {
  margin-bottom: 40px; }

.genre-wrap {
  margin-bottom: 40px; }

.category-card {
  display: block;
  position: relative; }
  .category-card.centered-title {
    text-align: center;
    margin-bottom: 15px; }
    .category-card.centered-title .title-wrap {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; }
    .category-card.centered-title .title {
      position: static; }
    @media only screen and (max-width: 767px) {
      .category-card.centered-title .cat-image {
        max-width: 85%; } }
  .category-card .cat-image {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .category-card .plus-icon {
    width: 15px;
    height: 15px;
    fill: #fff; }
  .category-card .title {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    padding: 0 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-card .title {
        padding: 0 15px; } }
    @media only screen and (min-width: 992px) {
      .category-card .title {
        padding: 0 20px; } }
  .category-card .title.centered {
    left: 0;
    margin: 0 auto; }
  .category-card .title-text {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-card .title-text {
        line-height: 28px;
        font-size: 14px; } }
    @media only screen and (min-width: 992px) {
      .category-card .title-text {
        line-height: 40px;
        font-size: 20px; } }
  .category-card .plus-circle {
    width: 0;
    height: 0;
    fill: rgb(242, 122, 65);
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
  .category-card:hover .plus-circle {
    margin-left: 10px;
    width: 18px;
    height: 18px; }

.home {}
  .home #content_area img[src*="/photos/"] {
    display: block;
    max-width: 100%;
    height: auto; }
  .home #content_area table.v65-productDisplay {
    table-layout: fixed; }
  .home #content_area img[src$="/FeaturedProducts.gif"],
  .home #content_area img[src$="/clear1x1.gif"],
  .home #content_area .v65-productDisplay img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    max-width: 100%;
    height: auto;
    min-width: 25px; }
  .home #content_area img[src="/clearfix1x1.gif"] {
    display: inline;
    width: auto;
    height: auto; }
  .home .v65-productDisplay .productnamecolor.colors_productname:hover, .home a.productnamecolor.colors_productname:hover {
    color: #7fc7c5;
    text-decoration: none; }
  .home #content_area .v65-productDisplay img[src$="nophoto.gif"],
  .home #content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 0 !important; }
  .home table.v65-productDisplay .productnamecolor {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home table.v65-productDisplay .product_listprice,
  .home table.v65-productDisplay .product_listprice b {
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .home table.v65-productDisplay .product_productprice,
  .home table.v65-productDisplay .product_productprice b {
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .home table.v65-productDisplay .product_saleprice,
  .home table.v65-productDisplay .product_saleprice b {
    font-size: 16px;
    font-weight: bold;
    color: #be281c; }
  .home table.v65-productDisplay .product_dealprice {
    font-size: 12px;
    font-weight: normal;
    color: #7fc7c5; }

.fp-title {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .fp-title {
      text-align: left; } }

@media only screen and (max-width: 767px) {
  #slider-inner {
    width: 80%;
    margin: 0 auto; } }

#fpslider .owl-controls {
  position: absolute;
  right: 0;
  top: -55px; }
#fpslider .owl-prev,
#fpslider .owl-next {
  display: inline-block;
  vertical-align: middle; }
#fpslider .image {
  border: 1px solid #ededed;
  margin-bottom: 10px; }
#fpslider .item {
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#fpslider .name {
  font-size: 16px;
  font-weight: 900;
  color: #000; }
  #fpslider .name a {
    color: #000; }
#fpslider .price {
  font-size: 16px;
  font-weight: bold;
  color: #000; }
  #fpslider .price .pricetext {
    color: #be281c; }
#fpslider .sale {
  font-size: 16px;
  font-weight: bold;
  color: #be281c; }
@media only screen and (max-width: 767px) {
  #fpslider .owl-controls {
    position: static; }
  #fpslider .owl-prev,
  #fpslider .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  #fpslider .owl-prev {
    left: -20px; }
  #fpslider .owl-next {
    right: -20px; } }

.box-wrap {
  margin-top: 30px;
  /* Anchor */ }
  @media only screen and (min-width: 768px) {
    .box-wrap .no-padding-left {
      padding-left: 0; }
    .box-wrap .no-padding-right {
      padding-right: 0; } }
  .box-wrap .box {
    display: block;
    height: 225px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) {
      .box-wrap .box {
        margin-bottom: 0; } }
    .box-wrap .box:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .box-wrap .box .text-wrap {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
    .box-wrap .box.one {
      background: #eee url(../images/homepage/box-1.jpg) no-repeat 0 bottom;
      text-align: right; }
      .box-wrap .box.one .small-text {
        color: #fff;
        display: inline-block;
        padding: 3px 10px;
        background: #000;
        font-weight: 900;
        font-size: 13px;
        font-style: italic; }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.one .small-text {
            font-size: 20px;
            padding: 5px 15px; } }
      .box-wrap .box.one .lrg-text {
        display: inline-block;
        color: #fff;
        background: #000;
        font-weight: 900;
        font-size: 24px;
        color: #fff;
        padding: 3px 10px; }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.one .lrg-text {
            font-size: 40px;
            padding: 5px 15px; } }
      .box-wrap .box.one .btn-sale {
        display: inline-block;
        border: 3px solid #be281c;
        padding: 5px 18px;
        font-style: italic;
        font-weight: 900;
        color: #be281c;
        text-transform: uppercase;
        margin: 15px 15px 0 0; }
    .box-wrap .box.two {
      text-align: center;
      background: #c42c20 url(../images/homepage/diagonal-red.png) no-repeat 100% 0;
      -moz-transition: background-position 0.12s;
      -o-transition: background-position 0.12s;
      -webkit-transition: background-position 0.12s;
      transition: background-position 0.12s; }
      .box-wrap .box.two:hover {
        background-color: #aa1d12;
        background-position: -380px 0; }
      .box-wrap .box.two .lrg-text {
        color: #fff;
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .box-wrap .box.two .lrg-text {
            font-size: 26px; } }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.two .lrg-text {
            font-size: 40px; } }
      .box-wrap .box.two .small-text {
        letter-spacing: 0.05em;
        font-size: 12px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        color: #fff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .box-wrap .box.two .small-text {
            font-size: 14px; } }
        @media only screen and (min-width: 992px) {
          .box-wrap .box.two .small-text {
            font-size: 20px; } }

body {
  overflow-x: hidden; }

.inner-wrap {
  background: #fff;
  padding: 56px 0 30px; }
  @media only screen and (min-width: 768px) {
    .inner-wrap {
      padding-top: 85px; } }
  @media only screen and (min-width: 992px) {
    .inner-wrap {
      padding-top: 35px; } }

.page-wrap {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.cart-summary {
  border-right: 1px solid #5a5a5a; }
  .cart-summary:hover {
    background: rgb(242, 122, 65); }
  .cart-summary__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .cart-summary .cart-text {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .cart-summary .cart-text {
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .cart-summary .cart-text {
        line-height: 35px; } }
  .cart-summary .cart-icon {
    width: 25px;
    height: 25px;
    fill: #fff; }

.copyright {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .copyright:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0; }
  .copyright .align-left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .copyright .align-right {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) {
      .copyright .align-right {
        margin-top: 0;
        text-align: right; } }
  .copyright .ccards {
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle; }
  .copyright a {
    color: #fff; }

.newsletter {
  background: #141414;
  padding: 22px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter {
      padding: 22px 15px; } }
  .newsletter .main-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px; }
    .newsletter .main-title strong {
      font-weight: 900; }
  .newsletter .text {
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .newsletter .text {
        margin-bottom: 0; } }

.elist {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .elist {
      margin-top: 10px; } }
  .elist__input {
    background: #fff;
    position: relative;
    border: none;
    margin: 0;
    width: 100%;
    height: 35px;
    color: #1d1d1d;
    font-size: 12px;
    font-family: inherit;
    font-style: normal;
    padding: 0 90px 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .elist__input::-webkit-input-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:-moz-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input::-moz-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:-ms-input-placeholder {
      font-style: italic;
      color: #999; }
    .elist__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .elist__input:focus:-moz-placeholder {
      opacity: 0; }
    .elist__input:focus::-moz-placeholder {
      opacity: 0; }
    .elist__input:focus:-ms-input-placeholder {
      opacity: 0; }
  .elist__submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: inherit;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    width: 88px;
    height: 35px;
    margin: 0;
    color: #141414;
    padding: 0;
    border: none;
    background-color: rgb(242, 122, 65);
    text-decoration: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
  .elist__submit:hover {
    opacity: .8; }

.footer {
  background: #1d1d1d;
  padding-bottom: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 35px 0; }
      .footer .panel-collapse {
        height: auto !important; }
      .footer .collapse {
        display: block; }
      .footer .panel {
        float: left; }
      .footer .panel-group {
        margin-bottom: 0; } }
  .footer .panel {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0; }
  .footer .panel-heading {
    background: none;
    padding: 0;
    border-radius: 0; }
  .footer .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0; }
  .footer .column-title {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #5a5a5a;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .footer .column-title {
        border: none; } }
    @media only screen and (min-width: 992px) {
      .footer .column-title {
        margin-top: 22px; } }
    .footer .column-title .circle-icon {
      display: block;
      width: 22px;
      height: 22px;
      fill: #fff;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .footer .column-title .plus-circle {
      z-index: 10; }
    .footer .column-title .minus-circle {
      z-index: 20;
      opacity: 1;
      -moz-transition: all 0.12s;
      -o-transition: all 0.12s;
      -webkit-transition: all 0.12s;
      transition: all 0.12s; }
    .footer .column-title .collapsed .minus-circle {
      opacity: 0; }
    .footer .column-title a {
      padding: 15px 0;
      display: block; }
      @media only screen and (min-width: 768px) {
        .footer .column-title a {
          color: #fff;
          cursor: text;
          padding: 0; } }
      @media only screen and (min-width: 768px) {
        .footer .column-title a:hover {
          color: #fff; } }
  .footer .column {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #fff; }
    .footer .column li {
      margin-bottom: 3px; }
    .footer .column a {
      color: #fff; }
      .footer .column a:hover {
        color: rgb(242, 122, 65); }

body.pml-open .header {
  left: 300px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #1d1d1d;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 50px; } }
  @media only screen and (min-width: 992px) {
    .header {
      height: 35px; } }
  .header .logo {
    text-indent: -9999px; }
    .header .logo img {
      height: 56px;
      width: auto;
      display: block;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header .logo {
        position: absolute;
        top: 0;
        left: 65px; } }
    @media only screen and (min-width: 768px) {
      .header .logo img {
        max-width: 195px;
        height: 85px;
        position: static;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .header .logo {
        position: absolute;
        left: 0;
        top: 0; } }
  .header .menu-icon-btn {
    height: 56px;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .header .menu-icon-btn {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .header .menu-icon-btn {
        height: 35px; } }
  .header .menu-icon {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    fill: #fff; }
  .header .wishlist-icon {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .header .search-icon {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .header .nav-toggler {
    background: none;
    border: none; }
    @media only screen and (max-width: 767px) {
      .header .nav-toggler {
        text-align: left;
        width: 30%; } }
  .header .wishlist {
    text-align: center;
    line-height: 50px; }
  .header .tool {
    width: 50%;
    line-height: 50px;
    display: block;
    height: 56px;
    border-left: 1px solid #5a5a5a;
    position: relative;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    @media only screen and (min-width: 768px) {
      .header .tool {
        height: 50px;
        min-width: 64px;
        width: auto; } }
    @media only screen and (min-width: 992px) {
      .header .tool {
        height: 35px;
        line-height: 35px; } }
    .header .tool:hover {
      background: rgb(242, 122, 65); }
    .header .tool svg {
      display: inline-block;
      vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .header .site-search.tool {
      border-left: none; } }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }
.hero {
  display: block;
  position: relative; }
  .hero__image {
    height: auto;
    width: 100%; }
  .hero .text-wrap {
    display: block;
    color: #010101;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hero .large-text {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    display: block; }
  .hero .small-text {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (min-width: 768px) {
      .hero .small-text {
        margin-bottom: 40px; } }
  .hero .shop-btn {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    border: 3px solid #be281c;
    color: #be281c;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    .hero .shop-btn:hover {
      opacity: 0.6; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .text-wrap {
      top: 80px; }
    .hero .large-text {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero .text-wrap {
      top: 90px; }
    .hero .large-text {
      font-size: 44px; } }
  @media only screen and (min-width: 1200px) {
    .hero .text-wrap {
      top: 100px; }
    .hero .large-text {
      font-size: 55px; } }

.info {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0; }
  @media only screen and (min-width: 768px) {
    .info {
      margin-top: 40px; } }
  .info a {
    color: #fff; }
  .info svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    fill: #fff; }

.content-wrap {
  background: #fff; 
/***CUSTOM***/
  overflow: hidden;}

.search-block {
  padding: 8px 15px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #eee;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .search-block.mobile {
    width: 100%; }

.search-block.opened {
  display: block; }

.site-search {
  position: relative; }
  .site-search .search-form {
    height: 30px; }
  .site-search .open-search {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    line-height: 56px;
    height: 56px;
    text-align: center;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .site-search .open-search {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 992px) {
      .site-search .open-search {
        height: 35px;
        line-height: 35px; } }
    .site-search .open-search.opened {
      background: rgb(242, 122, 65); }
    .site-search .open-search .search-icon {
      display: inline-block;
      vertical-align: middle; }
  .site-search__input {
    display: block;
    background: none;
    position: relative;
    border: none;
    margin: 0;
    width: 330px;
    height: 30px;
    line-height: 30px;
    color: #1d1d1d;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .site-search__input::-webkit-input-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:-moz-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input::-moz-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:-ms-input-placeholder {
      color: #1d1d1d;
      font-style: italic; }
    .site-search__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .site-search__input:focus:-moz-placeholder {
      opacity: 0; }
    .site-search__input:focus::-moz-placeholder {
      opacity: 0; }
    .site-search__input:focus:-ms-input-placeholder {
      opacity: 0; }
  .site-search__submit {
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #1d1d1d;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .site-search__submit:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.site-tools ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.site-tools li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 14px;
  line-height: 35px;
  color: #fff; }
.site-tools a {
  color: #fff; }

.social {
  font-size: 0; }
  @media only screen and (min-width: 992px) {
    .social {
      margin-left: 25px; } }
  .social .column-title {
    margin-bottom: 8px;
    font-size: 18px;
    border: none; }
    @media only screen and (min-width: 992px) {
      .social .column-title {
        margin-top: 20px;
        font-size: 16px; } }
  .social .socicon {
    width: 25px;
    height: 25px;
    background: rgb(242, 122, 65);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-transition: all 0.12s;
    -o-transition: all 0.12s;
    -webkit-transition: all 0.12s;
    transition: all 0.12s; }
    .social .socicon:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .social .socicon.fb:hover {
      background: #3a5897; }
    .social .socicon.tw:hover {
      background: #54aced; }
    .social .socicon.pi:hover {
      background: #cc2027; }
    .social .socicon.in:hover {
      background: #3e719b; }
  .social .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    fill: #1d1d1d; }

.top-bar {
  background: #fff;
  min-height: 48px;
  padding: 0 0 15px;
  display: none; }
  .top-bar .main-menu {
    padding-left: 180px; }
  @media only screen and (min-width: 992px) {
    .top-bar {
      display: block; } }


/**********CUSTOM**********/



/**********Logo Scrolls with Page*********/
.header {
  position: absolute;
}


/*****Store*****/
.custom-store-category {
margin: 0 auto 20px;
padding: 0 0 40px;
border-bottom: 1px none #D1D1D1;
font-size:;
width: 100%;
}

.custom-store-item {
display:inline-block;
margin: 0 auto;
padding: 0;
width: 100%;
max-width:250px;
}

.custom_store_thumb {
padding: 0 0 7px;
width: 90%;
}

.custom_item_feature {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: #858484;
  margin: 20px 0;
  padding: 20px;
}

#custom_store_subcat_header {
	margin: 0px auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #D1D1D1;
	font-size: 11px;
	width: 85%;
}

.custom_store_subcat_container {
display:inline-block;
margin: 0 auto;
padding: 0 20px;
width: 16%;
}

@media (max-width: 991px){
  #custom_store_subcat_header {
    display: none;
  }
}

/**********Experience**********/

#custom_subcat_header {
	margin: -40px auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #D1D1D1;
	font-size: 11px;
	width: 85%;
}

.custom_subcat_container {
display:inline-block;
margin: 0 auto;
padding: 0 20px;
width: 18%;
}

.custom_subcat_thumb {
  padding: 0 0 7px;
  width: 100%;
}

@media (max-width: 750px){
  #custom_subcat_header {
    display: none;
  }
}

.float_left {
	float: left;
	width: 100%;
	max-width: 425px;
}

.float_center {
	width: 100%;
	max-width: 800px;
}

.float_right {
	float: right;
	width: 100%;
	max-width: 425px;
}

@media screen and (max-width: 725px) {
	.float_right, .float_center, .float_right  {
		float: none;
		display: block;
		margin: 0 auto;
	}
}
/**********most font changes can be found in framework.css**********/



/**********Products**********/
#product_photo_zoom_url {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.productdetails .colors_pricebox .product_productprice, .productdetails .colors_pricebox .product_productprice b {
  font-size: 18px;
  font-weight: bold;
}

/*****Legion Solar*****/

.apollo_setup_container {
	width: 325px;
	display: inline-block; 
	margin: 25px; 
	vertical-align: top;
}

.apollo_setup_thumb {
	width: 100%; 
	border-radius: 15px; 
	padding: 0;
}

.apollo_setup_difficulty {
	display: inline; 
	width: 50%; 
	float: left; 
	text-align: left; 
}

.apollo_setup_cost {
	display: inline; 
	width: 50%; 
	float: left; 
	text-align: right; 
}

.N7V4ZzCtrk-3xhutS-eojA {
	display: none;
}

.v-product__free-shipping {
	display: none;
}

/*****Luxor 2*****/

@media only screen and (min-width: 1200px) {
	#custom_luxor2_oled {
		padding-top: 220px;
	}
}

/*****Custom YouTube*****/

.custom_youtube {
	height: 300px;
	width: 100%;
	max-width: 550px;
}

@media screen and (max-width: 480px) {
.custom_youtube {
	display: none;
	}
}

/*****Custom Header V2*****/
.productthumboutercontainerv2 {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #D1D1D1; 
	margin: -35px 0 50px;
	width: 80%; 
}

@media screen and (min-width: 1200px) {.productthumboutercontainerv2 {margin: -35px 0 50px; }}
@media screen and (max-width: 1199px) {.productthumboutercontainerv2 {overflow: auto; margin: 0 auto; width: 994px;}}
@media screen and (max-width: 991px) {.productthumboutercontainerv2 {width: 702px; }}
@media screen and (max-width: 751px) {.productthumboutercontainerv2 {width: 610px; }}
@media screen and (max-width: 659px) {.productthumboutercontainerv2 {width: 538px; }}
@media screen and (max-width: 587px) {.productthumboutercontainerv2 {width: 382px; }}
@media screen and (max-width: 431px) {.productthumboutercontainerv2 {width: 330px; }}
@media screen and (max-width: 379px) {.productthumboutercontainerv2 {width: 284px; }}

.productthumbinnercontainerv2 {margin-bottom: 10px; }

.productthumbv2 {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	vertical-align: top;
	font-size: 12px;
}
.productthumbv2img {
	vertical-align: top;
	margin: 5px 5px -12px;
}

.ptarrowcover {
	position: relative; 
	display: inherit; 
	font-size: 35px; 
	margin: -188px 0px 0 100%; 
	color: white; 
	background-color: white; 
	width: 50px; 
	padding: 60px 0; 
	z-index: 1;}

.ptarrow2items, .ptarrow3items, .ptarrow4items, ptarrow5items, .ptarrow6items {
	position: absolute;
	display: inline-block; 
	font-size: 35px; 
	color: #777;
	background-color: white;
	width: 50px; 
	padding: 45px 0; 
	z-index: 0; 
	margin-left: -50px;
}
@media screen and (max-width: 745px) {.ptarrow {margin-left: -32px; width: 45px;}}

@media screen and (min-width: 319px) {.ptarrow2items {display: none;}}
@media screen and (min-width: 588px) {.ptarrow3items {display: none;}}
@media screen and (min-width: 588px) {.ptarrow4items {display: none;}}
@media screen and (min-width: 752px) {.ptarrow5items {display: none;}}
@media screen and (min-width: 992px) {.ptarrow6items {display: none;}}

/*Custom Wraps*/
@media screen and (min-width: 992px) {.customwrap01 {margin-right: -75px;} .customwrap02 {margin-left: -100px;} }