@media only screen and (max-width: 767px) { .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; } }

@media only screen and (min-width: 1200px) { .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; } }

@font-face { font-family: "button-icons"; font-style: normal; font-weight: normal; src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.woff") format("woff"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg"); }

.btn-icon { font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin-right: 5px; }

.btn-icon:hover { text-decoration: none; }

.btn-icon-apply:before { content: "\e600"; }

.btn-icon-close:before { content: "\e601"; }

.btn-icon-email:before { content: "\e602"; }

.btn-icon-photos:before { content: "\e603"; }

.btn-icon-plus:before { content: "\e604"; }

.btn-icon-question:before { content: "\e605"; }

.btn-icon-zoom:before { content: "\e608"; }

.btn-icon-recalculate:before { content: "\e606"; }

.btn-icon-warning:before { content: "\e610"; }

.icon-star:before { font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; }

.icon-star-empty:before { content: "\e611"; }

.icon-star-half:before { content: "\e612"; }

.icon-star-full:before { content: "\e613"; }

.icon-free-shipping:before { content: "\e614"; font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; width: auto !important; }

.cartDiv, .cartDiv2 { display: inline; }

.soft_add_content_shadow { width: auto; max-height: 500px; padding: 35px 0 0; overflow-y: auto; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); border-radius: 5px; }

.soft_add_header { width: auto; padding: 0; border: 0; background: white; }

.soft_add_header_shadow { position: absolute; top: 0; left: 0; padding: 0; width: 100%; }

.soft_add_header .soft_add_span { font-size: 0; }

.soft_add_header .soft_add_span:before { content: "Items in Cart"; display: inline-block; margin-left: -25px; padding-top: 10px; left: 0; font-size: 16px; }

.soft_add_content_area { padding: 15px; width: auto; max-height: 250px; overflow: auto; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: none; }

.soft_add_content_wrapper { padding: 0; width: auto; border: none; background: none; }

.soft_add_wrapper { position: fixed; min-width: 265px; max-width: -webkit-calc(100% - 30px); max-width: calc(100% - 30px); max-height: 400px !important; z-index: 1100; top: 50% !important; left: 0 !important; right: 0 !important; bottom: auto !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: auto !important; padding: 0; line-height: initial; font-family: inherit; font-weight: normal; color: #666666; }

@media only screen and (min-width: 768px) { .soft_add_wrapper { max-width: 400px; } }

@media only screen and (min-width: 992px) { .soft_add_wrapper { min-width: 400px; top: 15% !important; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.ie8 .soft_add_wrapper { border: 1px solid #eee; }

.soft_add_wrapper .cart_table .icon { width: auto; height: auto; }

.soft_add_wrapper ul.anchored-cart { display: table; width: 100%; padding: 0; margin: 0; list-style: none; border-collapse: collapse; }

.soft_add_wrapper li { display: table-row; width: auto; margin: 0; overflow: hidden; vertical-align: middle; text-align: left; }

.soft_add_wrapper li.product-row:not(:last-child) { border-bottom: 1px solid #eee; }

.soft_add_wrapper li img { max-width: 55px !important; }

@-webkit-keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

@keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

.soft_add_wrapper li.recently-added { -webkit-animation-name: recently-added-fadeout; animation-name: recently-added-fadeout; -webkit-animation-duration: 2s; animation-duration: 2s; background-color: transparent; }

.soft_add_wrapper li div { font-size: 12px; width: 100%; }

.soft_add_wrapper .product-row * { font-size: 16px; line-height: 1.428571429; }

.soft_add_wrapper .product-image { display: table-cell; width: 55px; padding: 10px 4px 10px 10px; }

.soft_add_wrapper .product-detail { display: table-cell; padding: 10px 5px; vertical-align: top; }

.soft_add_wrapper .product-name { display: block; }

.soft_add_wrapper .product-name a { color: #666666; font-size: 14px; font-weight: bold; word-break: break-word; }

@media only screen and (min-width: 992px) { .soft_add_wrapper .product-name a { font-size: 16px; } }

.soft_add_wrapper .product-options a { color: #666666; font-size: 14px; font-weight: normal; word-break: break-all; pointer-events: none; }

.soft_add_wrapper .product-qty, .soft_add_wrapper .product-qty .quantity_text { display: block; color: #666666; }

.soft_add_wrapper .product-qty .quantity_text { display: inline; }

.soft_add_wrapper .product-price { display: table-cell; padding: 8px 8px 10px 0; vertical-align: middle; text-align: right; color: #666666; font-size: 16px; }

.soft_add_wrapper .product-remove { display: table-cell; vertical-align: middle; padding-right: 5px; }

.soft_add_wrapper .product-remove .aremove { background: none; margin-left: 15px; font-size: 0; text-indent: unset; color: #000; }

.soft_add_wrapper .product-remove .aremove:before { display: table-cell; content: "\e601"; font-family: button-icons; speak: none; font-style: normal; font-weight: normal; font-size: 16px; text-transform: none; line-height: 1; font-variant: normal normal; }

.soft_add_wrapper .soft_add_sub_total { padding: 4px 20px 0; height: 24px; background: none; }

.soft_add_wrapper .sub_total { color: #666666; font-size: 14px; }

.soft_add_wrapper span.sub_total_amount { color: #666666; font-size: 14px; }

.soft_add_wrapper .soft_add_action_area { clear: both; height: auto; overflow: hidden; padding: 15px; position: relative; border-top: none; background: none; }

.soft_add_wrapper .check_out, .soft_add_wrapper .continue_shopping { overflow: hidden; position: static; display: inline-block; width: 48%; float: right; height: 45px; margin: 0 auto; padding: 1px 20px 0; border: 1px solid rgba(42, 122, 139, 0); border-radius: 0px; line-height: 43px; font-family: "Open Sans", sans-serif, "google"; font-size: 14px; font-weight: bold; background: #9e8238; color: #fff; text-align: center; text-indent: 0; text-decoration: none; }

.soft_add_wrapper .check_out:hover, .soft_add_wrapper .continue_shopping:hover { background-color: #78632b; border-color: rgba(28, 81, 92, 0); color: #fff; text-decoration: none; }

.soft_add_wrapper .continue_shopping { float: left; padding: 0 10px; background: #666; border-color: #666; text-transform: capitalize; }

.soft_add_wrapper .continue_shopping:hover { background-color: #4d4d4d; border-color: #474747; }

.soft_add_wrapper .close_btn, .soft_add_wrapper .close_btn:link, .soft_add_wrapper .close_btn:visited, .soft_add_wrapper .close_btn:focus, .soft_add_wrapper .close_btn:hover, .soft_add_wrapper .close_btn:active { background: none; z-index: 200; text-indent: initial; font-size: 0; top: 8px; right: 12px; }

.soft_add_wrapper .close_btn { color: #9e8238; }

.soft_add_wrapper .close_btn:hover { color: #53441d; }

.soft_add_wrapper .close_btn:before { content: "\e609"; display: inline-block; font-size: 16px; font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }

/* MOBILE STYLINGS */
/* the soft add to cart hides after a couple seconds unless your cursor hovers over it;
mobile devices do not have a cursor, carts with several items could become frustrating to view
shows: only the name, picture, and text "added to cart" of item which was added; hides: details, price, and remove link*/
@media only screen and (max-width: 991px) { .touch-device .soft_add { /* cart title */ }
  .touch-device .soft_add_span:before { content: "Cart" !important; }
  .touch-device .soft_add_content_area { min-height: auto; /* hide all products without .recently-added class */ }
  .touch-device .soft_add_content_area li:not(.recently-added) { display: none; border: none; }
  .touch-device .soft_add_content_area li.recently-added { display: block; background: white; }
  .touch-device .soft_add_content_area li .product-detail, .touch-device .soft_add_content_area li .product-price, .touch-device .soft_add_content_area li .product-remove { display: none; }
  .touch-device .soft_add_content_area li .product-image { display: block; width: 100%; padding: 0; }
  .touch-device .soft_add_content_area li .product-image:after { content: "Added to Cart"; font-size: 16px; font-weight: bold; margin-left: 20px; }
  .touch-device .soft_add_wrapper .check_out, .touch-device .soft_add_wrapper .continue_shopping { font-size: 16px; } }

.vol-logo { /* Text Logo Styling goes here */ /* Graphic Logo Styling goes here */ }

@media only screen and (max-width: 991px) { .microblock.vol-logo {padding: 20px 30px;text-align: center;} }

.vol-logo meta[itemprop="name"] + a { word-break: break-word; line-height: 1; }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) { display: inline-block; background-image: url("../images/template/header_bg.png"); font-size: 0; background-size: 0; background-repeat: no-repeat; }

.vol-logo meta[itemprop="name"] + a:not(#homepage_title) img { max-height: 100%; }

/* Asssume no left nav until JS verifies */
/* 
html:not(.has-sidebar) .sidebar-wrapper, html:not(.home):not(.category) .sidebar-wrapper { display: none; }

html:not(.has-sidebar) .content_area-wrapper, html:not(.home):not(.category) .content_area-wrapper { width: 100%; }
*/
html:not(.home) .container--content { padding-top: 20px; padding-bottom: 20px; }

@media only screen and (min-width: 992px) { html:not(.home) .container--content { padding-top: 40px; padding-bottom: 40px; } }

.overflow-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#content_area img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before { text-align: center; }

header .soft_add_wrapper * { line-height: normal; }

.sidebar-wrapper { padding-top: 0; padding-bottom: 0; }

.sidebar-wrapper .menu-title { padding-right: 15px; padding-left: 15px; }

.vol-scroll-top { border-radius: 0; padding: 20px; }

.vol-scroll-top .icon { display: block; width: 15px; height: 15px; }

.main-menu .vnav--level1 > .vnav__item > .vnav__link { border-bottom-width: 3px; border-bottom-style: solid; }

.dealoftheday #content_area .deal { margin: 0; padding: 15px; }

.dealoftheday #content_area .deal .deal-image img { max-width: 100%; }

.dealoftheday #content_area .deal .deal-pricing { float: left; width: 100%; height: auto; padding: 15px; }

.dealoftheday #content_area .deal .deal-pricing .deal-price { margin: 0; padding-left: 0; }

.dealoftheday #content_area .deal .deal-pricing .deal-price-currency { margin-left: 0; }

.dealoftheday #content_area .deal .deal-pricing .deal-buy-now { max-width: 100%; margin: 0; }

.dealoftheday #content_area .deal .deal-buy-now a, .dealoftheday #content_area .deal .deal .deal-image img { width: auto; max-width: 100%; }

.dealoftheday #content_area .deal .deal-end, .dealoftheday #content_area .deal .deal-saving-stock-details, .dealoftheday #content_area .deal .deal-social { float: left; width: 100%; height: auto; }

.dealoftheday #content_area .deal .deal-regular-price, .dealoftheday #content_area .deal .deal-savings, .dealoftheday #content_area .deal .deal-stock { padding-bottom: 15px; }

.dealoftheday #content_area .deal .deal-social #btn_vsharethis, .dealoftheday #content_area .deal .deal-social .google_plusone_iframe_widget { width: auto !important; }

.dealoftheday #content_area .deal .deal-social .google_plusone_iframe_widget { margin-right: 5px; }

/* Responsive admin controlled slideshow text for mobile. */
#vSlider .owl-text-overlay { font-family: inherit; }

#vSlider .owl-text-overlay .owl-banner-text, #vSlider .owl-text-overlay .owl-banner-sub-text { color: inherit; text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 767px) { #vSlider .owl-text-overlay { width: 100%; padding: 0 15px; }
  #vSlider .owl-text-overlay .owl-banner-text, #vSlider .owl-text-overlay .owl-banner-sub-text { font-size: 7vw; line-height: 7vw; margin-top: 1vw; margin-bottom: 1vw; display: block; }
  #vSlider .owl-text-overlay .owl-banner-sub-text { font-size: 5vw; line-height: 5vw; }
  #vSlider .owl-text-overlay .owl-banner-button-text { display: inline-block; } }

.home .v-product-grid { padding: 15px; margin-right: auto; margin-left: auto; }

@media only screen and (min-width: 768px) { .home .v-product-grid { max-width: 750px; } }

@media only screen and (min-width: 992px) { .home .v-product-grid { max-width: 970px; } }

@media only screen and (min-width: 1200px) { .home .v-product-grid { max-width: 1170px; } }

#fpslider { padding: 15px 25px 30px; }

@media only screen and (min-width: 768px) { #fpslider { padding-right: 45px; padding-left: 45px; } }

#fpslider .owl-item { padding: 5px; }

#content_area #fpslider .owl-item .image img { max-height: 300px; width: auto; margin-right: auto; margin-left: auto; }

#fpslider .owl-nav .arrow-prev, #fpslider .owl-nav .arrow-next { padding: 5px; width: 25px; height: 40px; font-size: 15px; line-height: 30px; text-align: center; cursor: pointer; }

@media only screen and (min-width: 768px) { #fpslider .owl-nav .arrow-prev, #fpslider .owl-nav .arrow-next { padding: 9px; width: 45px; height: 72px; font-size: 27px; line-height: 54px; } }

#fpslider .owl-nav .arrow-prev { right: 100%; left: auto; }

#fpslider .owl-nav .arrow-next { left: 100%; right: auto; }

#fpslider .owl-dots .owl-dot span { cursor: pointer; }

.owl-carousel .owl-nav button, .owl-carousel .owl-dots button { border-width: 0; }

.owl-carousel .owl-dots button { background-color: transparent; }

@media only screen and (max-width: 768px) {
.home #vcb-editable-2 section div.col-xs-12.col-md-6.no-pad-sm-and-down.vcb-flex { padding: 15px; }
}
.sidebar { padding-top:15px;}

.home .snippet-grid-02 img { width: 100%; }
.home .vcb-snippet.vcb-custom.vcb-container { max-width: 100%; }

@media only screen and (min-width: 768px) {
  .home .vcb-snippet.vcb-custom.snippet-grid-02 .vcb-section__title { font-size: 14px; padding-right: 40px; }
  .home .vcb-snippet.vcb-custom.snippet-grid-02 .vcb-section__title .icon-wrapper { width: 40px; }
}


.custom-lp--header {
  margin-bottom: 22px;
  font: normal 700 33px/29px 'Passion One', sans-serif;
  color: #de1e1e;
  text-transform: none;
  text-align: center; }
.custom-lp p {
  /*font: normal 600 14px/1.71 "Open Sans", Helvetica, Arial, sans-serif;*/
  margin-bottom: 20px; }
.custom-lp--resources {
  margin: 33px 0 38px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-lp--resources {
      margin: 0; } }
  .custom-lp--resources-wrapper {
    /*float: left;*/
    width: 45%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .custom-lp--resources-wrapper {
        width: 50%; } }
    @media only screen and (max-width: 991px) {
      .custom-lp--resources-wrapper {
        width: 100%;
        margin: 20px 0 0; } }
  .custom-lp--resources a {
    display: inline-block;
    color: #222222;
    /*font: normal 700 16px/.5 "Open Sans", Helvetica, Arial, sans-serif;*/
    text-decoration: none;
    text-indent: -45px;
    margin-left: 45px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .custom-lp--resources a {
        font: normal 700 14px "Open Sans", Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 991px) {
      .custom-lp--resources a {
        font: normal 700 19px "Open Sans", Helvetica, Arial, sans-serif; } }
    .custom-lp--resources a:hover {
      color: #303795; }
    .custom-lp--resources a .icon {
      width: 34px;
      height: 34px;
      margin-right: 7px;
      fill: #303795; }
.custom-lp > div:nth-child(2) {
  position: relative;
}
.custom-lp--subheader {
  position: relative;
  font: normal 600 27px/1.2 "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .custom-lp--subheader {
      margin: 10px auto 36px;
      z-index: 2;
      width: 395px;
      background: #fff; } }
@media only screen and (min-width: 992px) {
  .custom-lp .horiz-line {
    width: 100%;
    position: absolute;
    top: 35%;} }
.custom-lp .custom-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  .custom-lp .custom-grid > li {
    margin-bottom: 30px; }
    .custom-lp .custom-grid > li a {
      width: 100%;
      display: block;
      border: 1px solid #e6e6e6;
      border-bottom: 0;
      text-decoration: none;
      color: #222222; }
      .custom-lp .custom-grid > li a:hover .custom-desc {
        background: #de1e1e;
        color: #fff; }
  .custom-lp .custom-grid img {
    display: block;
    margin: 0 auto;
    padding: 21px 0 22px;
    width: 100%;
    height: auto; }
.custom-lp .custom-desc {
  left: -1px;
  position: relative;
  background: #e6e6e6;
  display: block;
  padding: 13px 28px 17px 22px;
  -webkit-transition: all, .3s, ease;
  -moz-transition: all, .3s, ease;
  transition: all, .3s, ease; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-lp .custom-desc {
      padding: 13px 28px 17px 10px; } }
  .custom-lp .custom-desc .button-red {
    top: 0;
    height: 100%;
    right: -2px; }
.custom-lp .custom-name {
  display: block;
  margin-bottom: 6px;
  font: normal 700 17px/1.71 "Open Sans", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-lp .custom-name {
      font: normal 700 14px/1.71 "Open Sans", Helvetica, Arial, sans-serif; } }
.custom-lp .custom-features {
  padding: 0 0 0 12px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-lp .custom-features {
      padding: 0 0 0 3px; } }
  .custom-lp .custom-features li {
    font: italic 600 12px/1.9 "Open Sans", Helvetica, Arial, sans-serif;
    list-style-type: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .custom-lp .custom-features li {
        font: italic 600 11px/1.9 "Open Sans", Helvetica, Arial, sans-serif; } }
    .custom-lp .custom-features li:before {
      content: "\2022";
      display: inline-block;
      margin-right: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .custom-lp .custom-features li:before {
          margin-right: 3px; } }

.custom-lp .button-red {
  position: absolute;
  right: 0;
  width: 28px;
  background: #000;
  text-align: center;
  -webkit-transition: all, .3s, ease;
  -moz-transition: all, .3s, ease;
  transition: all, .3s, ease; }
  @media only screen and (max-width: 767px) {
    .button-red {
      width: 8%; } }
.custom-lp .button-red .icon {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    fill: #fff; }
    @media only screen and (max-width: 767px) {
      .custom-lp .button-red .icon {
        width: 7px;
        width: 1.3vw;
        height: 7px;
        height: 1.3vw; } }
    @media only screen and (max-width: 599px) {
      .custom-lp .button-red .icon {
        width: 7px;
        width: 2.3vw;
        height: 7px;
        height: 2.3vw; } } 

.custom-lp h3 { clear: both; color: #000; }

.custom-lp h2 { color: #000; }

@media only screen and (max-width: 992px) {
  .custom-lp .custom-lp--read { display: block; margin-bottom: 20px; }
}

@media only screen and (min-width: 992px) {
  .custom-lp .custom-lp--read { float: left; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.onepagecheckout #v65-onepage-ContentTable,
.onepagecheckout #content_area #table_checkout_cart0-sticky-wrapper {
    width: 100%;
}
}