/* BJR start */
/*  bright green 62A544 */
/* darker green 009DA5 */
/* darker blue-green 005F77 */

/*  this styles the X that appears in the search field  */
.clearable{
 background: #fff url(https://www.discoverbooks.com/v/x.gif) no-repeat right -40px center;
  transition: background 0.6s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */



/* this is needed so the top menu shows up - it disappeared for some reason in May 2021  - prob a missing end tag */
.vol-container {
overflow: visible;
}

/* this makes the ticker font smaller on devices */
@media only screen and (min-width: 992px) {
.myticker {
font-size : 16pt;
}
}
@media only screen and (max-width: 991px) {
.myticker {
font-size : 10pt;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

}

@media only screen and (max-width: 550px) {
.col-xs-12 .col-sm-4
{
width: 100%
}
}

@media only screen and (min-width: 551px) {
.col-xs-12 .col-sm-4
{
width: 25% 
}
}



@media only screen and (max-width: 991px) {
  .header__middle .search-wrapper {
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
  }
}

.author_link {
color :  #009DA5;
}
.author_link:hover {
text-decoration: underline;
}

/* This makes images slightly faded when you hover on them */
.lazyloaded:hover {
opacity: 0.8;
transition: all .2s linear 0s;
}
.lazyloaded:hover:after
{
opacity: 1;
transition: all .2s linear 0s;
}

/* This makes the top menu submenu appear right under the menu item */
.main-menu .vnav .vnav__item:last-child .vnav--level2 {
    right: auto;
    left: auto;
}

/* This makes the top menu items larger and bold and tightens up the white space */
.main-menu .vnav--level1>.vnav__item>.vnav__link {
    font-weight: bold;
    font-size: 18px;
    margin-top: -25px;
    margin-bottom: -20px;
}

#content_area img[src*='/headings/heading_affiliate.gif']+br+table:before {
    content: 'Affiliate Program';
}
/* This makes the Search Results Quantity and Out Of Stock text the same size as the other text (title, price) */
.home table.v65-productDisplay .v-product font[color='#009900'], .category table.v65-productDisplay .v-product font[color='#009900'] {
    font-size: 11px;
  }

/* This makes the Search Results Quantity and Out Of Stock text the same size as the other text (title, price) */
.home #content_area .v-product b font[color='#CC0000'], .category #content_area .v-product b font[color='#CC0000'], .productdetails #content_area .colors_pricebox .StockQuantity_OutOfStock, .productdetails #content_area .Multi-Child_Background b font[color='#CC0000'] {
    font-size: 11px;
 }


input[name=Email] {
  width: 300px !important;
}
.pr-password {
  width: 300px !important;
}
input[name=passwordagain] {
  width: 300px !important;
}
input[name="Emailagain"] {
  display: none   !important  ;
}


/* Remove footer extra whitespace */
.footer__top {
    padding-top: 20px;
    padding-bottom: 5px;
}



/*   CSS IMAGE SPRITE */
.stars5, .stars4, .dollarsign-small, .email-small, .facebook-small, 
.pinterest-small, .myaccount-small
{ display: inline-block; background: url('https://www.discoverbooks.com/v/sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.stars5 { background-position: -2px -0px; width: 116px; height: 23px; }
.stars4 { background-position: -2px -25px; width: 93px; height: 23px; }
.dollarsign-small { background-position: -2px -50px; width: 30px; height: 30px; }
.email-small { background-position: -34px -50px; width: 30px; height: 30px; }
.facebook-small { background-position: -66px -50px; width: 29px; height: 29px; }
.pinterest-small { background-position: -66px -81px; width: 29px; height: 29px; }
.myaccount-small { background-position: -2px -82px; width: 20px; height: 20px; }
/*   CSS IMAGE SPRITE */


.onepagecheckout #content_area .v65-onepage-payment-details #CreditCardNumber, .onepagecheckout #content_area .v65-onepage-payment-details #CardHoldersName, .onepagecheckout #content_area .v65-onepage-payment-details #CVV2 {
    background-color: #fff;
    border-color: gray;
}
/* slight margin on checkout page */
#v65-onepage-Detail { margin-left: 10px; }

/* NOT NEEDED NOW - for small screens - makes sure tax and total do not run off right side of screen 
@media (max-width: 767px) {
.shoppingcart #content_area #v65-cart-table>tbody>tr.v65-cart-total-estimate-row, .shoppingcart #content_area #v65-cart-table>tbody>tr.v65-cart-tax-row {
    width: 80%;
}
}
*/

/* small screen cart page - NOT NEEDED NOW
@media only screen and (max-width: 767px) { .shoppingcart #content_area #v65-cart-table>tbody>tr.v65-cart-details-row td {
   text-align: left !important;
   width: 90%;
}
}


@media only screen and (max-width: 767px) {
.shoppingcart #content_area #v65-cart-coupon-entry-details-div {
    text-align: left !important;
}
}
*/
#content_area {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
/* on the home page, this is the 3x3 category grid - makes it shrink well */
.home_grid {
    float:left;
   margin:1.66%;
  
white-space: nowrap;
height: 150px;
   }

  @media only screen and (max-width:  500px) {
.home_grid {   font-size: 9px;     width: 45%;}
}
  @media only screen  and (min-width:  501px) {
.home_grid {   font-size: 10px;     width: 45%;}
}
  @media only screen and (min-width:  771px)   {
.home_grid {   font-size: 12px;     width: 30%;}
}
  @media only screen and  (min-width:  901px) {
.home_grid {   font-size: 14px;     width: 30%;}
}


/* do not allow the user to switch from List to Thumbnail view - this saves whitespace on our search results and category pages */
.vol-list-grid{ display:none;} 

/* For Search Results and Categories, this makes the small screen results 100% wide - instead of 85% when we show bindings on the left */
@media only screen and (max-width: 991px) {
.myProductsResults { width:100%;}
.vol-logo { position:relative; }
}
@media only screen and (min-width: 992px) {
.myProductsResults { width:83%;}
.vol-logo { position:absolute;  }
}



/* this removes white space on product details page*/
.productdetails .vol-product__top {
    margin-bottom: 0px;
}

/* start font changes  - fit 6 books in search results - make text smaller*/
@media only screen and (max-width: 767px) and (min-width: 481px) {
.v-product-grid .v-product {
    width: 25% !important;
}
}


@media (max-width: 480px)
.v-product-grid .v-product {
    width: 45% !important;
}


@media only screen and (max-width: 480px) {
.v-product-grid .v-product {
    width: 45% !important;
}
}




/* start font changes  - fit 6 books in search results - make text smaller*/
@media only screen and (max-width: 767px) and (min-width: 481px) {
.category[data-grid-type='grid'] .v-product-grid .v-product, .productdetails[data-grid-type='grid'] .v-product-grid .v-product {
    width: 25% !important;
}
}

@media only screen and (max-width: 480px) {
.category[data-grid-type='grid'] .v-product-grid .v-product, .productdetails[data-grid-type='grid'] .v-product-grid .v-product {
    width: 45%;
}
}
.home .v65-productDisplay a.productnamecolor.colors_productname, .home a.productnamecolor.colors_productname, .home table.v65-productDisplay a.productnamecolor, .home #content_area>table>tbody>tr>td[width='2%'] a.colors_productname, .home #fpslider .item .name a, .category table.v65-productDisplay .productnamecolor, .productdetails .colors_lines_light a.productnamecolorsmall.colors_productname, .productdetails #v65-product-history-details .historyitem_productname a, .shoppingcart table.v65-productDisplay .productnamecolor, a.productnamecolor {
font-size: 12px;
}
.text.v-product__desc{
font-size: 11px;
}
/* this updates the size of the Our Price text on the product description page*/
.text.colors_text{
font-size: 14px;
}

.home table.v65-productDisplay .product_saleprice, .home table.v65-productDisplay .product_saleprice b, .home #fpslider .item .sale, .home #fpslider .item .sale span, .category table.v65-productDisplay .product_saleprice, .category table.v65-productDisplay .product_saleprice b, .productdetails .colors_pricebox .product_saleprice, .productdetails .colors_pricebox .product_saleprice b, .productdetails .colors_lines_light .product_saleprice, .productdetails .colors_lines_light .product_saleprice b, .productdetails #content_area table[bgcolor='#CCCCCC'] font[color='#CC0000'], .shoppingcart table.v65-productDisplay .product_saleprice, .shoppingcart table.v65-productDisplay .product_saleprice span {
    font-size: 11px;
}
.home table.v65-productDisplay .product_productprice, .home table.v65-productDisplay .product_productprice b, .home table.v65-productDisplay font.text.colors_text, .home table.v65-productDisplay font.text.colors_text b, .home #fpslider .item .price, .home #fpslider .item .price span, .category table.v65-productDisplay .product_productprice, .category table.v65-productDisplay .product_productprice b, .productdetails .colors_pricebox .product_productprice, .productdetails .colors_pricebox .product_productprice b, .productdetails .colors_lines_light .product_productprice, .productdetails .colors_lines_light .product_productprice b, .productdetails .colors_lines_light .product_productprice .smalltext, .productdetails #v65-product-history-details .historyitem_productprice .pricecolor.colors_productprice, .productdetails #content_area table[bgcolor='#CCCCCC'] tr.Multi-Child_Background>td.smalltext>b>div>div, .shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice, .shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice b {
    font-size: 11px;
}
/* end font changes */

/* darken faint border */
.results_per_page_select{ border: 1px gray solid }

/* this hides the sort by dropdown above search results and categories
#jmenuhide{ display:none;} 
 */
/* do not allow the user to switch from List to Thumbnail view - this saves whitespace on our search results and category pages */
.vol-list-grid{ display:none;} 




.productdetails #content_area .btn_notifyme {
    background-image: url(https://www.discoverbooks.com/v/mail-icon.png);
     background-color: #005F77  !important;
    background-repeat: no-repeat;
    background-position: left;
  display: block;
  margin: 0;
  width: 100%;
}
 .productdetails #content_area .btn_notifyme:hover {
   background-color: #62A544 !important;
}

/* Make offer styling */
.productdetails #content_area .btn_makeoffer {
     background-color: #005F77  !important;
}
/*
.onepagecheckout #content_area .v65-onepage-payment-details #CVV2 {
     border: 1px gray solid;
}
.onepagecheckout #content_area .v65-onepage-payment-details #CVV2 {
  border-color: gray;
}

*/


.productdetails #content_area .btn_makeoffer {
  display: block;
  margin: 0;
  width: 100%;
}
 .productdetails #content_area .btn_makeoffer:hover {
   background-color: #62A544 !important;
}

.productdetails #content_area .btn_makeoffer {
    background-image: url(https://www.discoverbooks.com/v/dollar-icon.png);
    background-repeat: no-repeat;
    background-position: left;
}


/* this keeps the top cart icon next to the free shipping text */
.cart__link {
    float: left !important;
}

/* darkens the qty input box border on mobile devices*/
.v65-productdetail-cartqty {
border: 1px gray solid;
}

/* This changes the WISHLIST heading to My Must Read List*/
#content_area img[src*="/headings/heading_wishlist.gif"] + br + br + table:before {
    content: 'My Must Read List';
}
/* this removes white space between the top section and content area */
.home .container--content {
     padding-top: 0px;
}
/* This makes the hover color of the Wishlist button consistent with the other buttons on the product page*/
 .productdetails #content_area .btn_addtowishlist:hover {
   background-color: #62A544 !important;
}

/* This turns the arrow into a hand cursor*/
.book_desc_header:hover {
cursor: pointer;
}


/* This adds icon to the AddToCart button*/
.productdetails #content_area .btn_addtocart {
    background-image: url(https://www.discoverbooks.com/v/cart_white.png);
    background-repeat: no-repeat;
    background-position: left;
}
.productdetails #content_area .btn_addtowishlist {
    background-image: url(https://www.discoverbooks.com/v/wishlist_white.png);
    background-repeat: no-repeat;
    background-position: left;
}

/* This sizes the cart table smaller - for phones */
#content_area table#v65-cart-moreItems, #content_area table#v65-cart-table {
    width: 80%;
}
/* These four are for a new button Add to Cart & Checkout */
@media only screen and (min-width: 768px) {
  .productdetails #content_area .btn_addAndCheckout,
  .productdetails #content_area .btn_addtowishlist__span {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .productdetails #content_area .btn_addAndCheckout{
    margin-right: 20px;
  }
}
.productdetails #content_area .btn_addAndCheckout.vCSS_input_addtocart,
.productdetails #content_area .btn_addtowishlist {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .productdetails #content_area table[bgcolor='#CCCCCC'] #btn_addAndCheckout{
    width: auto;
  }
}

.btn_addAndCheckout.vCSS_input_addtocart {
     background-color: #005F77  !important;
}
.btn_addAndCheckout.vCSS_input_addtocart:hover {
   background-color: #62A544 !important;
}

/* This makes condition text larger */
.vol-option-items {
    font-size: larger;
}
/* This makes all the book covers the same dimensions */
.v-product__img img {
    object-fit: unset;
    width: 100px;
    height: 130px;
}

/* This hides the book details on page load - Product Display page */
.book_desc_container .book_desc_content {
    display: none;
}
.book_desc_header
{
    color: #009DA5;
}

/* This makes the "Choose a sub category:" bar  less dark */
.category table.colors_backgroundlight {
    background-color: darkgray;
}


/* This tightens Search Results title/author/price white space*/
.category .v-product__title, .productdetails .v-product__title {
    margin: 5px 0 5px;
}
.category .v-product-grid .v-product .v-product__desc, .productdetails .v-product-grid .v-product .v-product__desc {
    word-wrap: break-word;
    margin: 0 0 5px;
}
.home .v-product-grid .v-product .v-product__details  {
    max-width: 100%;
    margin: 0 0 5px;
}

/* This aligns BOTTOM search results*/
.category[data-grid-type='grid'] .v-product-grid .v-product, .productdetails[data-grid-type='grid'] .v-product-grid .v-product
{
vertical-align: bottom;
}

/* This limits Search Results, Home Page, Category Pages book names to one line of text*/
.home .v65-productDisplay a.productnamecolor.colors_productname, .home a.productnamecolor.colors_productname, .home table.v65-productDisplay a.productnamecolor, .home #content_area>table>tbody>tr>td[width='2%'] a.colors_productname, .home #fpslider .item .name a, .category table.v65-productDisplay .productnamecolor, .productdetails .colors_lines_light a.productnamecolorsmall.colors_productname, .productdetails #v65-product-history-details .historyitem_productname a, .shoppingcart table.v65-productDisplay .productnamecolor, a.productnamecolor 
{
   overflow: hidden;
   text-overflow: '';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.42857143;        /* fallback */
   max-height: 2.82857143;       /* fallback */
}

.text.v-product__desc {
   overflow: hidden;
   text-overflow: '';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.42857143;        /* fallback */
   max-height: 2.82857143;       /* fallback */
}

.category .v-product-grid .v-product .v-product__desc, .productdetails .v-product-grid .v-product .v-product__desc
{
   overflow: hidden;
   text-overflow: '';
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.42857143;        /* fallback */
   max-height: 2.82857143;       /* fallback */
}
/* This removes thin line under top nav menu*/
.header {
    border-bottom-color: rgba(0,0,0,0);
}

/* These center the home page divs*/
.innerHome {
  display: inline-block;
text-align: left;
}

.outerHome {
  blackground-color: yellow;
  width: 100%;
  text-align: center;
}



/* hide area where cart image would go*/
.push-cart__item__img-wrapper.pull-left.text-center { display:none; }

/* error contain had bright yellow, over-riding it  NOT NOW
.v65-error-list-container .v65-error-list-image {
    background: #6E2B62;
}
*/
/*  This replaces the black header bars with gray ones - a little easier on the eyes */
.onepagecheckout .v65-onepage-headerShort {
    background-color: darkgray;
 }
.onepagecheckout #table_checkout_cart0 #v65-onepage-cartsummary-header {
    background-color: darkgray;
}

/*  This makes the top links (Help and Cart) clickable / in front of the link to the big logo  */
.logo-wrapper { z-index:0 }
.header-promo-wrapper { z-index:1 }
.cart-wrapper  { z-index:1 }

/* This overwrites the template's brown color of certain buttons/text */
a {
    color: #666666;
}
a:hover,
a:focus {
    color: #62A544 ;
}
.home a.v-product__img:hover + .v-product__details > a.v-product__title,
.category a.v-product__img:hover + .v-product__details > a.v-product__title,
.productdetails a.v-product__img:hover + .v-product__details > a.v-product__title,
.shoppingcart a.v-product__img:hover + .v-product__details > a.v-product__title {
  color: #62A544 ;
}
.header__top {
    background-color: gray;
}
.home #fpslider .owl-item .image:hover + .name > a,
.home #fpslider .owl-item .image:hover + .product__details .name > a {
  color: #62A544 ;
}

.vol-list-grid-toggle:hover, .vol-list-grid-toggle.vol-active {
    background-color: #009DA5  ;
}
.ssl #ssl__link:hover {
  color: #62A544 ;
}

#vol-push-cart.push-cart .push-cart__close-menu:hover {
  color: #62A544 ;
}
#vol-push-cart.push-cart .push-cart__item__title:hover {
  color: #62A544 ;
}
.category #content_area #divWaitModal ~ table:last-child .vp-sc-thumbs .vp-sc-thumbs__title a:hover,
.category a.subcategory_link:hover {
  color: #62A544 ;
}
.btn-link:not(.vol-link-btn) {
    color: #009DA5 ;
}
.btn-link:not(.vol-link-btn):hover,
.btn-link:not(.vol-link-btn):hover input,
.btn-link:not(.vol-link-btn):focus,
.btn-link:not(.vol-link-btn):focus input {
  color: #005F77 ;
}

.push-menu .vnav__subnav > .vnav__item.sub-open > .vnav__link,
.push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item.sub-open > .vnav__link,
.push-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav__subnav > .vnav__item > .vnav__link--active,
.push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item > .vnav__link--active {
  color: #62A544 ;
}
.push-menu .vnav--level1 > .vnav__item.sub-open > .vnav__link,
.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  color: #62A544;
}

.btn-primary, .btn.btn-primary, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary, .vcb-snippet:not(.vcb-custom) button.btn.btn-primary, .soft_add_wrapper .soft_add_action_area a.check_out, .onepagecheckout #simpleModal #signInButton, .dealoftheday #content_area .deal-buy-now a, input[value*='mailing list'] {
    background-color: #005F77;
}
.btn-primary:hover, .btn.btn-primary:hover, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary:hover, .vcb-snippet:not(.vcb-custom) button.btn.btn-primary:hover, .soft_add_wrapper .soft_add_action_area a.check_out:hover, .onepagecheckout #simpleModal #signInButton:hover, .dealoftheday #content_area .deal-buy-now a:hover, input[value*='mailing list']:hover {
    background-color: #009DA5 ;
}




.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #62A544 ;
}
.btn-primary .badge {
  color: #009DA5;
}
.btn-primary,
.btn.btn-primary,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary,
.vcb-snippet:not(.vcb-custom) button.btn.btn-primary,
.soft_add_wrapper .soft_add_action_area a.check_out,
.onepagecheckout #simpleModal #signInButton,
.dealoftheday #content_area .deal-buy-now a,
input[value*='mailing list'] {
  background-color: #009DA5;
  border-color: #005F77 ;
}
.btn-primary:hover,
.btn.btn-primary:hover,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary:hover,
.vcb-snippet:not(.vcb-custom) button.btn.btn-primary:hover,
.soft_add_wrapper .soft_add_action_area a.check_out:hover,
.onepagecheckout #simpleModal #signInButton:hover,
.dealoftheday #content_area .deal-buy-now a:hover,
input[value*='mailing list']:hover,
.btn-primary:focus,
.btn.btn-primary:focus,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary:focus,
.vcb-snippet:not(.vcb-custom) button.btn.btn-primary:focus,
.soft_add_wrapper .soft_add_action_area a.check_out:focus,
.onepagecheckout #simpleModal #signInButton:focus,
.dealoftheday #content_area .deal-buy-now a:focus,
input[value*='mailing list']:focus {
  background-color: #62A544 ;
  border-color: #005F77 ;
}
.btn-primary {
  color: #fff;
  background-color: #009DA5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-color: #009DA5;
}

.shoppingcart #content_area #v65-cart-table font.carttext.colors_text b.cart-item-name {
    color: #009DA5;
}
.shoppingcart #content_area #v65-cart-table font.carttext.colors_text b.cart-item-name:hover {
    color: #62A544 ;
}
.shoppingcart #content_area #v65-cart-table .btn-icon-close {
    color: #005F77;
}
.category #divWaitModal+table>tbody>tr:first-child b:hover, .category #divWaitModal+table>tbody>tr:first-child a:hover, .category #divWaitModal+table>tbody>tr:first-child a:last-child:hover, .productdetails td.vCSS_breadcrumb_td b:hover, .productdetails td.vCSS_breadcrumb_td a:hover {
    color: #009DA5;
}
a:hover,
a:focus {
  color: #62A544 ;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #62A544 ;
}
.elist .elist__submit.btn {
    color: #62A544 ;
}
.elist .elist__submit.btn:hover {
    color: #009DA5 ;
}

.productdetails td.vCSS_breadcrumb_td a:hover {
  color: #62A544 ;
}
.copyright a:hover {
  color: #62A544 ;
}
.sidebar .menu-s ul .nav_hover > a,
.sidebar .menu-s ul .nav:hover > a:hover {
  background-color: #fff;
  color: #62A544 ;
}
.footer a:hover {
  color: #62A544 ;
}
.header a:hover,
.header .search__toggle:hover {
  color: #62A544 ;
}
.home .v65-productDisplay a.productnamecolor.colors_productname:hover,
.home a.productnamecolor.colors_productname:hover,
.home table.v65-productDisplay a.productnamecolor:hover,
.home #content_area > table > tbody > tr > td[width='2%'] a.colors_productname:hover,
.home #fpslider .item .name a:hover,
.category table.v65-productDisplay .productnamecolor:hover,
.productdetails .colors_lines_light a.productnamecolorsmall.colors_productname:hover,
.productdetails #v65-product-history-details .historyitem_productname a:hover,
.shoppingcart table.v65-productDisplay .productnamecolor:hover,
a.productnamecolor:hover {
  color: #62A544 ;
}
.footer .footer__bottom a:hover {
  color: #62A544 ;
}

.cart .cart__count {
    color: #fff;
    background-color: #62A544;  
    border-color: #62A544;
}
.search .search__submit:hover,
.collapsing-search .search__submit:hover,
.search .collapsing-search__submit:hover,
.collapsing-search .collapsing-search__submit:hover {
  background-color: #009DA5;
  color: #ffffff;
}

.search .search__submit, .collapsing-search .search__submit, .search .collapsing-search__submit, .collapsing-search .collapsing-search__submit  {
    color: #fff;
    background-color: #62A544;
}
.main-menu .vnav--level1>.vnav__item:hover>.vnav__link:hover, .main-menu .vnav--level1>.vnav__item>.vnav__link--active {
    color: #A39382;
    background-color: transparent;
    border-color: #009DA5;
}
.header a:hover, .header .search__toggle:hover {
    color: #62A544;
}
.main-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.main-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  color: #009DA5 ;
}
.main-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.main-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: transparent;
  color: #009DA5 ;
}
/*  END COLOR OVERRIDES */

/*  This hides the image on the slide-out cart */
#vol-push-cart .push-cart__item__img {
     display: none;
}


/* Add drop shadow on book covers also bought stuff */
.v-product__img_also_bought img {
    object-fit: unset;
    width: 100px;
    height: 141px;
  box-shadow: 4px 4px 2px darkgray;
  -webkit-box-shadow: 4px 4px 2px darkgray;
  -moz-box-shadow: 4px 4px 2px darkgray;
}

/* Add drop shadow on book covers on home and search results pages */
#sb-body-inner { 
  box-shadow: 5px 5px 3px darkgray;
  -webkit-box-shadow: 5px 5px 3px darkgray;
  -moz-box-shadow: 5px 5px 3px darkgray;
}
.v-product__img img {
  box-shadow: 5px 5px 3px darkgray;
  -webkit-box-shadow: 5px 5px 3px darkgray;
  -moz-box-shadow: 5px 5px 3px darkgray;
}
.vCSS_img_product_photo_small
 {
  width: 100%;
  max-width: 400px;
  box-shadow: 8px 8px 3px darkgray;
  -webkit-box-shadow: 8px 8px 3px darkgray;
  -moz-box-shadow: 8px 8px 3px darkgray;
}
/* this puts a thin border on the search box */
#search .search__input { border: 1px solid gray; }


/* These two settings move the main nav menu up a bit - less white space at top*/
.header__middle {
    padding-top: 30px;
    padding-bottom: 0px;
}
.header__bottom {

    padding-top: 45px;
    padding-bottom: 0px;
    margin-bottom: -20px;
}


/*  This makes sure the Live Chat image at top show up at the right side */
.header-promo-wrapper{ text-align: right; }

/*  This makes sure logo at top is positioned correctly */
//@media only screen and (min-width: 1px) { .mylogo{ margin-top: -40px; width: 95% } } 
//@media only screen and (min-width: 226px) { .mylogo{ margin-top: -100px; width: 95% } } 
//@media only screen and (min-width: 538px) { .mylogo{ margin-top: -100px } } 
//@media only screen and (min-width: 767px) { .mylogo{ margin-top: -100px } } 
@media only screen and (min-width: 1px) { .logo__img.img-responsive{ margin-left: 10px; } } 
@media only screen and (min-width: 1000px) { .logo__img.img-responsive{ margin-left: 0px; } } 
@media only screen and (min-width: 158px) { .logo__img.img-responsive{ margin-top: 60px; } } 
@media only screen and (min-width: 224px) { .logo__img.img-responsive{ margin-top: 63px; } } 
@media only screen and (min-width: 474px) { .logo__img.img-responsive{ margin-top: 23px; } } 
//@media only screen and (min-width: 226px) { .logo__img.img-responsive{ margin-top: -60px; width: 95% } } 
//@media only screen and (min-width: 538px) { .logo__img.img-responsive{ margin-top: -60px } } 
//@media only screen and (min-width: 767px) { .logo__img.img-responsive{ margin-top: -60px } } 

@media only screen and (min-width: 1px) { .homepage_table{ display:none } } 
@media only screen and (min-width: 910px) { .homepage_table{ display:block } } 

@media only screen and (min-width: 1px) { .homepage_table_small{ display:block } } 
@media only screen and (min-width: 910px) { .homepage_table_small{ display:none } } 

/* This makes home page and search result book covers top align */
.home .v65-productDisplay .v-product {
  vertical-align: bottom; 
}
/* on product page, this makes the book cover image big enough */
@media only screen and (min-width: 767px) {
		#v65-product-parent > tbody > tr + tr > td{
			//width: 10%;
		}
}
/* this removes thin border from around "Add to Wishlist" link - and others */	
input, select, textarea {
border: 0;
}
/*
.productdetails #v65-product-parent>tbody>tr:first-child+tr>td[align='center'] {
    padding-left: 15px;
    padding-right: 15px;
}
*/
/*------- tablet styles -------*/
/*  This makes Product Page book image stack on top of buy box, instead of getting small side-by-side */
	@media only screen and (max-width: 767px) {
		#v65-product-parent > tbody > tr + tr > td{
			display: block;
			clear: both
		}

		#vZoomArea {
			display: none;
		}

		#v65-product-parent > tbody > tr:first-child + tr > td[align="right"]{
			padding-left: 0;
		}
	}

/* tooltip is hover popup box on Conditions */
.tooltip2{
    display: inline;
    position: relative;
text-align: left;
}
.tooltip2:hover:after{
    background: #333;
    background: rgba(0,157,165,1);
    border-radius: 5px;
    bottom: 26px;
    color:#fff;
    content: attr(data-tooltip);
     left: -500%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.tooltip2:hover:before{
    border: solid;
    border-color: #009DA5 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 5%;
    position: absolute;
    z-index: 99;
}


.mybutton {
 border-top: 1px solid #96d1f8;
   background: #d2d665;
   background: -webkit-gradient(linear, left top, left bottom, from(#eddc26), to(#d2d665));
   background: -webkit-linear-gradient(top, #eddc26, #d2d665);
   background: -moz-linear-gradient(top, #eddc26, #d2d665);
   background: -ms-linear-gradient(top, #eddc26, #d2d665);
   background: -o-linear-gradient(top, #eddc26, #d2d665);
   padding: 11.5px 13px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.mybutton:hover {
   border-top-color: #37cc66;
   background: #37cc66;
   color: #1a131a;
   }
.didyouknow {
    padding: 20px;
    background: #CCCCCC;
    font-size: 12px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 5px;
}
/* BJR end*/

@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"); }

#vol-push-cart { position: fixed; top: 0; right: 0; z-index: 20; max-width: 320px; height: 100%; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: 0.5s all ease; transition: 0.5s all ease; visibility: visible; background-color: white; color: #000; }

#vol-push-cart:after { background: rgba(0, 0, 0, 0.15); }

#vol-push-cart .vol-invisible { visibility: hidden; }

#vol-push-cart .push-cart__inner { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: inherit; height: 100%; }

#vol-push-cart .push-cart__header, #vol-push-cart .push-cart__body, #vol-push-cart .push-cart__footer { position: relative; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

#vol-push-cart .push-cart__header, #vol-push-cart .push-cart__footer { padding: 10px 15px; }

#vol-push-cart .push-cart__header { background-color: inherit; border-bottom: 1px solid #bbbbbb; cursor: pointer; }

#vol-push-cart .push-cart__header .push-cart__title { margin: 0; }

#vol-push-cart .push-cart__body { -webkit-box-flex: 1; -webkit-flex: 1 0 0vh; -moz-box-flex: 1; -ms-flex: 1 0 0vh; flex: 1 0 0vh; overflow-y: auto; }

#vol-push-cart .push-cart__footer { background-color: inherit; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; font-size: 14px; border-top: 1px solid #bbbbbb; }

#vol-push-cart .push-cart__footer.push-cart__footer--focus-mobile { position: fixed; bottom: 0; z-index: 21; display: block; background-color: #fff; -webkit-align-self: normal; -ms-flex-item-align: normal; -ms-grid-row-align: normal; align-self: normal; }

#vol-push-cart .push-cart__footer--coupon-wrap { background-color: #e9e9e9; margin-bottom: 10px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12vh, #e9e9e9), to(#c9c9c9)); background-image: -webkit-linear-gradient(#e9e9e9 12vh, #c9c9c9 100%); background-image: linear-gradient(#e9e9e9 12vh, #c9c9c9 100%); max-height: 15vh; -webkit-transition: 0.5s background color ease; transition: 0.5s background color ease; overflow-y: auto; }

#vol-push-cart .push-cart__footer--trigger { text-align: center; font-weight: 600; cursor: pointer; display: block; color: #3b3b3b; }

#vol-push-cart .push-cart__footer--coupon-list { margin-bottom: 0; }

#vol-push-cart .push-cart__footer .alert { margin-bottom: 5px; }

#vol-push-cart .push-cart__footer__control { padding-top: 10px; }

#vol-push-cart .push-cart__coupon-info, #vol-push-cart .push-cart__coupon-text, #vol-push-cart .push-cart__coupon-amt, #vol-push-cart .push-cart__coupon-remove { display: inline-block; vertical-align: top; margin-right: -4px; }

#vol-push-cart .push-cart__coupon-item { padding: 5px 8px; }

#vol-push-cart .push-cart__coupon-item:nth-child(even) { background-color: rgba(255, 255, 255, 0.4); }

#vol-push-cart .push-cart__coupon-info { width: 90%; }

#vol-push-cart .push-cart__coupon-text { width: 70%; }

#vol-push-cart .push-cart__coupon-amt { width: 30%; text-align: center; }

#vol-push-cart .push-cart__coupon-remove { width: 10%; text-align: center; }

#vol-push-cart .push-cart__coupon-remove .icon { width: 14px; height: 14px; -webkit-transform: rotate(angle); -ms-transform: rotate(angle); transform: rotate(angle); }

#vol-push-cart .push-cart__coupon .apply-coupon { padding: 9px 16px; font-weight: 400; border-radius: 0; cursor: pointer; -webkit-transition: 0.5s background-color ease; transition: 0.5s background-color ease; }

#vol-push-cart .push-cart__checkout { font-weight: 700; font-size: 14px; padding-top: 10px; padding-bottom: 10px; width: 49%; }

#vol-push-cart .push-cart__item { position: relative; padding: 15px; border-top: 1px solid #eeeeee; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__item[data-product-code='SETUP'] { border-top: none; }

#vol-push-cart .push-cart__item[data-product-code='SETUP']:hover { background-color: #fff; }

#vol-push-cart .push-cart__item[data-product-code='SETUP'] .push-cart__item__title { pointer-events: none; }

#vol-push-cart .push-cart__item:first-child { border-top: none; }

#vol-push-cart .push-cart__item__price { display: none; }

#vol-push-cart .push-cart__item--top, #vol-push-cart .push-cart__item--bottom { position: relative; padding: 5px 15px 5px 0; }

#vol-push-cart .push-cart__item__img { max-height: 100px; }

#vol-push-cart .push-cart__item__img-wrapper { width: 25%; }

#vol-push-cart .push-cart__item__img-anchor { display: inline-block; max-width: 100%; }

#vol-push-cart .push-cart__item__details { width: 75%; padding-right: 10px; padding-left: 10px; overflow-y: auto; max-height: 100px; }

#vol-push-cart .push-cart__item__title { display: block; color: #000; font-weight: 700; margin: 0; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__item__options-wrapper { padding-top: 5px; padding-bottom: 5px; }

#vol-push-cart .push-cart__item__total { display: inline-block; float: right; width: 55%; text-align: right; }

#vol-push-cart .push-cart__remove { position: absolute; top: 0; right: 0; }

#vol-push-cart .push-cart__close-menu { position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#vol-push-cart .push-cart__empty { text-align: center; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; }

#vol-push-cart .push-cart__btn { width: 48%; }

#vol-push-cart .push-cart__result { padding-top: 10px; padding-left: 10px; padding-bottom: 10px; }

#vol-push-cart .push-cart__result .icon { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); font-size: 16px; width: 15px; height: 15px; }

#vol-push-cart .push-cart__result--text { margin: 0; }

#vol-push-cart .push-cart__coupon { padding-bottom: 10px; }

#vol-push-cart .push-cart__coupon .form-control { height: 40px; padding-top: 0; padding-bottom: 0; border: 1px solid #3b3b3b; }

#vol-push-cart .push-cart--vol-loader { width: 125px; height: 125px; position: absolute; z-index: 12; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.5s opacity ease; transition: 0.5s opacity ease; }

#vol-push-cart .push-cart--vol-loader.hide-vol-loader { opacity: 0; }

#vol-push-cart .push-cart--vol-loader__contents { position: fixed; text-indent: -9999em; border-top: 20px solid rgba(255, 255, 255, 0.4); border-right: 20px solid rgba(255, 255, 255, 0.4); border-bottom: 20px solid rgba(255, 255, 255, 0.4); border-left: 20px solid #fff; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; }

#vol-push-cart .push-cart__body .push-cart--vol-loader { position: absolute; }

#vol-push-cart .push-cart--vol-loader__contents, #vol-push-cart .push-cart--vol-loader__contents:after { position: relative; border-radius: 50%; width: 100%; height: 100%; }

#vol-push-cart .vol-qty-toggle--decrement, #vol-push-cart .vol-qty-input, #vol-push-cart .vol-qty-toggle-increment { height: 30px; }

#vol-push-cart .vol-qty-input { line-height: 10px; text-align: center; }

#vol-push-cart .vol-qty-toggle { float: left; text-align: center; width: 45%; }

#vol-push-cart .vol-qty-toggle-input { text-align: center; }

#vol-push-cart .vol-qty-toggle .icon { width: 14px; height: 14px; }

#vol-push-cart .vol-qty-toggle .input-group-addon { padding: 5px 8px; cursor: pointer; }

#vol-push-cart .vol-qty-toggle .input-group-addon:hover { background-color: #c8c8c8; }

.push-cart-open .menu-mask { position: absolute; top: 0; left: 0; z-index: 15; width: 100%; height: 100%; background: transparent; }

.vol-fade { -webkit-animation: vol-fade 0.5s forwards; animation: vol-fade 0.5s forwards; }

.vol-fade-add { -webkit-animation: vol-fade-add 1.25s forwards; animation: vol-fade-add 1.25s forwards; }

.vol-fade-remove { -webkit-animation: vol-fade-remove 0.65s forwards; animation: vol-fade-remove 0.65s forwards; }

.vol-loading#vol-push-cart:after, .vol-loading .page-wrap:after, .push-cart-open .page-wrap:after { opacity: 1; visibility: visible; z-index: 11; }

.page-wrap:after, #vol-push-cart:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.35); content: ''; opacity: 0; visibility: hidden; -webkit-transition: 0.5s all ease, 0s z-index; transition: 0.5s all ease, 0s z-index; z-index: 1; }

body.push-cart-open { position: fixed; overflow: hidden; height: 100%; }

body[class*='push-cart-open'] #vol-push-cart { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

@-webkit-keyframes vol-fade-remove { 0% { opacity: 1;
    overflow: hidden; }
  10% { max-height: 150px;
    opacity: 0.9; }
  20% { max-height: 130px;
    opacity: 0.8; }
  30% { max-height: 110px;
    opacity: 0.7; }
  40% { max-height: 90px;
    opacity: 0.6; }
  50% { max-height: 70px;
    opacity: 0.5; }
  60% { max-height: 50px;
    opacity: 0.4; }
  70% { max-height: 30px;
    opacity: 0.3; }
  80% { max-height: 20px;
    opacity: 0.2; }
  90% { max-height: 10px;
    opacity: 0.1; }
  100% { opacity: 0;
    max-height: 0px;
    overflow: hidden; } }

@keyframes vol-fade-remove { 0% { opacity: 1;
    overflow: hidden; }
  10% { max-height: 150px;
    opacity: 0.9; }
  20% { max-height: 130px;
    opacity: 0.8; }
  30% { max-height: 110px;
    opacity: 0.7; }
  40% { max-height: 90px;
    opacity: 0.6; }
  50% { max-height: 70px;
    opacity: 0.5; }
  60% { max-height: 50px;
    opacity: 0.4; }
  70% { max-height: 30px;
    opacity: 0.3; }
  80% { max-height: 20px;
    opacity: 0.2; }
  90% { max-height: 10px;
    opacity: 0.1; }
  100% { opacity: 0;
    max-height: 0px;
    overflow: hidden; } }

@-webkit-keyframes vol-fade-add { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes vol-fade-add { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes vol-fade { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes vol-fade { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.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: 14px; 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: 12px; font-weight: bold; word-break: break-word; }

@media only screen and (min-width: 992px) { .soft_add_wrapper .product-name a { font-size: 14px; } }

.soft_add_wrapper .product-options a { color: #666666; font-size: 12px; 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: 14px; }

.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: 12px; }

.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: #A39382; 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: #A39382; }

.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: 14px; font-weight: bold; margin-left: 20px; }
  .touch-device .soft_add_wrapper .check_out, .touch-device .soft_add_wrapper .continue_shopping { font-size: 14px; } }

 .vol-logo {  }

//@media only screen and (max-width: 991px) { .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("/v/vspfiles/templates/255/images/template/COMBO_LOGO3.png"); font-size: 0; background-size: 0; margin-top: -93px; }

//.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%; }


#iframe-html [class*="cell"],
#iframe-html label {
    font-family: 'Open Sans',sans-serif,'google';
    font-size: 14px;
    font-weight: 600 !important;
}
#iframe-html td input:not([type="checkbox"]),
#iframe-html td select {
    font-size: 14px;
    font-weight: normal;
}
iframe#paymentFrame {
    min-height: 530px;
}
<!----------------------------------------   tb  --------------------------------------->
.HomepageContentBlocks-Container{margin-top:8px;white-space:nowrap;min-width:990px}.HomepageContentBlocks-Container .u-horizontalDivider{margin-top:.5rem}.HomepageContentBlock-mobile{width:100%;padding:10px;background-color:#efefef;border:1px solid #d7d7d7;margin-bottom:1.5rem}.HomepageContentBlock-mobile p{margin:6px 0 0}.HomepageContentBlock-mobile img{width:100%}.HomepageContentBlocks-Container-mobile{width:100%;padding:0 10px;margin-top:10px}.HomepageContentBlocks-headline,.HomepageContentBlocks-headline-mobile{color:#363636}.HomepageContentBlocks-headline-mobile{font-size:17px}.HomepageContentBlocks-cta{font-size:14px}.HomepageContentBlocks-cta-mobile{font-size:15px}@media only screen and (max-width:1164px){.HomepageContentBlocks-headline{font-size:14.5px}.HomepageContentBlocks-cta{font-size:13px}}.HomepageContentBlocks-horizontalSplit,.HomepageContentBlocks-verticalSplit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.HomepageContentBlocks-horizontalSplit{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.HomepageContentBlocks-verticalSplit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.Main img{min-height:310px}.Secondary p{margin:2px 0 21px 8px}.Main p,.Tertiary p{margin:2px 0 4px 8px}.Main:hover,.Secondary:hover,.Tertiary:hover{text-decoration:none}.HomepageContentBlocks-mainDivider{width:1px;

/* background:1px solid #d7d7d7; */
 background:1px solid white;
margin:0 9.5px}.HomepageContentBlocks-tertiaryDivider{width:0;margin:0 8px}