
/* Wholesale styles */

/* hide header stuff (notificaiton, menus, search, etc) */
body.wholesale_customer #menu-2019-main-navigation {display:none !important;} /* hide main navigation */
body.wholesale_customer .site-header-search {display:none !important;} /* hide main search (can get to products this way) */
body.wholesale_customer .al-primary-menu-extra ul.menu li:nth-child(2) {display:none;} /* hide Swell Rewards link */
/* 7-30-20 Removed this - body.wholesale_customer .site-notice {display:none !important;} /* hide notification bar (contains offers not eligible for wholesalers) */
body.wholesale_customer div.site-header-text {display:none !important;} /* hide top notification bar */
body.wholesale_customer .al-above-footer {display:none !important;} /* hide footer */
body.wholesale_customer.search-results li.searchResult.product {display:none !important;} /* hide products in search results page */


/* wholesale order form styles */
body.woocommerce-checkout #wc_checkout_add_ons_3_field {display:none;}
body.wholesale_customer.woocommerce-checkout #wc_checkout_add_ons_3_field {display:block;}
body.wholesale_customer #wwof_product_listing_table td {padding: 5px 15px; border-bottom: 1px solid #DDD;}
body.wholesale_customer #wwof_product_listing_table td.product_quantity_col .minus {display:none;}
body.wholesale_customer #wwof_product_listing_table td.product_quantity_col .plus {display:none;}
body.wholesale_customer #wwof_product_listing_table td.product_quantity_col .qty {width: 60px;}
body.wholesale_customer #wwof_product_listing_table td.product_price_col .price > del:nth-child(2) {display:none;} /* remove second msrp price on bulk order form */
body.wholesale_customer #wwof_product_listing_table .wwof-product-add-ons-container {display:none;} /* remove product Add-Ons from bulk order form */
body.wholesale_customer #wwof_product_listing_table .product_price_col .original-computed-price ins {display:none;}


/* shop styles */
body.wholesale_customer ul.products li.product span.price > del:nth-child(2) {display:none;} /* remove second msrp price in shop pages */
body.wholesale_customer .price del {text-decoration: none; opacity: 100; color: #AAA;} /* remove strikethrough */
body.wholesale_customer .products .price del:before {font-size: .5em;} /* very small in product lists (so it fits) */


/* my account / cart / checkout */
body.wholesale_customer #wc_checkout_add_ons_2_field {display:none;} /* remove Gift Note on checkout */
body.wholesale_customer.woocommerce-account .order-actions .button {margin-right:7px;}
body.wholesale_customer.woocommerce-account .order-actions .button.pay {display:none;}
body.wholesale_customer.woocommerce-cart .coupon input {display:none;}
body.wholesale_customer.woocommerce-cart .woocommerce-cart-notice-minimum-amount {display:none;}
/* body.wholesale_customer.woocommerce-cart .cart_totals tr.shipping {display:none;} */
/* body.wholesale_customer.woocommerce-checkout table.shop_table tr.shipping {display:none;} */
body.wholesale_customer.woocommerce-checkout .woocommerce-cart-notice-minimum-amount {display:none;}
body.wholesale_customer.woocommerce-checkout #woocommerce-cart-notice-free-shipping-over-149 {display:none;}
body.wholesale_customer.woocommerce-checkout #wc_checkout_add_ons_3_field label {font-weight:bold; color:red;}


/* tweak styles for wholesale quick view popup product detail */
body.wholesale_customer .wwof-popup-product-images img {height:auto;}
body.wholesale_customer .wwof-popup-product-summary p.product-categories {display:none;}
body.wholesale_customer .wwof-popup-product-summary .product-price del {text-decoration: none;}
body.wholesale_customer .wwof-popup-product-summary .product-price del span.amount::before {content: "MSRP: ";}
body.wholesale_customer .wwof-popup-product-summary .wwof-product-add-ons-container {display:none;}

body.wholesale_customer tr.cart_item.bundled_table_item td { padding:0px !important; }
body.wholesale_customer tr.cart_item.bundled_table_item img.attachment-shop_thumbnail { max-height: 80px !important; }


/* wholesale email campaign landing page */
body.postid-286373 ul.products .amount, body.postid-286373 ul.products a.add_to_cart_button {display:none;}
body.postid-286373 ul.products .productInner {padding-bottom:0; height:auto;}
body.postid-286373 ul.products .productInner a, body.postid-286373 ul.products .productInner a * {cursor:default !important;}
body.postid-286373 ul.products .productInner:hover {box-shadow:none;}

body.postid-289406 ul.products .amount, body.postid-289406 ul.products a.add_to_cart_button {display:none;}
body.postid-289406 ul.products .productInner {padding-bottom:0; height:auto;}
body.postid-289406 ul.products .productInner a, body.postid-289406 ul.products .productInner a * {cursor:default !important;}
body.postid-289406 ul.products .productInner:hover {box-shadow:none;}

