/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .jgmm_message_manager_location {
     float: left;
     width: 100%;
     position: absolute;
     padding: 5px 0;
     margin-bottom: 0;
     position: initial;
     height: fit-content;
     padding: 1px 0.5%;
     font-size: 16px;
     line-height: unset;
 }

 /* float:left might effect Divi*/
 .jgmm_message_manager_location p {
    display: block !important;
    font-size: 16px !important;
    margin: unset;
 }

 /*Category page, hide as added stock level*/
 .woocommerce-page ul.products li.product.product-type-simple .stock {
     margin: 0;
     height: 0;
     width: 100%;
     /*font-size: 15px; color: #ff0000 !important;*/
 }

 /*Category page, display stock level*/
 .jgmm_message_manager_product_badge {
     width: 100%;
     position: absolute;
     left: 0;
     text-align: center;
 }

 .woocommerce td.product-name dl.variation dd {
     float: left;
     text-align: left;
 }

 /*170724 trouble getting this file to load so added inline*/
 .woocommerce table.shop_table_responsive tr td.product-name,
 .woocommerce-page table.shop_table_responsive tr td.product-name {
     float: left;
 }

 /* Message shadow effect */
 .jgmm_message_manager_shadow {
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.17);
 }
