@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');

/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.jpg'); /*The admin logo tool updates this line.*/
  font-size: 0; /*Don't render text inside the anchor tag if using a graphic logo.*/
  background-size: 0; /*Hide the software-added background-image logo.*/
}

meta[itemprop="name"] + a:not(#homepage_title) img {
  max-height: 100%; /*Keep logo image constrained inside header.*/
}

body {
  -webkit-font-smoothing: antialiased; }

*[class*="btn"] {
  border-width: 2px; }

#content_area {
  padding: 15px 0; }

.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; }
  @media (min-width: 992px) {
    .page-wrap {
      width: 75%;
      float: right;
      margin-left: 25%; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

nav.push-menu {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 20;
  overflow-y: scroll;
  text-align: center;
  width: 267px;
  max-width: 267px;
  top: 0;
  padding-top: 42px; }
  nav.push-menu.affix {
    margin-right: -15px;
    top: 0  !important; }
  @media (min-width: 750px) {
    nav.push-menu {
      width: 314px;
      max-width: 314px; } }
  @media (min-width: 992px) {
    nav.push-menu {
      float: left;
      width: 25%;
      max-width: 25%; }
      nav.push-menu.affix {
        top: 0;
        padding-top: 42px; } }

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
  top: 0;
  width: 267px;
  height: 100%; }
  @media (min-width: 992px) {
    nav.slide-menu-left,
    nav.slide-menu-right,
    nav.push-menu-left,
    nav.push-menu-right {
      width: 25%;
      top: 0;
      padding-top: 42px; } }

nav.slide-menu-left,
nav.push-menu-left {
  left: -267px; }
  @media (min-width: 992px) {
    nav.slide-menu-left,
    nav.push-menu-left {
      left: 0; } }

nav.slide-menu-right,
nav.push-menu-right {
  right: -267px; }

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: 267px; }
  @media (min-width: 992px) {
    body.pml-open .page-wrap {
      left: 0; } }

body.pmr-open .page-wrap {
  left: -267px; }
  @media (min-width: 992px) {
    body.pmr-open .page-wrap {
      left: 0; } }

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; }

.push-menu {
  text-align: left;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  text-align: center; }
  .push-menu::-webkit-scrollbar {
    display: none; }
  .push-menu #display_menu_1 {
    float: none;
    margin: 0 auto; }
  .push-menu__close-btn {
    background: transparent url("../images/template/close-btn.png") no-repeat;
    height: 23px;
    width: 23px;
    position: absolute;
    left: 15px;
    top: 21px;
    text-align: center; }
    .push-menu__close-btn span {
      display: none; }
  .push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .push-menu .vnav__item {
      position: static;
      background: transparent;
      font-size: 18px; }
    .push-menu .vnav__item:hover {
      color: #1d1d1d;
      background: #d9d9d9; }
    .push-menu .vnav__item:hover > a {
      color: #1d1d1d; }
    .push-menu .vnav__link {
      text-transform: none;
      text-align: left;
      display: block;
      padding: 12px 10px;
      color: #1d1d1d;
      background: transparent; }
    .push-menu .vnav__subnav {
      display: none;
      background: transparent;
      border: 0;
      position: relative; }
  .push-menu .vnav__link--active + .vnav__subnav, .push-menu .vnav__item:hover > .vnav__subnav {
    display: block; }
  .push-menu .vnav__subnav .vnav__item {
    display: block;
    font-size: 16px; }
  .push-menu .vnav__subnav .vnav__link {
    background: #f4f4f4;
    color: #1d1d1d;
    font-size: 16px;
    white-space: nowrap;
    padding: 8px 0; }
    .push-menu .vnav__subnav .vnav__link:hover {
      text-decoration: underline; }
  .push-menu .vnav--level3 .vnav__link {
    font-size: 14px; }
    .push-menu .vnav--level3 .vnav__link:hover {
      text-decoration: underline; }
  .push-menu .vnav--level1 {
    position: relative;
    display: block; }
  .push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .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; }
  .push-menu .site-tools {
    font-size: 14px;
    line-height: 33px;
    margin: 37px auto 39px;
    padding-top: 31px;
    border-top: 1px solid #ccc;
    width: 43%; }
    .push-menu .site-tools span {
      display: block;
      color: inherit; }
    .push-menu .site-tools a:hover {
      text-decoration: underline; }
    .push-menu .site-tools a { display: inline-block; vertical-align: middle; margin-bottom: 10px; }
  .push-menu #connect {
    text-align: center; height:115px;}
    .push-menu #connect ul {
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .push-menu #connect ul li {
        margin: 0;
        padding: 0;
        float: left; }
        .push-menu #connect ul li a {
          display: block;
          height: 100%;
          text-decoration: none;
          background-size: cover;
          background-repeat: no-repeat;
          text-indent: -9999px; }
          .push-menu #connect ul li a:hover {
            opacity: 0.8; }
        .push-menu #connect ul li {
          width: 34px; }
          .push-menu #connect ul li.fb a {
            width: 8px;
            height: 18px;
            background-image: url(../images/template/facebook.png); }
          .push-menu #connect ul li.tw a {
            width: 20px;
            height: 17px;
            background-image: url(../images/template/Twitter.png); }
          .push-menu #connect ul li.pi a {
            width: 14px;
            height: 19px;
            background-image: url(../images/template/Pinterest.png); }
          .push-menu #connect ul li.in a {
            width: 17px;
            height: 17px;
            background-image: url(../images/template/Instagram.png); }
          .push-menu #connect ul li.gp a {
            width: 19px;
            height: 19px;
            background-image: url(../images/template/Google.png); }
          .push-menu #connect ul li.li a {
            width: 18px;
            height: 18px;
            background-image: url(../images/template/linkedin.png); }
          .push-menu #connect ul li.yt a {
            width: 16px;
            height: 18px;
            background-image: url(../images/template/youtube.png); }
          .push-menu #connect ul li.blog a {
            width: 19px;
            height: 18px;
            background-image: url(../images/template/blog.png); }
          .push-menu #connect h3 {
            margin-bottom: 15px;
          }
  @media (min-width: 992px) {
    .push-menu .hidden-xs {
      height: 140px;
      position: relative; }
      .push-menu .hidden-xs #tool-wrap {
        position: relative;
        padding-top: 85px;
        text-align: center;
        width: 80px;
        margin: 0 auto; }
    .push-menu .site-search {
      position: absolute;
      left: -77px;
      top: 85px;
      z-index: 10;
      font-size: 16px;
    }
      .push-menu .site-search input[type="text"] {
        background: transparent url("../images/template/desktop-search-bg.png") right top no-repeat;
        padding-top: 0;
        width: 234px;
        height: 30px;
        line-height: 13px;
        border: none;
        overflow: hidden;
        text-indent: -9999px;
        font-size: 16px;
        font-style: italic;
        cursor: pointer;
        /* Firefox 18- */
        /* Firefox 19+ */ }
        .push-menu .site-search input[type="text"]::-webkit-input-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        .push-menu .site-search input[type="text"]:-moz-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        .push-menu .site-search input[type="text"]::-moz-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        .push-menu .site-search input[type="text"]:-ms-input-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        .push-menu .site-search input[type="text"]:focus {
          -moz-transition: linear, 500ms;
          -o-transition: linear, 500ms;
          -webkit-transition: linear, 500ms;
          transition: linear, 500ms;
          height: 95px;
          width: 234px;
          text-indent: 17px;
          padding-top: 50px; }
    .push-menu .cart-summary {
      margin: 0 0 0 50px;
      height: 30px;
      line-height: 30px;
      position: relative;
      z-index: 11; }
      .push-menu .cart-summary__link {
        background: transparent url("../images/template/bag-icon.png") no-repeat;
        background-size: 30px;
        padding-left: 33px;
        font-size: 13px;
        line-height: 30px;
        display: block;
        height: 100%;
        text-decoration: none; } }

  @media (min-width: 1800px) {
    .push-menu {font-size: .9vw;}
    .push-menu .site-tools { font-size: .9vw; }
    .push-menu #connect h3 { font-size: 1.25vw; }
  }



#showLeftPush.active {
  background: none; }

.home #content_area {
  padding: 0; }

/*
Old homagepage styles
*/

/*New homage styles*/

/*Link styles*/


div.home #fpslider {
  text-align: center; }
  div.home #fpslider .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
  div.home #fpslider .owl-pagination {
    display: block; }
    @media (max-width: 375px) {
      div.home #fpslider .owl-pagination {
        display: none; } }
    div.home #fpslider .owl-pagination .owl-page span {
      background-color: #d9d9d9;
      filter: Alpha(Opacity=100);
      opacity: 1;
      width: 11px;
      height: 11px; }
    div.home #fpslider .owl-pagination .owl-page.active span {
      background-color: #545454; }
  div.home #fpslider .owl-buttons {
    display: none; }
    @media (max-width: 375px) {
      div.home #fpslider .owl-buttons {
        display: block; } }

.home {
  /* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */
  /* HOMEPAGE FEATURED PRODUCTS */
  /* FEATURED PRODUCTS */
  /* Product Title */
  /* List Price */
  /* Our Price */
  /* Sale Price */
  /* Deal Price */ }
  .home #div_articleid_2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 !important; }
  .home #content_area table.v65-productDisplay {
    text-align: center;
    table-layout: fixed; }
    .home #content_area table.v65-productDisplay * {
      text-align: center;
      font-family: "Cinzel", Georgia, "Times New Roman", Times, serif !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      text-transform: none;
      color: #1d1d1d !important; }
  .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;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    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;
    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; }
  .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: 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; } }

footer.container-fluid .elist h6, footer.container-fluid .elist form {
  display: block;
  background-color: #f4f4f4;
  font-style: italic; }
footer.container-fluid .elist h6 {
  text-align: center;
  font-size: 28px;
  line-height: 2;
  margin: 0 0 2px; }
  @media (min-width: 750px) {
    footer.container-fluid .elist h6 {
      line-height: 60px;
      border-right: 2px solid #fff; } }
footer.container-fluid .elist form {
  position: relative; }
  footer.container-fluid .elist form input[type="text"] {
    /* Firefox 18- */
    /* Firefox 19+ */
    border: none;
    background-color: transparent;
    height: 62px;
    line-height: 62px;
    width: 320px; }
    footer.container-fluid .elist form input[type="text"]::-webkit-input-placeholder {
      color: #666;
      font-style: italic;
      font-weight: normal; }
    footer.container-fluid .elist form input[type="text"]:-moz-placeholder {
      color: #666;
      font-style: italic;
      font-weight: normal; }
    footer.container-fluid .elist form input[type="text"]::-moz-placeholder {
      color: #666;
      font-style: italic;
      font-weight: normal; }
    footer.container-fluid .elist form input[type="text"]:-ms-input-placeholder {
      color: #666;
      font-style: italic;
      font-weight: normal; }
  footer.container-fluid .elist form input[type="submit"] {
    border: none;
    padding: 0;
    width: 10px;
    height: 15px;
    background: transparent url("../images/template/elist-submit.png") no-repeat;
    position: absolute;
    right: 17px;
    top: 24px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent; }
  @media (min-width: 750px) {
    footer.container-fluid .elist form input[type="text"] {
      height: 60px;
      line-height: 60px; }
    footer.container-fluid .elist form input[type="submit"] {
      right: 20px;
      top: 22px; } }
  @media (min-width: 992px) {
    footer.container-fluid .elist form input[type="submit"] {
      right: 15px;
      top: 24px; } }
footer.container-fluid .copy {
  margin-top: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 15px; }
  @media (min-width: 750px) {
    footer.container-fluid .copy br {
      display: none; } }
  @media (min-width: 992px) {
    footer.container-fluid .copy {
      margin-top: 30px; } }

header.container-fluid {
  position: fixed;
  height: 60px;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999; }
  header.container-fluid .navbar-default {
    border: none;
    position: relative;
    height: 60px;
    margin-bottom: 0;
    width: 100%; }
    header.container-fluid .navbar-default .navbar-toggle {
      font: 0/0 serif;
      text-shadow: none;
      color: transparent;
      border: none;
      background: transparent url("../images/template/menu-icon.png") no-repeat;
      width: 23px;
      height: 23px;
      background-size: 23px;
      float: left;
      position: relative;
      padding: 0;
      margin: 19px 0 0;
      z-index: 2; }
      header.container-fluid .navbar-default .navbar-toggle:hover {
        background-color: transparent !important; }
      header.container-fluid .navbar-default .navbar-toggle .icon-bar {
        display: none; }
    header.container-fluid .navbar-default .site-search {
      position: absolute;
      right: 26px;
      top: 19px;
      z-index: 2; }
      header.container-fluid .navbar-default .site-search input[type="text"] {
        background: transparent url("../images/template/mobile-search-bg.png") right top no-repeat;
        padding-top: 0;
        width: 35px;
        height: 28px;
        border: none;
        overflow: hidden;
        text-indent: -9999px;
        font-size: 16px;
        cursor: pointer;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        /* Firefox 18- */
        /* Firefox 19+ */ }
        header.container-fluid .navbar-default .site-search input[type="text"]::-webkit-input-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        header.container-fluid .navbar-default .site-search input[type="text"]:-moz-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        header.container-fluid .navbar-default .site-search input[type="text"]::-moz-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        header.container-fluid .navbar-default .site-search input[type="text"]:-ms-input-placeholder {
          color: #545454;
          font-style: italic;
          font-weight: normal; }
        header.container-fluid .navbar-default .site-search input[type="text"]:focus {
          -moz-transition: linear, 500ms;
          -o-transition: linear, 500ms;
          -webkit-transition: linear, 500ms;
          transition: linear, 500ms;
          height: 95px;
          width: 283px;
          text-indent: 17px;
          padding-top: 54px; }
        @media (min-width: 992px) {
          header.container-fluid .navbar-default .site-search input[type="text"] {
            background: transparent url("../images/template/desktop-search-bg.png") right top no-repeat; }
            header.container-fluid .navbar-default .site-search input[type="text"]:focus {
              width: 234px; } }
    header.container-fluid .navbar-default .cart-summary {
      float: right;
      margin-top: 19px;
      height: 23px;
      line-height: 23px;
      position: relative;
      z-index: 2; }
      header.container-fluid .navbar-default .cart-summary__link {
        background: transparent url("../images/template/bag-icon.png") left top no-repeat;
        background-size: 23px;
        padding-left: 26px;
        font-size: 13px;
        display: block;
        height: 100%;
        text-decoration: none; }
  header.container-fluid + main {
    margin-top: 60px; }
    @media (min-width: 992px) {
      header.container-fluid + main {
        margin-top: 0; } }

.logo {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: 9px; }
  @media (min-width: 750px) {
    .logo {
      font-size: 43px;
      line-height: 43px;
      top: 0; } }
  .logo img {
    /*height: 21px;*/ }
    @media (min-width: 992px) {
      .logo img {
        display: inline-block;
        max-height: 80px;
        width: 205px !important;} }


#content_area table.v65-productDisplay, .v-product-grid .v-product{
  text-align:center;
}

@media (max-width:1000px) {
img[src*="/v/vspfiles/photos/categories/"] {width:100%!important;max-width:100%;}
}
@media (max-width:768px) {
iframe{width:100%!important;}
img[src*='/v/vspfiles/assets/images/']{width:100%!important;height:auto!important;padding:10%!important;}
}

.logo img {
  width: 114px;
}

#topBanner {
   background: #545e64;
   color: #f0ead6;
   font-size: 15px;
}

/* iframe checkout fix | cw @ volusion 10/9/2019 */
#paymentFrame {
	min-height: 525px!important;
}
/* end of 10/9/2019 fix */