/* 
 Theme Name:     Alta Andina
 Author:         Diego Camacho
 Author URI:     https://altaandina.com/
 Template:       Divi
 Version:        1.4
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*---remove aditional information tab*/
li.additional_information_tab {
    display: none !important;
}
/*----end-----*/

/*---make menu partially sticky*/
#divi-sticky-header {
	top: 0;
	width: 100%;
	z-index: 99 !important;
}
/*----end-----*/

