/**
Theme Name: Astra_ELM_Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra_elm_child
Template: astra
*/
/* Slogan in Italics */
.site-description {
	font-style: italic!important;
}

/* Product image smaller */
.woocommerce-js div.product div.images img {
  width: 90%;
  margin: auto;
}
/* Product Cross-sell image size 
.woocommerce-js ul.products li.product a img {
  width: 100%;
  margin: auto;
} */

/* Disables cart messages */
    .woocommerce-cart   
.woocommerce-notices-wrapper {
        display: none !important;
    }

/* Disables cart messages */
 .woocommerce-checkout 
.woocommerce-notices-wrapper {
        display: none !important;
    }

/* Hides "Shipping" in left column of cart & checkout so options aren't crammed on right*/
table [class*="woocommerce-shipping-totals shipping"] th
{ display: none; }



/*cart page move totals to left - works BUT on smaller screens the cross-sell is before cart totals...*/
.cart_totals.calculated_shipping
{	float: left !important;  }

/*cart page move cross-sell to right*
.cross-sells
{ order: 2 !important;
 float: right !important; 
} 
*/

/* Removes "Additional Info" Tab */
li.additional_information_tab { display: none !important;
 }


/* changes "SKU" to Product Code */ 
.sku_wrapper {
    display: none;     }

/* Add a custom label before the SKU value */
.product_meta .sku:before {
    content: "Product Code: ";
    font-weight: bold;    }

/* Hide wholesaleX plugin discount % tag */ 
.wsx-price-classical-tag {
  display: none;         }

/* hide frown face empty cart */
    .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
        display: block; none; !important;    }

/* hide hover magnifier */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}/* hide magnifier red circle */

.woocommerce ul.products li.product {
 border: 2px solid #54b435;
 border-radius: 7px;
 padding: 5px;
 box-sizing: border-box;
}/*box around line card */

/* remove "tags" */			
.single-product .product_meta .tagged_as {display: none !important; }

/* Adjust font size and line height for dropdown menu items 
*/     @media screen and (min-width: 922px) {
 .main-navigation .sub-menu li a {
  line-height: .9;       }
/*this line must be below tag removal above else tags reappear on ipad/iphone*/
			



.custom-product-table-box {
    margin-bottom: 20px;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    max-width: 30%;  /* Limits box width to ~30% of container */
}

.custom-product-table {
    width: 100%;       /* Table fills the div */
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.3;
}

.custom-product-table td {
    padding: 4px 8px;
    border: none;     /* No lines/borders */
    vertical-align: top;
    height: 28px;
}
