/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.4
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* Hide additional information tab */
.product-footer {
  display: none;
}

.absolute-footer.dark {
    color: #ffffff;
}
table.variations label {
    white-space: normal
}
table.variations .value {
    width: 50%
}
 @media (max-width: 549px) {
                .header-main {
                    height: 140px !important;
                }

                #logo img {
                    max-height: 140px !important;
        margin-top: -35px;
                }
