/*
Theme Name: HFC Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.row .row:not(.row-collapse) {
     margin-left: 0px; 
     margin-right: 0px; 
  
}

#export .widefat thead th {
    width: 11% !important;
}

.shop_table .cart_item td ul {
    margin-left: 0 !important;
    margin-top: 9px !important;
    width: 100%;
    margin-bottom: 4px;
}
.shop_table .cart_item td ul li + br {
    display: none;
}
.shop_table .cart_item td ul li strong {
    font-weight: 700;
    color: #353535;
}

.shop_table .cart_item td.product-name a {
    font-size: 14px;
    font-weight: 600;
}

.shop_table ul li {
    font-size: 13px !important;
    font-weight: 400;
    color: #353535;
}
.product_meta span.sku_wrapper {
    display: none !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}