/*
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.16.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
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.
***************/
#info_connect {
  position: fixed;
  right: 5px;
  top: 25%;
  z-index: 99;
}
#info_connect ul li {
  list-style-type: none;
}
#info_connect ul li:not(last-child) {
  margin-bottom: 8px;
}
#info_connect ul li img {
  margin-bottom: 0;
}
.menu-mobi {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #40b4e5;
  display: none;
}
.menu-mobi ul {
  margin: 0;
  padding: 0;
}
.menu-mobi ul li {
  list-style-type: none;
  float: left;
  width: calc(25% - 1px);
  border-right: 1px solid #ffff09;
  text-align: center;
  padding-bottom: 5px;
}
.menu-mobi ul li a {
  font-size: 15px;
  color: #fff;
}
.menu-mobi ul li img {
  display: block;
  margin: 10px auto 2px;
	width: 30px;
}
@media (max-width: 768px) {
    #info_connect {
        display: none;
    }
    .menu-mobi {
        display: block;
    }
}