/*---------------------------------------------------------------------------------

 Theme Name:   DIDEMEX 2.0
 Theme URI:    https://DIDEMEX.com.mx
 Description:  
 Author:       Lic. Julio Cibrian
 Author URI:   https://DIDEMEX.com.mx
 Template:     Divi
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* ADDITIONAL CSS LOADED FROM /css VIA /includes/woocommerce/global/enqueue-assets.php */

/* #region DIDEMEX - Global Layout */

/* #region Stable Browser Scrollbar */

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

/* #endregion */

/* #region Divi: Disable Overlay On Products  */

.woocommerce ul.products .et_overlay {
  display: none !important;
}

/* #endregion Divi: Disable Overlay On Products */

/* #endregion */